aboutsummaryrefslogtreecommitdiff
path: root/libdl
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-08-04 13:43:20 -0700
committerDan Albert <danalbert@google.com>2016-08-04 13:43:20 -0700
commit1bcaf53d20ffbfe0c18d8fefa3daed324590b2d3 (patch)
tree2d3f44869e030a9b510bdfffdda4482566106062 /libdl
parentf0b53115aeb96159ddb493dbe19b587ce612ac07 (diff)
downloadbionic-1bcaf53d20ffbfe0c18d8fefa3daed324590b2d3.tar.gz
Annotate libdl.map.txt.
Test: readelf diff between soong generated stubs and prebuilts/ndk Bug: http://b/30465923 Change-Id: Ic34734b40870c8b628449458798c0343648e4e97
Diffstat (limited to 'libdl')
-rw-r--r--libdl/libdl.map.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdl/libdl.map.txt b/libdl/libdl.map.txt
index 962692ec9..0a82a2e7c 100644
--- a/libdl/libdl.map.txt
+++ b/libdl/libdl.map.txt
@@ -16,8 +16,8 @@
LIBC {
global:
- android_dlopen_ext;
- dl_iterate_phdr;
+ android_dlopen_ext; # introduced=21
+ dl_iterate_phdr; # introduced-arm=21
dl_unwind_find_exidx; # arm
dladdr;
dlclose;
@@ -30,7 +30,7 @@ LIBC {
LIBC_N {
global:
- dlvsym;
+ dlvsym; # introduced=24
} LIBC;
LIBC_PLATFORM {