This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12248] New: .hidden detection now broken after recent commit
- From: "gschafer at zip dot com dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Sep 2003 09:11:21 -0000
- Subject: [Bug target/12248] New: .hidden detection now broken after recent commit
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12248
Summary: .hidden detection now broken after recent commit
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gschafer at zip dot com dot au
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
Hello
.hidden detection now doesn't work on i686-pc-linux-gnu after this commit:-
http://gcc.gnu.org/ml/gcc-cvs/2003-09/msg00258.html
One cannot build a proper glibc these days unless gcc is built with .hidden
support. Could this please be fixed (or reverted) ASAP. This is rather critical.
The patch looks wrong. It shouldn't be relying on "$gnu_ld_flag" as this is
associated with passing "--with-gnu-ld" on the command line. One shouldn't have
to pass "--with-gnu-ld" to get .hidden support.
Thanks.