gdb: remove use of a static buffer for building error strings
[binutils-gdb.git] / libctf / libctf.ver
index cfecc894350b0bed2b24e9263a8a61ade7c8ca83..0ff825d033b86ae33fdc398115ed808733935625 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2019-2020 Free Software Foundation, Inc.
+/* Copyright (C) 2019-2023 Free Software Foundation, Inc.
 
    This file is part of libctf.
 
@@ -165,12 +165,10 @@ LIBCTF_1.0 {
        ctf_link_shuffle_syms;
        ctf_link_write;
 
-       /* In libctf alone.  */
-
-       ctf_fdopen;
-       ctf_open;
-       ctf_bfdopen;
-       ctf_bfdopen_ctfsect;
+       ctf_fdopen;                             /* libctf only.  */
+       ctf_open;                               /* libctf only.  */
+       ctf_bfdopen;                            /* libctf only.  */
+       ctf_bfdopen_ctfsect;                    /* libctf only.  */
     local:
        *;
 };
@@ -193,4 +191,13 @@ 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;
+       ctf_add_unknown;
+} LIBCTF_1.1;