[Bug target/12248] New: .hidden detection now broken after recent commit
gschafer at zip dot com dot au
gcc-bugzilla@gcc.gnu.org
Thu Sep 11 15:25:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list