diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-05-09 15:29:47 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-05-09 15:29:47 +0000 |
commit | 64285810f58855f1252c298fba4bcb43bcc350ad (patch) | |
tree | 29921e25428badb97914cb644b2bf4572963c2c0 /bfd/ChangeLog | |
parent | 82058a735bbff6d114ab25e828e9c500abea87ac (diff) | |
download | gdb-64285810f58855f1252c298fba4bcb43bcc350ad.zip gdb-64285810f58855f1252c298fba4bcb43bcc350ad.tar.gz gdb-64285810f58855f1252c298fba4bcb43bcc350ad.tar.bz2 |
* elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
(elf_s390_adjust_dynamic_symbol): For weak symbols, copy
ELF_LINK_NON_GOT_REF from weakdef.
(elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
already been adjusted before treating it specially.
* el64-s390.c: Likwise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff0e7e2..4a2bc48 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com> + * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one. + (elf_s390_adjust_dynamic_symbol): For weak symbols, copy + ELF_LINK_NON_GOT_REF from weakdef. + (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has + already been adjusted before treating it specially. + * el64-s390.c: Likwise. + +2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com> + * elf32-s390.c (allocate_dynrelocs): For undef weak syms with non-default visibility, a) don't make them dynamic, b) discard space for dynamic relocs. |