public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/608] New: sysdeps/mips/memset.S does not use abi independent name for temp regs
@ 2004-12-14  0:01 shay_gal-on at pmc-sierra dot com
  2004-12-15 13:14 ` [Bug libc/608] " gotom at debian dot or dot jp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: shay_gal-on at pmc-sierra dot com @ 2004-12-14  0:01 UTC (permalink / raw)
  To: glibc-bugs

Currently memset uses t4,t5,t6,t7, and will not compile with n32 ABI.
regdef.h defines ta0,ta1,ta2,ta3 as abi independent names which can be used for
the purpose.

-- 
           Summary: sysdeps/mips/memset.S does not use abi independent name
                    for temp regs
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: shay_gal-on at pmc-sierra dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: any
  GCC host triplet: any
GCC target triplet: mips-linux-gnu


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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/608] sysdeps/mips/memset.S does not use abi independent name for temp regs
  2004-12-14  0:01 [Bug libc/608] New: sysdeps/mips/memset.S does not use abi independent name for temp regs shay_gal-on at pmc-sierra dot com
@ 2004-12-15 13:14 ` gotom at debian dot or dot jp
  2004-12-15 17:35 ` shay_gal-on at pmc-sierra dot com
  2005-03-09 16:24 ` drow at sources dot redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: gotom at debian dot or dot jp @ 2004-12-15 13:14 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From gotom at debian dot or dot jp  2004-12-15 13:14 -------
Is the problematic file mips/memcpy.S, not mips/memset.S?

I discussed with Thiemo Seufer and he said n32 ABI should be compiled
with sysdeps/mips/mips64/memcpy.S, not sysdeps/mips/memcpy.S.  Do you
use the pure latest upstream cvs?  If so, is your compilation used
mips64/memcpy.S?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/608] sysdeps/mips/memset.S does not use abi independent name for temp regs
  2004-12-14  0:01 [Bug libc/608] New: sysdeps/mips/memset.S does not use abi independent name for temp regs shay_gal-on at pmc-sierra dot com
  2004-12-15 13:14 ` [Bug libc/608] " gotom at debian dot or dot jp
@ 2004-12-15 17:35 ` shay_gal-on at pmc-sierra dot com
  2005-03-09 16:24 ` drow at sources dot redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: shay_gal-on at pmc-sierra dot com @ 2004-12-15 17:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From shay_gal-on at pmc-sierra dot com  2004-12-15 17:26 -------
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


> -----Original Message-----
> From: gotom at debian dot or dot jp
> [mailto:sourceware-bugzilla@sources.redhat.com]
> Sent: Wednesday, December 15, 2004 5:14 AM
> To: Shay Gal-On
> Subject: [Bug libc/608] sysdeps/mips/memset.S does not use abi
> independent name for temp regs
> 
> 
> 
> ------- Additional Comments From gotom at debian dot or dot 
> jp  2004-12-15 13:14 -------
> Is the problematic file mips/memcpy.S, not mips/memset.S?
> 
> I discussed with Thiemo Seufer and he said n32 ABI should be compiled
> with sysdeps/mips/mips64/memcpy.S, not sysdeps/mips/memcpy.S.  Do you
> use the pure latest upstream cvs?  If so, is your compilation used
> mips64/memcpy.S?
> 
> -- 
>            What    |Removed                     |Added
> --------------------------------------------------------------
> --------------
>              Status|NEW                         |WAITING
> 
> 
> http://sources.redhat.com/bugzilla/show_bug.cgi?id=608
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> 


-- 


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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/608] sysdeps/mips/memset.S does not use abi independent name for temp regs
  2004-12-14  0:01 [Bug libc/608] New: sysdeps/mips/memset.S does not use abi independent name for temp regs shay_gal-on at pmc-sierra dot com
  2004-12-15 13:14 ` [Bug libc/608] " gotom at debian dot or dot jp
  2004-12-15 17:35 ` shay_gal-on at pmc-sierra dot com
@ 2005-03-09 16:24 ` drow at sources dot redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: drow at sources dot redhat dot com @ 2005-03-09 16:24 UTC (permalink / raw)
  To: glibc-bugs


------- 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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-09 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-14  0:01 [Bug libc/608] New: sysdeps/mips/memset.S does not use abi independent name for temp regs shay_gal-on at pmc-sierra dot com
2004-12-15 13:14 ` [Bug libc/608] " gotom at debian dot or dot jp
2004-12-15 17:35 ` shay_gal-on at pmc-sierra dot com
2005-03-09 16:24 ` drow at sources dot redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).