diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-02-13 00:01:27 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-02-13 00:01:27 +0000 |
commit | 7b61d0c500080f19a0436371f9ac817d649b34e3 (patch) | |
tree | fc410bd06acc0ee5bcfa45f283e1b6d0f824993d /newlib/ChangeLog | |
parent | 4753a17b28727225c610a611f94549d13b34b387 (diff) | |
download | cygnal-7b61d0c500080f19a0436371f9ac817d649b34e3.tar.gz cygnal-7b61d0c500080f19a0436371f9ac817d649b34e3.tar.bz2 cygnal-7b61d0c500080f19a0436371f9ac817d649b34e3.zip |
2002-02-12 Hans-Peter Nilsson <hp@bitrange.com>
* libc/sys/mmixware/link.c: New.
* libc/sys/mmixware/sys/syscall.h (TRAP1i, I3f): Make asm
volatile.
* libc/sys/mmixware/times.c (_times): Renamed from times.
* libc/sys/mmixware/open.c (_open): Attempt to handle O_APPEND
properly by reading previous contents, not through BinaryReadWrite.
* libc/sys/mmixware/Makefile.am (lib_a_SOURCES): Add link.c
* libc/sys/mmixware/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 16453f4d8..f837ddabe 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,14 @@ +2002-02-12 Hans-Peter Nilsson <hp@bitrange.com> + + * libc/sys/mmixware/link.c: New. + * libc/sys/mmixware/sys/syscall.h (TRAP1i, I3f): Make asm + volatile. + * libc/sys/mmixware/times.c (_times): Renamed from times. + * libc/sys/mmixware/open.c (_open): Attempt to handle O_APPEND + properly by reading previous contents, not through BinaryReadWrite. + * libc/sys/mmixware/Makefile.am (lib_a_SOURCES): Add link.c + * libc/sys/mmixware/Makefile.in: Regenerate. + 2002-02-10 Corinna Vinschen <corinna@vinschen.de> * libc/include/grp.h: Don't declare group functions when compiling |