diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-11-23 05:54:02 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-11-23 05:54:02 -0800 |
commit | 6db50b4cfe55834ee5fc8dc95c80529f8a0f2a1f (patch) | |
tree | fd6d61d3876e6b4bdc0fdb6ae91d02f5a44de8e6 /bfd/ChangeLog | |
parent | e8af5d7a5cd4c58136a4733e87612f49061bf28b (diff) | |
download | gdb-6db50b4cfe55834ee5fc8dc95c80529f8a0f2a1f.zip gdb-6db50b4cfe55834ee5fc8dc95c80529f8a0f2a1f.tar.gz gdb-6db50b4cfe55834ee5fc8dc95c80529f8a0f2a1f.tar.bz2 |
Assert size of elf_x86_64_{bnd|legacy}_plt2_entry
Assert size of elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry
only in elf_x86_64_check_relocs.
* elf64-x86-64.c (elf_x86_64_check_relocs): Assert size of
elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry.
(elf_x86_64_allocate_dynrelocs): Don't assert size of
elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 040576a..ac5e299 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2014-11-23 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_check_relocs): Assert size of + elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry. + (elf_x86_64_allocate_dynrelocs): Don't assert size of + elf_x86_64_bnd_plt2_entry and elf_x86_64_legacy_plt2_entry. + 2014-11-22 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Check |