This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/608] sysdeps/mips/memset.S does not use abi independent name for temp regs


------- Additional Comments From drow at sources dot redhat dot com  2005-03-09 16:24 -------
(In reply to comment #2)
> Subject: RE:  sysdeps/mips/memset.S does not use abi indepen
> 	dent name for temp regs
> 
> It is possible that my configuration is somehow screwed up, but when trying to
build, I ran into this issue (mips/memcpy.S trying to compile, and complaining
about the register names).
> I am building for mips-linux target, with -mabi=n32 (trying to multilib n32,
o32 abis).
> 
> - Shay

That's the problem.  mips-linux does not support n32; you have to use a target
of mips64-linux to build n32 libraries.  The mips64 configuration should support
all three ABIs.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://sources.redhat.com/bugzilla/show_bug.cgi?id=608

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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