libctf: map from old to corresponding newly-added types in ctf_add_type
[deliverable/binutils-gdb.git] / libctf / ctf-error.c
index af3a6c7fd2835fef3aa44d292e484e88e1525a3d..7f6a4ce5d477bb9a902d691af36bdab016ee7a4c 100644 (file)
@@ -33,7 +33,7 @@ static const char *const _ctf_errlist[] = {
   "Symbol table information is not available",      /* ECTF_NOSYMTAB */
   "Type information is in parent and unavailable",   /* ECTF_NOPARENT */
   "Cannot import types with different data model",   /* ECTF_DMODEL */
-  "Unused error",                                   /* ECTF_UNUSED */
+  "File added to link too late",                    /* ECTF_LINKADDEDLATE */
   "Failed to allocate (de)compression buffer",      /* ECTF_ZALLOC */
   "Failed to decompress CTF data",                  /* ECTF_DECOMPRESS */
   "External string table is not available",         /* ECTF_STRTAB */
@@ -48,7 +48,7 @@ static const char *const _ctf_errlist[] = {
   "Input buffer is too small for type name",        /* ECTF_NAMELEN */
   "No type information available for that name",     /* ECTF_NOTYPE */
   "Syntax error in type name",                      /* ECTF_SYNTAX */
-  "Symbol table entry is not a function",           /* ECTF_NOTFUNC */
+  "Symbol table entry or type is not a function",    /* ECTF_NOTFUNC */
   "No function information available for symbol",    /* ECTF_NOFUNCDAT */
   "Symbol table entry is not a data object",        /* ECTF_NOTDATA */
   "No type information available for symbol",       /* ECTF_NOTYPEDAT */
@@ -68,7 +68,8 @@ static const char *const _ctf_errlist[] = {
   "Name not found in CTF archive",                  /* ECTF_ARNNAME */
   "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 */
+  "Section changed in middle of dump",              /* ECTF_DUMPSECTCHANGED */
+  "Feature not yet implemented"                             /* ECTF_NOTYET */
 };
 
 static const int _ctf_nerr = sizeof (_ctf_errlist) / sizeof (_ctf_errlist[0]);
This page took 0.024839 seconds and 4 git commands to generate.