libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t
[deliverable/binutils-gdb.git] / libctf / libctf.ver
index 62f99771d9bc7451b19d350655af9caece17e217..5f5dc57885de8850097e60a86cd6ceb6291fb55d 100644 (file)
@@ -174,3 +174,9 @@ LIBCTF_1.0 {
     local:
        *;
 };
+
+LIBCTF_1.1 {
+    global:
+       ctf_dict_close;
+       ctf_parent_dict;
+} LIBCTF_1.0;
This page took 0.029021 seconds and 4 git commands to generate.