Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / libctf / ctf-error.c
index 93ffc6acc09c470c8a172a0fb2893ad02ed97c15..c0adb4bb519a21e1310f631f0bdb2694b5991c91 100644 (file)
@@ -70,7 +70,8 @@ static const char *const _ctf_errlist[] = {
   "Unknown section number in dump",                 /* ECTF_DUMPSECTUNKNOWN */
   "Section changed in middle of dump",              /* ECTF_DUMPSECTCHANGED */
   "Feature not yet implemented",                    /* ECTF_NOTYET */
-  "Internal error in link"                          /* ECTF_INTERNAL */
+  "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.025552 seconds and 4 git commands to generate.