diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-08 03:49:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-08 03:49:44 +0000 |
commit | 57a5ea0215f9b7d6198927af695843aaffcd45a2 (patch) | |
tree | 81b4af3a1d151bc062e269a537d6e54ee08f92d8 /ChangeLog | |
parent | d810b3584c4569612e078cbdd36bbf5c9272430c (diff) | |
download | glibc-57a5ea0215f9b7d6198927af695843aaffcd45a2.tar glibc-57a5ea0215f9b7d6198927af695843aaffcd45a2.tar.gz glibc-57a5ea0215f9b7d6198927af695843aaffcd45a2.tar.bz2 glibc-57a5ea0215f9b7d6198927af695843aaffcd45a2.zip |
Update.
2003-07-04 Jakub Jelinek <jakub@redhat.com>
* sysdeps/s390/s390-32/elf/start.S: Emit position independent code
if PIC.
* sysdeps/s390/s390-64/elf/start.S: Likewise.
2003-07-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/powerpc64/elf/start.S: Put L(start_address)
into .data.rel.ro.local section if PIC to avoid DT_TEXTREL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-07-04 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/s390/s390-32/elf/start.S: Emit position independent code + if PIC. + * sysdeps/s390/s390-64/elf/start.S: Likewise. + +2003-07-07 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/powerpc/powerpc64/elf/start.S: Put L(start_address) + into .data.rel.ro.local section if PIC to avoid DT_TEXTREL. + 2003-07-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h: Version |