diff options
author | Jan Hubicka <jh@suse.cz> | 2001-02-12 16:54:08 +0000 |
---|---|---|
committer | Jan Hubicka <jh@suse.cz> | 2001-02-12 16:54:08 +0000 |
commit | 51e0a107ce0d77917c517ffad60239e1476aee3e (patch) | |
tree | 3083a1838b39cc84465fac891aa0dc15041f4a32 /bfd/ChangeLog | |
parent | 23df10780612d98ca2beed212e65680eb8d01c96 (diff) | |
download | gdb-51e0a107ce0d77917c517ffad60239e1476aee3e.zip gdb-51e0a107ce0d77917c517ffad60239e1476aee3e.tar.gz gdb-51e0a107ce0d77917c517ffad60239e1476aee3e.tar.bz2 |
2001-02-09 Bo Thorsen <bo@suse.de>
* elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
alignment to 3.
(elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
and relocation.
(elf64_x86_64_relocate_section): Fix formatting.
(elf64_x86_64_relocate_section): Fix addend for relocation of
R_X86_64_(8|16|32|PC8|PC16|PC32).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 199e485..341728e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2001-02-09 Bo Thorsen <bo@suse.de> + + * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section + alignment to 3. + (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry + and relocation. + (elf64_x86_64_relocate_section): Fix formatting. + (elf64_x86_64_relocate_section): Fix addend for relocation of + R_X86_64_(8|16|32|PC8|PC16|PC32). + Mon Feb 12 17:46:24 CET 2001 Jan Hubicka <jh@suse.cz> * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL. |