Make the assembler generate an error if there is an attempt to define a section with...
[deliverable/binutils-gdb.git] / include / plugin-api.h
index 174f01cbab0ca8a7b06ea5bc4ed9b7076176b23a..09e1202df07a032ded8cbf136d0ff2f60b52897e 100644 (file)
@@ -1,6 +1,6 @@
 /* plugin-api.h -- External linker plugin API.  */
 
-/* Copyright (C) 2009-2019 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2020 Free Software Foundation, Inc.
    Written by Cary Coutant <ccoutant@google.com>.
 
    This file is part of binutils.
@@ -34,7 +34,7 @@
 #include <sys/types.h>
 #if !defined(HAVE_STDINT_H) && !defined(HAVE_INTTYPES_H) && \
     !defined(UINT64_MAX) && !defined(uint64_t)
-#error can not find uint64_t type
+#error cannot find uint64_t type
 #endif
 
 #ifdef __cplusplus
This page took 0.024336 seconds and 4 git commands to generate.