From 2c175ebc7499ac7cfae6679f7b1ecbf43e822772 Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Fri, 3 Feb 2012 20:01:01 +0000 Subject: 2012-02-03 Doug Kwan * 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. --- gold/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gold/ChangeLog') 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 + + * 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 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all -- cgit v1.1