diff options
author | Roland McGrath <roland@gnu.org> | 2012-03-14 19:32:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-03-14 19:32:11 +0000 |
commit | caa0075c3875e4dcbfa0b758ee95037c526e9082 (patch) | |
tree | a5792f92019f329b144e533f7466639a85df2e0d /bfd/ChangeLog | |
parent | aeb1f0e80e1dea7b8a909d1add94d0200abb1197 (diff) | |
download | gdb-caa0075c3875e4dcbfa0b758ee95037c526e9082.zip gdb-caa0075c3875e4dcbfa0b758ee95037c526e9082.tar.gz gdb-caa0075c3875e4dcbfa0b758ee95037c526e9082.tar.bz2 |
* elf32-i386.c (elf_i386_nacl_pic_plt0_entry): Initialize up
to the full size, padding out with nop instructions.
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 eacf84e..634fba9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-03-14 Roland McGrath <mcgrathr@google.com> + + * elf32-i386.c (elf_i386_nacl_pic_plt0_entry): Initialize up + to the full size, padding out with nop instructions. + 2012-03-12 Alan Modra <amodra@gmail.com> * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't warn |