diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-10-13 21:03:40 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-10-13 21:03:40 +0000 |
commit | 7eeb1be681e4e07ece34d439aff8968897cbe7e7 (patch) | |
tree | 3c2be8a31da20f2cc7cc2485f08127f02a687bfe /bfd/ChangeLog | |
parent | eb1fe072ef479ea99f4a5a1ab11d9271bf3078c1 (diff) | |
download | gdb-7eeb1be681e4e07ece34d439aff8968897cbe7e7.zip gdb-7eeb1be681e4e07ece34d439aff8968897cbe7e7.tar.gz gdb-7eeb1be681e4e07ece34d439aff8968897cbe7e7.tar.bz2 |
* elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_sections): Set
.plt sh_entsize to 0 if plt header size isn't multiple of
plt entry size or for 32-bit which adds a nop insn at the
end of the .plt section.
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 db0ee24..5310dcd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2006-10-13 Jakub Jelinek <jakub@redhat.com> + + * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_sections): Set + .plt sh_entsize to 0 if plt header size isn't multiple of + plt entry size or for 32-bit which adds a nop insn at the + end of the .plt section. + 2006-10-12 Bob Wilson <bob.wilson@acm.org> * elf32-xtensa.c (elf_xtensa_action_discarded): New. |