This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Re: COME ON! FIXIT! AGAIN: cvs bootstrap failure on hppa2.0w-hp-hpux11.00
- To: Alan Modra <alan at linuxcare dot com dot au>
- Subject: Re: [PATCH] Re: COME ON! FIXIT! AGAIN: cvs bootstrap failure on hppa2.0w-hp-hpux11.00
- From: Jeffrey A Law <law at redhat dot com>
- Date: Wed, 24 Jan 2001 18:08:22 -0700
- cc: Markus Werle <markus at lufmech dot rwth-aachen dot de>, gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Reply-To: law at redhat dot com
In message <Pine.LNX.4.21.0101241236230.29059-100000@front.linuxcare.com.au>y
ou write:
> On Tue, 23 Jan 2001, Jeffrey A Law wrote:
>
> > The generic parts of the compiler add "*" when it finds things like regis
> ter
> > 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 () {}
That's really weird -- I don't see that when I build the PA64 ELF tools
for hpux. More correctly, libgcc1-test doesn't bomb, I didn't look into
why.
jeff