]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/38384 (shared link/execute fails for cross gcc from linux to target...
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 22 Jan 2009 21:40:23 +0000 (21:40 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 22 Jan 2009 21:40:23 +0000 (21:40 +0000)
2009-01-22  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/38384
* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Disable symbol versioning
on HPUX.
* configure: Regenerate.

From-SVN: r143576

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure

index e103b8851f43ce72488b5e4dd4cfa054cff6d286..d15f1d7c57111ad5494ae0b4d2871cffcda5407c 100644 (file)
@@ -1,3 +1,10 @@
+2009-01-22  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/38384
+       * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Disable symbol versioning
+       on HPUX.
+       * configure: Regenerate.
+
 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
 
        * include/ext/bitmap_allocator.h: Reverting changes related to PR
index 11f58f66bf6eaca5dcc61c3b517dc415238bb42b..22e6bc49c5a72cb6df2f3b41d057a1a83acd9ce1 100644 (file)
@@ -2728,7 +2728,7 @@ if test x$enable_symvers = xyes ; then
   else
     if test $with_gnu_ld = yes ; then
       case ${target_os} in
-        cygwin* | pe | mingw32*)
+        cygwin* | pe | mingw32* | hpux*)
           enable_symvers=no ;;
         *)
           enable_symvers=gnu ;;
index 81a81e7308e1041e75cb528418b9fca071cd8630..d11accaf0827336b0d2bcda8965d6b2fb8af5528 100755 (executable)
@@ -116669,7 +116669,7 @@ if test x$enable_symvers = xyes ; then
   else
     if test $with_gnu_ld = yes ; then
       case ${target_os} in
-        cygwin* | pe | mingw32*)
+        cygwin* | pe | mingw32* | hpux*)
           enable_symvers=no ;;
         *)
           enable_symvers=gnu ;;