diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-09-07 18:33:22 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-09-07 18:33:22 +0000 |
commit | ada1953ecdd174aaad246792e88f09febe1e1106 (patch) | |
tree | ae2b653f28bde635cde4fd85e1d19596b8f68578 /bfd/ChangeLog | |
parent | e646467d714339cd17cbbbe71ae427ad865ab91b (diff) | |
download | gdb-ada1953ecdd174aaad246792e88f09febe1e1106.zip gdb-ada1953ecdd174aaad246792e88f09febe1e1106.tar.gz gdb-ada1953ecdd174aaad246792e88f09febe1e1106.tar.bz2 |
* elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
case R_CRIS_32_GOTPLT>: For internal error message, handle NULL
symname.
(cris_elf_check_relocs) <case R_CRIS_32_PLT_PCREL>: Don't try to
handle symbol visibility here.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 220dc7d..d74e8fe 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2004-09-07 Hans-Peter Nilsson <hp@axis.com> + + * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT, + case R_CRIS_32_GOTPLT>: For internal error message, handle NULL + symname. + (cris_elf_check_relocs) <case R_CRIS_32_PLT_PCREL>: Don't try to + handle symbol visibility here. + 2004-09-07 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (struct ppc_link_hash_table): Add stub_globals. |