diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-16 11:33:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-16 11:33:42 +0000 |
commit | 81694485e2c696e1aa8dfb3f92110d437c833b22 (patch) | |
tree | 8bf5c06413e1cee151e6d927ebc556f181babab2 /bfd/ChangeLog | |
parent | 4e99ad6974d2233414bccf6989139dead4132704 (diff) | |
download | gdb-81694485e2c696e1aa8dfb3f92110d437c833b22.zip gdb-81694485e2c696e1aa8dfb3f92110d437c833b22.tar.gz gdb-81694485e2c696e1aa8dfb3f92110d437c833b22.tar.bz2 |
* elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
to bfd_signed_vma. Cast constant operands which are used in
offset related expressions to bfd_signed_vma type as appropriate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b0f4726..281d56e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-06-16 Doug Kwan <dougkwan@google.com> + + * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset + to bfd_signed_vma. Cast constant operands which are used in + offset related expressions to bfd_signed_vma type as appropriate. + 2009-06-16 Maciej W. Rozycki <macro@linux-mips.org> * elf32-vax.c (elf_vax_plt_sym_val): New function. |