aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/libstdc++-v3/scripts/extract_symvers.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/libstdc++-v3/scripts/extract_symvers.in')
-rwxr-xr-xgcc-4.8/libstdc++-v3/scripts/extract_symvers.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.8/libstdc++-v3/scripts/extract_symvers.in b/gcc-4.8/libstdc++-v3/scripts/extract_symvers.in
index a262435de..c9cf7e5db 100755
--- a/gcc-4.8/libstdc++-v3/scripts/extract_symvers.in
+++ b/gcc-4.8/libstdc++-v3/scripts/extract_symvers.in
@@ -53,6 +53,7 @@ SunOS)
# present on Solaris.
${readelf} ${lib} |\
sed -e 's/ \[<other>: [A-Fa-f0-9]*\] //' -e '/\.dynsym/,/^$/p;d' |\
+ sed -e 's/ \[<localentry>: [0-9]*\] //' |\
egrep -v ' (LOCAL|UND) ' |\
egrep -v ' (_DYNAMIC|_GLOBAL_OFFSET_TABLE_|_PROCEDURE_LINKAGE_TABLE_|_edata|_end|_etext)$' |\
sed -e 's/ <processor specific>: / <processor_specific>:_/g' |\