diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:31:28 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:31:28 +0000 |
commit | 5ace1393645876e733698cc05dac51a8bfbec965 (patch) | |
tree | e08cb7f2ca53b792474e54da13dd31e1bdc8a171 /ChangeLog | |
parent | 1b12a2cb728fc49d2282a058c0b67b708186fb2b (diff) | |
download | glibc-5ace1393645876e733698cc05dac51a8bfbec965.tar.gz glibc-5ace1393645876e733698cc05dac51a8bfbec965.tar.xz glibc-5ace1393645876e733698cc05dac51a8bfbec965.zip |
* sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis. * sysdeps/mips/memset.S: Likewise. * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11 depending on the ABI.
* sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis. * sysdeps/mips/memset.S: Likewise. * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11 depending on the ABI. 2003-03-14 Alexandre Oliva <aoliva@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 642c6ed11e..8479343256 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-03-14 Alexandre Oliva <aoliva@redhat.com> + * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis. + * sysdeps/mips/memset.S: Likewise. + * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11 + depending on the ABI. + +2003-03-14 Alexandre Oliva <aoliva@redhat.com> + * sysdeps/mips/atomicity.h (exchange_and_add, atomic_add): Don't .set mips2 on new abi. (compare_and_swap): Likewise. Support 64-bit longs on n64. |