libctf: actually close bfds we have opened
[deliverable/binutils-gdb.git] / libctf / ctf-dump.c
index 0c0c2246b51970786177eaf6a9c7f68595594487..2a888e136396c6af74564c8053d35ad976b799a5 100644 (file)
@@ -401,7 +401,8 @@ ctf_dump_funcs (ctf_file_t *fp, ctf_dump_state_t *state)
          case ECTF_NOSYMTAB:
            return -1;
          case ECTF_NOTDATA:
-         case ECTF_NOTYPEDAT:
+         case ECTF_NOTFUNC:
+         case ECTF_NOFUNCDAT:
            continue;
          }
       if ((args = calloc (fi.ctc_argc, sizeof (ctf_id_t))) == NULL)
This page took 0.024935 seconds and 4 git commands to generate.