This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/14163] hppa: glibc-2.3.3 pb to build with gcc-3.[45]


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]