diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-24 19:36:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-24 19:36:57 +0000 |
commit | c6289757d6e374904d720ff9d86d304605c952b1 (patch) | |
tree | b177cbac80b2cbd9931a802a3f12ab95f0591653 /sysdeps/unix/sysv/linux/arm/sysdep.h | |
parent | 6ea5c1036d37eb3e97fc6e92c8c329b2b2ea7a36 (diff) | |
download | glibc-c6289757d6e374904d720ff9d86d304605c952b1.tar.gz glibc-c6289757d6e374904d720ff9d86d304605c952b1.tar.xz glibc-c6289757d6e374904d720ff9d86d304605c952b1.zip |
Update.
2003-03-24 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL): Remove a1 from clobber list. 2003-03-24 Ulrich Drepper <drepper@redhat.com> * timezone/antarctica: Update from tzdata2003a. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/iso3166.tab: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. 2003-03-24 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/sysdep.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index 3e3c874e04..1b1fc51cd2 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -174,7 +174,7 @@ __local_syscall_error: \ asm volatile ("swi %1 @ syscall " #name \ : "=r" (_a1) \ : "i" (SYS_ify(name)) ASM_ARGS_##nr \ - : "a1", "memory"); \ + : "memory"); \ _sys_result = _a1; \ } \ (int) _sys_result; }) |