[gdb/testsuite] Fix dwo path in fission-*.S
[deliverable/binutils-gdb.git] / libctf / libctf.ver
index 7369d639a82256daf2debace7e49b413b0da5e2c..0b182f37228de0b340327fd04550452b41472a4b 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.
 
@@ -187,4 +187,19 @@ LIBCTF_1.1 {
        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;
+
+LIBCTF_1.2 {
+    global:
+       ctf_lookup_by_symbol_name;
+       ctf_arc_lookup_symbol_name;
+       ctf_add_unknown;
+} LIBCTF_1.1;
This page took 0.026474 seconds and 4 git commands to generate.