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]

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


  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

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