Explicitly mention yet-unloaded shared libraries in location spec examples
[binutils-gdb.git] / libctf / libctf.ver
index 0b182f37228de0b340327fd04550452b41472a4b..e0e454cff11e9d3254b703c0e0c47b120a5aeadd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2019-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2019-2022 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:
        *;
 };