diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-06-15 18:42:56 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-06-15 18:42:56 -0700 |
commit | 4c23f2ffa8fbd467bca51956130a1f30cfe34371 (patch) | |
tree | 1eaaf047843ab31401b50124d66d4c24f6583e60 /bfd/ChangeLog | |
parent | 77b1142d4e709cb12a460bdfad6f109d67260457 (diff) | |
download | gdb-4c23f2ffa8fbd467bca51956130a1f30cfe34371.zip gdb-4c23f2ffa8fbd467bca51956130a1f30cfe34371.tar.gz gdb-4c23f2ffa8fbd467bca51956130a1f30cfe34371.tar.bz2 |
Check SEC_ALLOC before allocating dynamic relocation
* elf32-i386.c (elf_i386_check_relocs): Check SEC_ALLOC before
allocating dynamic relocation.
* elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 38d28f3..344e08b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-06-15 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_i386_check_relocs): Check SEC_ALLOC before + allocating dynamic relocation. + * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise. + 2016-06-14 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> PR ld/20254 |