diff options
author | Doug Kwan <dougkwan@google.com> | 2012-02-03 20:01:01 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2012-02-03 20:01:01 +0000 |
commit | 2c175ebc7499ac7cfae6679f7b1ecbf43e822772 (patch) | |
tree | 2052feca6e60f3402e3348ea9f956ee66a117ac7 /gold/ChangeLog | |
parent | e009ee7132fd0e378399e2f957078e822c34439a (diff) | |
download | fsf-binutils-gdb-2c175ebc7499ac7cfae6679f7b1ecbf43e822772.zip fsf-binutils-gdb-2c175ebc7499ac7cfae6679f7b1ecbf43e822772.tar.gz fsf-binutils-gdb-2c175ebc7499ac7cfae6679f7b1ecbf43e822772.tar.bz2 |
2012-02-03 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_relocate_functions::abs8,
Arm_relocate_functions::abs16): Use
Bits::has_signed_unsigned_overflow32.
(Arm_relocate_functions::thm_abs8): Correct range of
overflow check.
* reloc.h (Bits class): Change minimum number of bits from 0 to 1
in assertions.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 249346e..6c5078e 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2012-02-03 Doug Kwan <dougkwan@google.com> + + * arm.cc (Arm_relocate_functions::abs8, + Arm_relocate_functions::abs16): Use + Bits::has_signed_unsigned_overflow32. + (Arm_relocate_functions::thm_abs8): Correct range of + overflow check. + * reloc.h (Bits class): Change minimum number of bits from 0 to 1 + in assertions. + 2012-02-02 Doug Kwan <dougkwan@google.com> * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all |