diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-23 13:08:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-23 13:08:22 +0000 |
commit | edb570bb87b009c04e30b2d75acb2a513079c836 (patch) | |
tree | 19349f774331b4f7a2c26170bbd2bbb077367f9f /ChangeLog | |
parent | 361d49e6a4463bd86aba76a67c2b1dc0348f711a (diff) | |
download | glibc-edb570bb87b009c04e30b2d75acb2a513079c836.tar.gz glibc-edb570bb87b009c04e30b2d75acb2a513079c836.tar.xz glibc-edb570bb87b009c04e30b2d75acb2a513079c836.zip |
Update.
1998-12-20 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add implementation. * sysdeps/unix/sysv/linux/arm/syscalls.list: Remove wrappers for now-inlined calls. 1998-12-22 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/arm/ioperm.c: New file. Implementation of inb, outb etc for ARM systems. * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise. * sysdeps/unix/sysv/linux/arm/Versions: Add appropriate entries for the above.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 12acbe8181..5e6a448fa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1998-12-20 Philip Blundell <philb@gnu.org> + + * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add + implementation. + * sysdeps/unix/sysv/linux/arm/syscalls.list: Remove wrappers for + now-inlined calls. + +1998-12-22 Philip Blundell <pb@nexus.co.uk> + + * sysdeps/unix/sysv/linux/arm/ioperm.c: New file. + Implementation of inb, outb etc for ARM systems. + * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise. + * sysdeps/unix/sysv/linux/arm/Versions: Add appropriate + entries for the above. + 1998-12-21 Ulrich Drepper <drepper@cygnus.com> * nss/db-Makefile (shadow.db): Create file with correct protections. |