Include ld-lib.exp from ctf-lib.exp
[binutils-gdb.git] / libctf / libctf.ver
index 62f99771d9bc7451b19d350655af9caece17e217..2137c5b810ff44b059bf08147858038461e403f2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2019-2020 Free Software Foundation, Inc.
+/* Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This file is part of libctf.
 
@@ -174,3 +174,25 @@ LIBCTF_1.0 {
     local:
        *;
 };
+
+LIBCTF_1.1 {
+    global:
+       ctf_dict_open;
+       ctf_dict_open_sections;
+       ctf_dict_close;
+       ctf_parent_dict;
+
+       ctf_symbol_next;
+       ctf_add_objt_sym;
+       ctf_add_func_sym;
+
+       ctf_link_add_linker_symbol;
+
+       ctf_arc_lookup_symbol;
+       ctf_arc_flush_caches;
+
+       ctf_getsymsect;
+       ctf_getstrsect;
+       ctf_symsect_endianness;
+       ctf_arc_symsect_endianness;
+} LIBCTF_1.0;