This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14163] hppa: glibc-2.3.3 pb to build with gcc-3.[45]
- From: "soete dot joel at tiscali dot be" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Feb 2004 11:28:06 -0000
- Subject: [Bug c/14163] hppa: glibc-2.3.3 pb to build with gcc-3.[45]
- References: <20040216172324.14163.soete.joel@tiscali.be>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From soete dot joel at tiscali dot be 2004-02-17 11:28 -------
(In reply to comment #2)
> Not a GCC bug, set_dp is not used except in asm which GCC does not know about,
ok I could understand (even suspect it originaly ;)
> marking it as used
> will fix that or using -fno-unit-at-a-time will also.
"-fno-unit-at-a-time" works fine if I compile manually the only rtld.c :)
The pb is that when I add it to my CFLAGS options to rebuild glibc, it is finaly
not used to compile rtld.c :_). So afer looking without success to know howto
"mark a function as used", I finaly have to put you this question: 'how to mark
set_dp() as used'?
Thanks for previous and additional help,
Joel
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14163