Include ld-lib.exp from ctf-lib.exp
[binutils-gdb.git] / libctf / libctf.ver
index 5f5dc57885de8850097e60a86cd6ceb6291fb55d..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.
 
@@ -177,6 +177,22 @@ LIBCTF_1.0 {
 
 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;