libctf: eliminate dtd_u, part 2: arrays
[binutils-gdb.git] / libctf / libctf.ver
index cfecc894350b0bed2b24e9263a8a61ade7c8ca83..8c362f3c39e07725524cc0110e88538eb503ffcc 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.
 
@@ -193,4 +193,12 @@ LIBCTF_1.1 {
 
        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;
+} LIBCTF_1.1;