diff options
author | Ben Elliston <bje@gnu.org> | 2008-09-09 04:43:43 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2008-09-09 04:43:43 +0000 |
commit | fc378cf7cefcd5bfa3c1330d291d54fd0c38a3e0 (patch) | |
tree | 795da621eed7063e4d7af3de5d0f65f33c878749 | |
parent | da64e6bb4ea8e1c7ef7aadd113ed701089fb1512 (diff) | |
download | cygnal-fc378cf7cefcd5bfa3c1330d291d54fd0c38a3e0.tar.gz cygnal-fc378cf7cefcd5bfa3c1330d291d54fd0c38a3e0.tar.bz2 cygnal-fc378cf7cefcd5bfa3c1330d291d54fd0c38a3e0.zip |
Remove bogus entry.
-rw-r--r-- | newlib/ChangeLog | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e53c86ef8..a83b9e491 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,19 +1,12 @@ 2008-09-08 Jeff Johnston <jjohnstn@redhat.com> - * libc/sys/linux/dl/atomicity.h (exchange_and_add): Fix asm statement to use "m" instead of "0". + * libc/sys/linux/dl/atomicity.h (exchange_and_add): Fix asm + statement to use "m" instead of "0". (atomic_add): Ditto. * libc/sys/linux/linuxthreads/spinlock.c (__pthread_release): Ditto. * libc/sys/linux/net/getaddrinfo.c: Add limit.h include. * libc/sys/linux/stdlib/glob.c: Ditto. -2008-09-08 jjohnstn <jjohnstn@vermillion> - - * libc/sys/linux/dl/atomicity.h (exchange_and_add): - (atomic_add): - * libc/sys/linux/linuxthreads/spinlock.c (__pthread_release): - * libc/sys/linux/net/getaddrinfo.c: - * libc/sys/linux/stdlib/glob.c: - 2008-09-04 Ken Werner <ken.werner@de.ibm.com> * libm/machine/spu/headers/acosd2.h: Duplicated preamble text removed. |