diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-09 23:59:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-09 23:59:00 +0000 |
commit | 5fca38da63bb793a31f61cc28159b9d10534c4eb (patch) | |
tree | 587e94bb5d78c404782ca3197c016b43f744ed32 /ChangeLog | |
parent | e352f0d83289322fe9706ee45c449170653f85e8 (diff) | |
download | glibc-5fca38da63bb793a31f61cc28159b9d10534c4eb.tar.gz glibc-5fca38da63bb793a31f61cc28159b9d10534c4eb.tar.xz glibc-5fca38da63bb793a31f61cc28159b9d10534c4eb.zip |
Update.
2003-09-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT): Add siginfo_t * argument before, change into struct ucontext *. (SIGCONTEXT_EXTRA_ARGS): Define to _si,. (GET_PC, GET_FRAME, GET_STACK): Adjust for ctx being a pointer instead of structure. * sysdeps/unix/sysv/linux/x86_64/register-dump.h (REGISTER_DUMP): Likewise. * sysdeps/unix/mips/sysdep.h (PSEUDO_END): Undef before defining. * sysdeps/mips/mips64/n32/Implies: Move ieee754/ldbl-128 to the top of the list. * sysdeps/mips/mips64/n64/Implies: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 55237ea2c3..9871607fca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-09-09 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT): Add + siginfo_t * argument before, change into struct ucontext *. + (SIGCONTEXT_EXTRA_ARGS): Define to _si,. + (GET_PC, GET_FRAME, GET_STACK): Adjust for ctx being a pointer + instead of structure. + * sysdeps/unix/sysv/linux/x86_64/register-dump.h (REGISTER_DUMP): + Likewise. + 2003-09-09 Ulrich Drepper <drepper@redhat.com> * string/stratcliff.c (main): Check memccpy. @@ -17,13 +27,13 @@ 2003-09-09 Chris Demetriou <cgd@broadcom.com> - * sysdeps/unix/mips/sysdep.h (PSEUDO_END): Undef before defining. + * sysdeps/unix/mips/sysdep.h (PSEUDO_END): Undef before defining. 2003-09-08 Chris Demetriou <cgd@broadcom.com> - * sysdeps/mips/mips64/n32/Implies: Move ieee754/ldbl-128 to - the top of the list. - * sysdeps/mips/mips64/n64/Implies: Likewise. + * sysdeps/mips/mips64/n32/Implies: Move ieee754/ldbl-128 to + the top of the list. + * sysdeps/mips/mips64/n64/Implies: Likewise. 2003-09-08 Roland McGrath <roland@frob.com> |