* configure.ac (out-of-tree linker .hidden support) Set to "no"
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2012 01:09:43 +0000 (01:09 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2012 01:09:43 +0000 (01:09 +0000)
for mmix-knuth-mmixware.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192344 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index c6a5171..e6c915a 100644 (file)
@@ -1,5 +1,9 @@
 2012-10-11  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       * configure.ac (out-of-tree linker .hidden support) Set to "no"
+       for mmix-knuth-mmixware.
+       * configure: Regenerate.
+
        * configure.ac (gcc_cv_as_comdat_group_group): Default to no.
        * configure: Regenerate.
 
index f2a9dcb..a7cc645 100755 (executable)
@@ -22071,6 +22071,12 @@ else
   if test x"$ld_is_gold" = xyes; then
     :
   elif echo "$ld_ver" | grep GNU > /dev/null; then
+    case "${target}" in
+      mmix-knuth-mmixware)
+        # The linker emits by default mmo, not ELF, so "no" is appropriate.
+       gcc_cv_ld_hidden=no
+       ;;
+    esac
     if test 0"$ld_date" -lt 20020404; then
       if test -n "$ld_date"; then
        # If there was date string, but was earlier than 2002-04-04, fail
index f04198b..f57f3cd 100644 (file)
@@ -2325,6 +2325,12 @@ else
   if test x"$ld_is_gold" = xyes; then
     :
   elif echo "$ld_ver" | grep GNU > /dev/null; then
+    case "${target}" in
+      mmix-knuth-mmixware)
+        # The linker emits by default mmo, not ELF, so "no" is appropriate.
+       gcc_cv_ld_hidden=no
+       ;;
+    esac
     if test 0"$ld_date" -lt 20020404; then
       if test -n "$ld_date"; then
        # If there was date string, but was earlier than 2002-04-04, fail