diff options
author | Alan Modra <amodra@gmail.com> | 2014-06-16 10:12:12 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-06-16 12:28:23 +0930 |
commit | eb9a5ecfacc42b9b741a3f83f433252b3c7cd77e (patch) | |
tree | 1e233bd574952a29a1fdd4e48dde4a40cbbf244b /bfd/ChangeLog | |
parent | 4b1a927e92e49f333838f8f11e621608cccb3a03 (diff) | |
download | gdb-eb9a5ecfacc42b9b741a3f83f433252b3c7cd77e.zip gdb-eb9a5ecfacc42b9b741a3f83f433252b3c7cd77e.tar.gz gdb-eb9a5ecfacc42b9b741a3f83f433252b3c7cd77e.tar.bz2 |
Fix uninitialised VAX .got and .got.plt section
Cures these failures with MALLOC_PERTURB_=1
FAIL: GOT test (executable)
FAIL: GOT test (shared library)
FAIL: VAX export class call relocation test
FAIL: VAX export class data relocation test
* elf32-vax.c (elf_vax_size_dynamic_sections): Clear linker
created sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a0402ad..d08bf24 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2014-06-16 Alan Modra <amodra@gmail.com> + + * elf32-vax.c (elf_vax_size_dynamic_sections): Clear linker + created sections. + 2014-06-13 Omair Javaid <omair.javaid@linaro.org> * elfxx-aarch64.c (stdarg.h): Include. |