libctf: dump: check the right error values when dumping functions
[deliverable/binutils-gdb.git] / libctf / ctf-error.c
index af3a6c7fd2835fef3aa44d292e484e88e1525a3d..660a30aa64fb1a8ef16e700be843d2445a92d4b1 100644 (file)
@@ -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 */
This page took 0.03036 seconds and 4 git commands to generate.