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 onhppa2.0w-hp-hpux11.00
- To: Jeffrey A Law <law at redhat dot com>
- Subject: Re: [PATCH] Re: COME ON! FIXIT! AGAIN: cvs bootstrap failure onhppa2.0w-hp-hpux11.00
- From: Alan Modra <alan at linuxcare dot com dot au>
- Date: Thu, 25 Jan 2001 13:46:29 +1100 (EST)
- cc: gcc-bugs at gcc dot gnu dot org
On Thu, 25 Jan 2001, Alan Modra wrote:
> On Wed, 24 Jan 2001, Jeffrey A Law wrote:
>
> > 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.
>
> That's with my patch (the first one) to hppa_encode_label applied? The
> old hppa_encode_label just dropped the leading `*'
OK, I built gcc for hppa64-hp-hpux11 with my original fix for
hppa_encode_label, and compiling
extern void start () __asm__ ("start");
void start () {}
with "-O2 -S" gives me
.LEVEL 2.0w
gcc2_compiled.:
.text
.align 8
.EXPORT @start,ENTRY
@start
.PROC
.CALLINFO FRAME=0,NO_CALLS
.ENTRY
bve,n (%r2)
.EXIT
.PROCEND
--
Linuxcare. Support for the Revolution.