diff options
author | Andreas Jaeger <aj@suse.de> | 2006-04-26 09:24:07 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2006-04-26 09:24:07 +0000 |
commit | 9ca26584e995caf4b1895f6d0d863a32382672f4 (patch) | |
tree | 3ea0ba38b7955fa98394656da74dd0b0ab95319b /bfd/ChangeLog | |
parent | c0d4d743778dba4659a338fed0199e28f0d426f0 (diff) | |
download | gdb-9ca26584e995caf4b1895f6d0d863a32382672f4.zip gdb-9ca26584e995caf4b1895f6d0d863a32382672f4.tar.gz gdb-9ca26584e995caf4b1895f6d0d863a32382672f4.tar.bz2 |
Add missing changelog entry
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c134282..4c82cc1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -311,6 +311,24 @@ bfd_get_compatible to set the new bfd architecture. Rely on it to detect incompatibilities. +2006-03-23 Michael Matz <matz@suse.de> + + * reloc.c: Add BFD_RELOC_X86_64_GOT64, BFD_RELOC_X86_64_GOTPCREL64, + BFD_RELOC_X86_64_GOTPC64, BFD_RELOC_X86_64_GOTPLT64, + BFD_RELOC_X86_64_PLTOFF64. + * bfd-in2.h: Regenerated. + * libbfd.h: Regenerated. + * elf64-x86-64.c (x86_64_elf_howto_table): Correct comment. + Add howtos for above relocs. + (x86_64_reloc_map): Add mappings for new relocs. + (elf64_x86_64_check_relocs): R_X86_64_GOT64, R_X86_64_GOTPCREL64, + R_X86_64_GOTPLT64 need a got entry. R_X86_64_GOTPLT64 also a PLT + entry. R_X86_64_GOTPC64 needs a .got section. R_X86_64_PLTOFF64 + needs a PLT entry. + (elf64_x86_64_gc_sweep_hook): Reflect changes from + elf64_x86_64_check_relocs for the new relocs. + (elf64_x86_64_relocate_section): Handle new relocs. + 2006-03-22 Bob Wilson <bob.wilson@acm.org> * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that |