This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Broken .hidden support in current binutils on ia32
- To: pthomas at suse dot de
- Subject: Re: Broken .hidden support in current binutils on ia32
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 5 Jun 2000 18:52:57 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <20000605000324.A28963@Jeffreys.suse.de>
> As the .hidden support is broken in current binutils, I'd like to have a
> configure test to automatically disable the use in GCC. Does anybody have an
> idea how to do such a test? If no has an idea, I'll add a switch configure
> to make it possible to disable that support.
Which versions are you talking about? At least since HJ Lu's
2.9.5.0.41, it is supposed to work correctly. Before 2.9.5.0.20 or so,
autoconf should detect absence of the feature, so it was only
"temporarily broken".
Regards,
Martin