diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-27 22:38:50 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-27 22:38:50 +0000 |
commit | f6518c488a569b2c32c062f16412ffbf869bbbe3 (patch) | |
tree | c03c236d11eade9e593712127fdb03f04409cc84 /bfd/ChangeLog | |
parent | 1581972d79ebd85e077a6beb849d6db6d4c2aac9 (diff) | |
download | gdb-f6518c488a569b2c32c062f16412ffbf869bbbe3.zip gdb-f6518c488a569b2c32c062f16412ffbf869bbbe3.tar.gz gdb-f6518c488a569b2c32c062f16412ffbf869bbbe3.tar.bz2 |
* elf32-vax.c (elf_vax_finish_dynamic_sections): Don't set GOT's
entry size if there is no ELF section data.
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 9a541df..af1a0c6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2013-07-27 Maciej W. Rozycki <macro@linux-mips.org> + * elf32-vax.c (elf_vax_finish_dynamic_sections): Don't set GOT's + entry size if there is no ELF section data. + +2013-07-27 Maciej W. Rozycki <macro@linux-mips.org> + * elf32-vax.c (elf_vax_check_relocs) <R_VAX_GOT32, R_VAX_PLT32>: Don't check symbol visibility here. Remove a check already asserted for. |