diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 10:04:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 10:04:19 +0000 |
commit | 78678039a4c4575cbb48c9577b4796cf2a05af62 (patch) | |
tree | b726f6814376eb0725dae5a1e162303efbda403c /ChangeLog | |
parent | 4a381a81fee9ee4569d0cee0807cef7e998fc59a (diff) | |
download | glibc-78678039a4c4575cbb48c9577b4796cf2a05af62.tar glibc-78678039a4c4575cbb48c9577b4796cf2a05af62.tar.gz glibc-78678039a4c4575cbb48c9577b4796cf2a05af62.tar.bz2 glibc-78678039a4c4575cbb48c9577b4796cf2a05af62.zip |
Update.
2004-03-10 Richard Henderson <rth@redhat.com>
* sysdeps/generic/errno.c: Disable versioning for rtld.
* sysdeps/generic/Makefile (elf/shared): Add unwind-pe.
* sysdeps/generic/unwind-pe.c: New file.
* sysdeps/generic/unwind-pe.h: Only prototypes for _LIBC without
_LIBC_DEFINITIONS.
* posix/regexec.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-03-10 Richard Henderson <rth@redhat.com> + + * sysdeps/generic/errno.c: Disable versioning for rtld. + + * sysdeps/generic/Makefile (elf/shared): Add unwind-pe. + * sysdeps/generic/unwind-pe.c: New file. + * sysdeps/generic/unwind-pe.h: Only prototypes for _LIBC without + _LIBC_DEFINITIONS. + 2004-03-10 Ulrich Drepper <drepper@redhat.com> * include/libc-symbols.h: Define attribute_compat_text_section and @@ -35,6 +44,7 @@ * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise. * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise. * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise. + * posix/regexec.c: Likewise. * sysdeps/unix/sysv/linux/i386/syscalls.list: vm86@@GLIBC_2.3.4 should be the default symbol. Having none misses the point. |