Commit eb53bcc0 by Rainer Orth Committed by Rainer Orth

configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.

	* configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
	* configure: Regenerate.

From-SVN: r71042
parent 9a57322b
2003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
* configure: Regenerate.
2003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* intl.h (N_): Remove parentheses. * intl.h (N_): Remove parentheses.
2003-09-03 Bernardo Innocenti <bernie@develer.com> 2003-09-03 Bernardo Innocenti <bernie@develer.com>
......
...@@ -1854,19 +1854,10 @@ changequote(,)dnl ...@@ -1854,19 +1854,10 @@ changequote(,)dnl
changequote([,])dnl changequote([,])dnl
fi fi
else else
case "$target" in # non-GNU linkers don't seem to support .hidden yet
mips-sgi-irix[[56]]*) if test x"$gnu_ld_flag" = x"no"; then
if test x"$gnu_ld_flag" = x"no"; then gcc_cv_ld_hidden=no
# Even if using gas with .hidden support, the resulting object files fi
# cannot be linked with the IRIX 5 and IRIX 6 O32 linkers. With
# the IRIX 6 N32 and N64 linkers, the problem is that the linker
# refuses to accept -call_shared (passed by default to the
# linker) and -r (used to link the object file generated without
# .hidden directives with one that hides symbols), so we also lose.
gcc_cv_ld_hidden=no
fi
;;
esac
fi fi
fi]) fi])
libgcc_visibility=no libgcc_visibility=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment