diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-06-27 23:31:35 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-07-02 22:19:19 -0400 |
commit | c895a4652e4156505a94e0c7c146965099391e99 (patch) | |
tree | 9bd5837d8ee001a87fa70c33145d3ca3f20d6605 /exception_lists | |
parent | e4da1b0e039174115e8cb3c80ef67e2d0b74e83d (diff) | |
download | illumos-joyent-c895a4652e4156505a94e0c7c146965099391e99.tar.gz |
check_rtime: Ignore libstdc++'s dependency on libgcc_s
When building with GCC4 on SPARC libstdc++ is linked with libgcc_s but
uses none of the symbol it provides.
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/check_rtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 883aebd09c..bde10090df 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -159,6 +159,7 @@ UNREF_OBJ /lib.*\ of\ .*libxml2\.so\.2 UNREF_OBJ /lib.*\ of\ .*libxslt\.so\.1 UNREF_OBJ /lib.*\ of\ .*libpq\.so\.4 UNREF_OBJ /lib.*\ of\ .*libpython2\.4\.so\.1\.0 +UNREF_OBJ /libgcc_s.*\ of\ .*libstdc\+\+\.so\.6 # Unreferenced object of objects we can't change for other reasons UNREF_OBJ /libmapmalloc\.so\.1;\ unused\ dependency\ of # interposer |