This is the mail archive of the gcc-patches@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]

Re: [PATCH] Re: COME ON! FIXIT! AGAIN: cvs bootstrap failure on hppa2.0w-hp-hpux11.00


On Tue, 23 Jan 2001, Jeffrey A Law wrote:

> The generic parts of the compiler add "*" when it finds things like register
> names.  See make_decl_rtl.
> 
> The PA port adds '@' if and only if the symbol in question is a function.
> 
> So I don't see how this could possibly break your builds.

Bombed when compliing libgcc1-test.  The following does the trick:

extern void start () __asm__ ("start");
void start () {}

-- 
Linuxcare.  Support for the Revolution.


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