From 1bcaf53d20ffbfe0c18d8fefa3daed324590b2d3 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 4 Aug 2016 13:43:20 -0700 Subject: Annotate libdl.map.txt. Test: readelf diff between soong generated stubs and prebuilts/ndk Bug: http://b/30465923 Change-Id: Ic34734b40870c8b628449458798c0343648e4e97 --- libdl/libdl.map.txt | 6 +++--- 1 file 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 { -- cgit v1.2.3 From c8a95a3b15c752bcba84516589a9f2bd63f22ca6 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 4 Aug 2016 15:39:05 -0700 Subject: Run genversion-scripts.py. Change-Id: I01c4d9a85d3397b02b00b4d33fafe6d9ae692ed7 --- libc/libc.arm.brillo.map | 92 +++++++++++++++++++++++----------------------- libc/libc.arm.map | 94 +++++++++++++++++++++++------------------------ libc/libc.arm64.map | 64 ++++++++++++++++---------------- libc/libc.mips.brillo.map | 64 ++++++++++++++++---------------- libc/libc.mips.map | 66 ++++++++++++++++----------------- libc/libc.mips64.map | 64 ++++++++++++++++---------------- libc/libc.x86.brillo.map | 64 ++++++++++++++++---------------- libc/libc.x86.map | 66 ++++++++++++++++----------------- libc/libc.x86_64.map | 64 ++++++++++++++++---------------- libdl/libdl.arm.map | 6 +-- libdl/libdl.arm64.map | 6 +-- libdl/libdl.mips.map | 6 +-- libdl/libdl.mips64.map | 6 +-- libdl/libdl.x86.map | 6 +-- libdl/libdl.x86_64.map | 6 +-- 15 files changed, 337 insertions(+), 337 deletions(-) diff --git a/libc/libc.arm.brillo.map b/libc/libc.arm.brillo.map index cdd87b3d0..4e8212b0b 100644 --- a/libc/libc.arm.brillo.map +++ b/libc/libc.arm.brillo.map @@ -1201,25 +1201,25 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: - __aeabi_atexit; # arm - __aeabi_memclr; # arm - __aeabi_memclr4; # arm - __aeabi_memclr8; # arm - __aeabi_memcpy; # arm - __aeabi_memcpy4; # arm - __aeabi_memcpy8; # arm - __aeabi_memmove; # arm - __aeabi_memmove4; # arm - __aeabi_memmove8; # arm - __aeabi_memset; # arm - __aeabi_memset4; # arm - __aeabi_memset8; # arm + __aeabi_atexit; # arm versioned=24 + __aeabi_memclr; # arm versioned=24 + __aeabi_memclr4; # arm versioned=24 + __aeabi_memclr8; # arm versioned=24 + __aeabi_memcpy; # arm versioned=24 + __aeabi_memcpy4; # arm versioned=24 + __aeabi_memcpy8; # arm versioned=24 + __aeabi_memmove; # arm versioned=24 + __aeabi_memmove4; # arm versioned=24 + __aeabi_memmove8; # arm versioned=24 + __aeabi_memset; # arm versioned=24 + __aeabi_memset4; # arm versioned=24 + __aeabi_memset8; # arm versioned=24 __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 __getcwd_chk; # introduced=24 - __gnu_Unwind_Find_exidx; # arm + __gnu_Unwind_Find_exidx; # arm versioned=24 __pwrite_chk; # introduced=24 __pwrite64_chk; # introduced=24 __write_chk; # introduced=24 @@ -1266,38 +1266,38 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { diff --git a/libc/libc.arm.map b/libc/libc.arm.map index 80a02a8fa..0ee2308b2 100644 --- a/libc/libc.arm.map +++ b/libc/libc.arm.map @@ -1201,25 +1201,25 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: - __aeabi_atexit; # arm - __aeabi_memclr; # arm - __aeabi_memclr4; # arm - __aeabi_memclr8; # arm - __aeabi_memcpy; # arm - __aeabi_memcpy4; # arm - __aeabi_memcpy8; # arm - __aeabi_memmove; # arm - __aeabi_memmove4; # arm - __aeabi_memmove8; # arm - __aeabi_memset; # arm - __aeabi_memset4; # arm - __aeabi_memset8; # arm + __aeabi_atexit; # arm versioned=24 + __aeabi_memclr; # arm versioned=24 + __aeabi_memclr4; # arm versioned=24 + __aeabi_memclr8; # arm versioned=24 + __aeabi_memcpy; # arm versioned=24 + __aeabi_memcpy4; # arm versioned=24 + __aeabi_memcpy8; # arm versioned=24 + __aeabi_memmove; # arm versioned=24 + __aeabi_memmove4; # arm versioned=24 + __aeabi_memmove8; # arm versioned=24 + __aeabi_memset; # arm versioned=24 + __aeabi_memset4; # arm versioned=24 + __aeabi_memset8; # arm versioned=24 __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 __getcwd_chk; # introduced=24 - __gnu_Unwind_Find_exidx; # arm + __gnu_Unwind_Find_exidx; # arm versioned=24 __pwrite_chk; # introduced=24 __pwrite64_chk; # introduced=24 __write_chk; # introduced=24 @@ -1266,38 +1266,39 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + bsd_signal; # arm x86 mips nobrillo versioned=26 + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { @@ -1485,7 +1486,6 @@ LIBC_PRIVATE { atexit; # arm bcopy; # arm x86 mips nobrillo bzero; # arm x86 mips nobrillo - bsd_signal; # arm x86 mips nobrillo dlmalloc; # arm x86 mips nobrillo dlmalloc_inspect_all; # arm x86 mips nobrillo dlmalloc_trim; # arm x86 mips nobrillo diff --git a/libc/libc.arm64.map b/libc/libc.arm64.map index 1f2fca059..f08034018 100644 --- a/libc/libc.arm64.map +++ b/libc/libc.arm64.map @@ -1139,7 +1139,7 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 @@ -1189,38 +1189,38 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { diff --git a/libc/libc.mips.brillo.map b/libc/libc.mips.brillo.map index 8105dc3c5..3911b20af 100644 --- a/libc/libc.mips.brillo.map +++ b/libc/libc.mips.brillo.map @@ -1199,7 +1199,7 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 @@ -1250,38 +1250,38 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { diff --git a/libc/libc.mips.map b/libc/libc.mips.map index 3a8ad9860..cc143c8dc 100644 --- a/libc/libc.mips.map +++ b/libc/libc.mips.map @@ -1199,7 +1199,7 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 @@ -1250,38 +1250,39 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + bsd_signal; # arm x86 mips nobrillo versioned=26 + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { @@ -1327,7 +1328,6 @@ LIBC_PRIVATE { arc4random_stir; # arm x86 mips nobrillo bcopy; # arm x86 mips nobrillo bzero; # arm x86 mips nobrillo - bsd_signal; # arm x86 mips nobrillo dlmalloc; # arm x86 mips nobrillo dlmalloc_inspect_all; # arm x86 mips nobrillo dlmalloc_trim; # arm x86 mips nobrillo diff --git a/libc/libc.mips64.map b/libc/libc.mips64.map index 1f2fca059..f08034018 100644 --- a/libc/libc.mips64.map +++ b/libc/libc.mips64.map @@ -1139,7 +1139,7 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 @@ -1189,38 +1189,38 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { diff --git a/libc/libc.x86.brillo.map b/libc/libc.x86.brillo.map index d6c15a4dd..a02d35859 100644 --- a/libc/libc.x86.brillo.map +++ b/libc/libc.x86.brillo.map @@ -1197,7 +1197,7 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 @@ -1248,38 +1248,38 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { diff --git a/libc/libc.x86.map b/libc/libc.x86.map index 412386bba..6e31a415b 100644 --- a/libc/libc.x86.map +++ b/libc/libc.x86.map @@ -1197,7 +1197,7 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 @@ -1248,38 +1248,39 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + bsd_signal; # arm x86 mips nobrillo versioned=26 + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { @@ -1326,7 +1327,6 @@ LIBC_PRIVATE { arc4random_stir; # arm x86 mips nobrillo bcopy; # arm x86 mips nobrillo bzero; # arm x86 mips nobrillo - bsd_signal; # arm x86 mips nobrillo dlmalloc; # arm x86 mips nobrillo dlmalloc_inspect_all; # arm x86 mips nobrillo dlmalloc_trim; # arm x86 mips nobrillo diff --git a/libc/libc.x86_64.map b/libc/libc.x86_64.map index 1f2fca059..f08034018 100644 --- a/libc/libc.x86_64.map +++ b/libc/libc.x86_64.map @@ -1139,7 +1139,7 @@ LIBC { *; }; -LIBC_N { # introduced=24 +LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 global: __fread_chk; # introduced=24 __fwrite_chk; # introduced=24 @@ -1189,38 +1189,38 @@ LIBC_N { # introduced=24 tmpfile64; # introduced=24 } LIBC; -LIBC_O { # future +LIBC_O { global: - catclose; - catgets; - catopen; - ctermid; - endgrent; - endpwent; - futimes; - futimesat; - getdomainname; - getgrent; - getpwent; - getsubopt; - hasmntopt; - lutimes; - mblen; - pthread_getname_np; - quotactl; - setdomainname; - setgrent; - setpwent; - sighold; - sigignore; - sigpause; - sigrelse; - sigset; - sync_file_range; - towctrans; - towctrans_l; - wctrans; - wctrans_l; + catclose; # future + catgets; # future + catopen; # future + ctermid; # future + endgrent; # future + endpwent; # future + futimes; # future + futimesat; # future + getdomainname; # future + getgrent; # future + getpwent; # future + getsubopt; # future + hasmntopt; # future + lutimes; # future + mblen; # future + pthread_getname_np; # future + quotactl; # future + setdomainname; # future + setgrent; # future + setpwent; # future + sighold; # future + sigignore; # future + sigpause; # future + sigrelse; # future + sigset; # future + sync_file_range; # future + towctrans; # future + towctrans_l; # future + wctrans; # future + wctrans_l; # future } LIBC_N; LIBC_PRIVATE { diff --git a/libdl/libdl.arm.map b/libdl/libdl.arm.map index 2200cd4ab..1fdc1a7f1 100644 --- a/libdl/libdl.arm.map +++ b/libdl/libdl.arm.map @@ -17,8 +17,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; @@ -31,7 +31,7 @@ LIBC { LIBC_N { global: - dlvsym; + dlvsym; # introduced=24 } LIBC; LIBC_PLATFORM { diff --git a/libdl/libdl.arm64.map b/libdl/libdl.arm64.map index 8779e4cf1..28d261362 100644 --- a/libdl/libdl.arm64.map +++ b/libdl/libdl.arm64.map @@ -17,8 +17,8 @@ LIBC { global: - android_dlopen_ext; - dl_iterate_phdr; + android_dlopen_ext; # introduced=21 + dl_iterate_phdr; # introduced-arm=21 dladdr; dlclose; dlerror; @@ -30,7 +30,7 @@ LIBC { LIBC_N { global: - dlvsym; + dlvsym; # introduced=24 } LIBC; LIBC_PLATFORM { diff --git a/libdl/libdl.mips.map b/libdl/libdl.mips.map index 8779e4cf1..28d261362 100644 --- a/libdl/libdl.mips.map +++ b/libdl/libdl.mips.map @@ -17,8 +17,8 @@ LIBC { global: - android_dlopen_ext; - dl_iterate_phdr; + android_dlopen_ext; # introduced=21 + dl_iterate_phdr; # introduced-arm=21 dladdr; dlclose; dlerror; @@ -30,7 +30,7 @@ LIBC { LIBC_N { global: - dlvsym; + dlvsym; # introduced=24 } LIBC; LIBC_PLATFORM { diff --git a/libdl/libdl.mips64.map b/libdl/libdl.mips64.map index 8779e4cf1..28d261362 100644 --- a/libdl/libdl.mips64.map +++ b/libdl/libdl.mips64.map @@ -17,8 +17,8 @@ LIBC { global: - android_dlopen_ext; - dl_iterate_phdr; + android_dlopen_ext; # introduced=21 + dl_iterate_phdr; # introduced-arm=21 dladdr; dlclose; dlerror; @@ -30,7 +30,7 @@ LIBC { LIBC_N { global: - dlvsym; + dlvsym; # introduced=24 } LIBC; LIBC_PLATFORM { diff --git a/libdl/libdl.x86.map b/libdl/libdl.x86.map index 8779e4cf1..28d261362 100644 --- a/libdl/libdl.x86.map +++ b/libdl/libdl.x86.map @@ -17,8 +17,8 @@ LIBC { global: - android_dlopen_ext; - dl_iterate_phdr; + android_dlopen_ext; # introduced=21 + dl_iterate_phdr; # introduced-arm=21 dladdr; dlclose; dlerror; @@ -30,7 +30,7 @@ LIBC { LIBC_N { global: - dlvsym; + dlvsym; # introduced=24 } LIBC; LIBC_PLATFORM { diff --git a/libdl/libdl.x86_64.map b/libdl/libdl.x86_64.map index 8779e4cf1..28d261362 100644 --- a/libdl/libdl.x86_64.map +++ b/libdl/libdl.x86_64.map @@ -17,8 +17,8 @@ LIBC { global: - android_dlopen_ext; - dl_iterate_phdr; + android_dlopen_ext; # introduced=21 + dl_iterate_phdr; # introduced-arm=21 dladdr; dlclose; dlerror; @@ -30,7 +30,7 @@ LIBC { LIBC_N { global: - dlvsym; + dlvsym; # introduced=24 } LIBC; LIBC_PLATFORM { -- cgit v1.2.3