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/powerpc | |
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/powerpc')
-rw-r--r-- | sysdeps/powerpc/powerpc64/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/sysdep.h b/sysdeps/powerpc/powerpc64/sysdep.h index 34c9caa5d7..0af2b0a2fc 100644 --- a/sysdeps/powerpc/powerpc64/sysdep.h +++ b/sysdeps/powerpc/powerpc64/sysdep.h @@ -236,7 +236,7 @@ LT_LABELSUFFIX(name,_name_end): ; \ #define ret_NOERRNO PSEUDO_RET_NOERRNO #undef PSEUDO_END_NOERRNO -#define PSEUDO_END_NOERRO(name) \ +#define PSEUDO_END_NOERRNO(name) \ END (name) /* Label in text section. */ |