diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2003-05-13 12:13:37 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2003-05-13 12:13:37 +0000 |
commit | 04e534c39ae6d32ec36643b0f3c71a2fa47b4ce8 (patch) | |
tree | ca7d19319c868a7845e517bd3075169d42df23a8 /bfd/ChangeLog | |
parent | 5481b376b702fbacbb9934783fd4a9603fb59d8a (diff) | |
download | gdb-04e534c39ae6d32ec36643b0f3c71a2fa47b4ce8.zip gdb-04e534c39ae6d32ec36643b0f3c71a2fa47b4ce8.tar.gz gdb-04e534c39ae6d32ec36643b0f3c71a2fa47b4ce8.tar.bz2 |
* elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
copy ELF_LINK_NON_GOT_REF from weakdef.
(allocate_dynrelocs): For undef weak syms with non-default
visibility, a) don't allocate plt entries, b) don't allocate
.got relocs, c) discard dyn rel space
(sh_elf_relocate_section): d) don't generate .got relocs, e)
don't generate dynamic relocs.
(sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
for weakdefs when symbol already adjusted.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 949d8b2..d2b0a10 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols, + copy ELF_LINK_NON_GOT_REF from weakdef. + (allocate_dynrelocs): For undef weak syms with non-default + visibility, a) don't allocate plt entries, b) don't allocate + .got relocs, c) discard dyn rel space + (sh_elf_relocate_section): d) don't generate .got relocs, e) + don't generate dynamic relocs. + (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF + for weakdefs when symbol already adjusted. + 2003-05-12 Nick Clifton <nickc@redhat.com> * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield' |