Re: xptcall port to sparcv9 with gcc3

Michael K Bender <[email protected]> Wed, 30 Apr 2003 10:39:21 -0400
Newsgroups gmane.comp.mozilla.devel.unix,gmane.comp.mozilla.devel.xpcom
Organization Raytheon Company
Message-ID <[email protected]>
Andrew Schultz wrote:
> Michael K Bender wrote:
> 
>> I'd try to figure out how to do it myself, but I'm really more of a 
>> System Admin than a Software Engineer.  I'd be willing to help out 
>> with anybody who wants to do this and provide what other information I 
>> have.
> 
> 
> http://bugzilla.mozilla.org/show_bug.cgi?id=102492
> 

I don't think this bug is exactly the problem that I'm having.  I think 
the issue that I'm having with the GCC3 sparcv9 build is that the 
following file hasn't been created yet.

./mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparcv9_solaris_GCC3.s

There's a xptcinvoke_asm_sparcv9_solaris_SUNW.s and the sparcv9 build 
with the SUNW compiler works (I haven't tried it, but that's what I've 
been told).  There's a xptcinvoke_asm_sparc_solaris_GCC3.s for 32bit 
compiling with GCC3.  I really have no idea what it would take to create 
the xptcinvoke_asm_sparcv9_solaris_GCC3.s file, but that's the (current) 
reason the GCC3 sparcv9 build is failing.

Mike