diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:30:31 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:30:31 +0000 |
commit | 1b12a2cb728fc49d2282a058c0b67b708186fb2b (patch) | |
tree | dbd3b1d9eaf9ee2652fbbe1e511ba33db5641256 /ChangeLog | |
parent | 7fb8033c1f844b6ec8bc20267153c31d99714b8f (diff) | |
download | glibc-1b12a2cb728fc49d2282a058c0b67b708186fb2b.tar.gz glibc-1b12a2cb728fc49d2282a058c0b67b708186fb2b.tar.xz glibc-1b12a2cb728fc49d2282a058c0b67b708186fb2b.zip |
* 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.
* 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. 2003-03-14 Alexandre Oliva <aoliva@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3a1d6b0d92..642c6ed11e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. + +2003-03-14 Alexandre Oliva <aoliva@redhat.com> + * stdlib/fpioconst.h: Include gmp.h with angle brackets. 2003-03-13 Roland McGrath <roland@redhat.com> |