diff options
author | Roland McGrath <roland@gnu.org> | 2012-06-28 16:57:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-06-28 16:57:24 +0000 |
commit | 6034aab8a1f9f470398ca1f99ccc0811ece2087e (patch) | |
tree | 527d45191426746ffcf8daa7eec84dfba0dd233b /bfd/ChangeLog | |
parent | e5ef252af07bfbf40e78b0ebcc5eef2e3b0af7a3 (diff) | |
download | gdb-6034aab8a1f9f470398ca1f99ccc0811ece2087e.zip gdb-6034aab8a1f9f470398ca1f99ccc0811ece2087e.tar.gz gdb-6034aab8a1f9f470398ca1f99ccc0811ece2087e.tar.bz2 |
bfd/
* elf32-arm.c (elf32_arm_populate_plt_entry): Use int32_t for
displacement calculation in nacl_p case.
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 a213e89..26bcbd5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-06-28 Roland McGrath <mcgrathr@google.com> + + * elf32-arm.c (elf32_arm_populate_plt_entry): Use int32_t for + displacement calculation in nacl_p case. + 2012-06-28 Nick Clifton <nickc@redhat.com> * po/uk.po: New Ukranian translation. |