diff options
author | Alan Modra <amodra@gmail.com> | 2004-08-25 14:35:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-08-25 14:35:58 +0000 |
commit | f855931bbd914039754674f6f582a7236583f62b (patch) | |
tree | c9e5d655cbbebbb33fb1a58920c2045430a81981 /bfd/ChangeLog | |
parent | b18c562e39c5c3ee63032a9a0aa9b7571343fd58 (diff) | |
download | gdb-f855931bbd914039754674f6f582a7236583f62b.zip gdb-f855931bbd914039754674f6f582a7236583f62b.tar.gz gdb-f855931bbd914039754674f6f582a7236583f62b.tar.bz2 |
* elf32-i386.c (elf_i386_relocate_section): Zero section contents
for R_386_32 and R_386_PC32 relocs against symbols defined in
discarded sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a0a9fc4..dbe1df9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,9 +1,15 @@ +2004-08-25 Alan Modra <amodra@bigpond.net.au> + + * elf32-i386.c (elf_i386_relocate_section): Zero section contents + for R_386_32 and R_386_PC32 relocs against symbols defined in + discarded sections. + 2004-08-25 Dmitry Diky <diwil@spec.ru> * reloc.c (BFD_RELOC_MSP430_2X_PCREL,BFD_RELOC_MSP430_RL_PCREL): Add new relocations. * bfd-in2.h: Regenerate. - * libbfd.h: Regenerate.. + * libbfd.h: Regenerate. * elf32-msp430.c: Clean-up code. (elf_msp430_howto_table): Add new relocation entries. (bfd_elf32_bfd_reloc_type_lookup): New relocation handlers. |