libctf: add linking of the variable section
[deliverable/binutils-gdb.git] / include / ctf-api.h
index e4c6f9fc5b344967b9259488e8c5c77f86ab2723..4130a2ecd1934a140be0be4966dc254e4ef281f1 100644 (file)
@@ -203,7 +203,8 @@ enum
    ECTF_SLICEOVERFLOW,         /* Overflow of type bitness or offset in slice.  */
    ECTF_DUMPSECTUNKNOWN,       /* Unknown section number in dump.  */
    ECTF_DUMPSECTCHANGED,       /* Section changed in middle of dump.  */
-   ECTF_NOTYET                 /* Feature not yet implemented.  */
+   ECTF_NOTYET,                        /* Feature not yet implemented.  */
+   ECTF_INTERNAL               /* Internal error in link.  */
   };
 
 /* The CTF data model is inferred to be the caller's data model or the data
This page took 0.023777 seconds and 4 git commands to generate.