diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-18 21:09:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-18 21:09:20 +0000 |
commit | 7725f8749a850972980349ca05259ea09d0b514f (patch) | |
tree | c7f9f3722de34955f71bab07249e6082d43e61ed /ChangeLog | |
parent | d87921ee19b8c228490345fe2375b216fb7b0edd (diff) | |
download | glibc-7725f8749a850972980349ca05259ea09d0b514f.tar.gz glibc-7725f8749a850972980349ca05259ea09d0b514f.tar.xz glibc-7725f8749a850972980349ca05259ea09d0b514f.zip |
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define C
version for inside ld.so. * elf/rtld.c (dl_main): Don't use hp timing code unless it's available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3ad8ff9495..12f5cbab25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-12-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define C + version for inside ld.so. + + * elf/rtld.c (dl_main): Don't use hp timing code unless it's available. + * sysdeps/powerpc/powerpc32/setjmp-common.S [IS_IN_rtld]: Avoid call to __sigjmp_save. * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise. |