libctf: Mark bswap_identity_64 inline function as static.
[deliverable/binutils-gdb.git] / libctf / ctf-error.c
index 7f6a4ce5d477bb9a902d691af36bdab016ee7a4c..c457aa0a29fc6aee565fd5e8cd9d910c5456bf88 100644 (file)
@@ -1,5 +1,5 @@
 /* Error table.
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of libctf.
 
@@ -69,7 +69,9 @@ static const char *const _ctf_errlist[] = {
   "Overflow of type bitness or offset in slice",     /* ECTF_SLICEOVERFLOW */
   "Unknown section number in dump",                 /* ECTF_DUMPSECTUNKNOWN */
   "Section changed in middle of dump",              /* ECTF_DUMPSECTCHANGED */
-  "Feature not yet implemented"                             /* ECTF_NOTYET */
+  "Feature not yet implemented",                    /* ECTF_NOTYET */
+  "Internal error in link",                         /* ECTF_INTERNAL */
+  "Type not representable in CTF"                   /* ECTF_NONREPRESENTABLE */
 };
 
 static const int _ctf_nerr = sizeof (_ctf_errlist) / sizeof (_ctf_errlist[0]);
This page took 0.023099 seconds and 4 git commands to generate.