diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-28 21:11:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-28 21:11:47 +0000 |
commit | 62d01985e9bd245ec382d2bfbe340ae7067b6be3 (patch) | |
tree | 87799661e9069fc68879da807be88dd50479f300 /ChangeLog | |
parent | b1ecbed20b3cf932d6df4de492508deeff2adc0c (diff) | |
download | glibc-62d01985e9bd245ec382d2bfbe340ae7067b6be3.tar.gz glibc-62d01985e9bd245ec382d2bfbe340ae7067b6be3.tar.xz glibc-62d01985e9bd245ec382d2bfbe340ae7067b6be3.zip |
* sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
* sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate cfi_startproc and cfi_endproc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 97d2996446..6ba3213f39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-04-28 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate + cfi_startproc and cfi_endproc. + * configure.in: Remove ultrasparc names. * sysdeps/i386/i686/memcmp.S: Move misplaced END. |