diff options
author | Doug Kwan <dougkwan@google.com> | 2011-06-27 17:53:32 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2011-06-27 17:53:32 +0000 |
commit | 57eb9b5086fe082ad965e75d199dd9d536e54250 (patch) | |
tree | 78d116aaf46e45d688a667fd1d8e874adf84be09 /gold/ChangeLog | |
parent | e26bd57dea76dd8d66e51f49b29a4d39edcd62b0 (diff) | |
download | gdb-57eb9b5086fe082ad965e75d199dd9d536e54250.zip gdb-57eb9b5086fe082ad965e75d199dd9d536e54250.tar.gz gdb-57eb9b5086fe082ad965e75d199dd9d536e54250.tar.bz2 |
2011-06-27 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_relocate_functions::thm_jump8,
Arm_relocate_functions::thm_jump11): Use a wider signed
type to compute offset.
* testsuite/Makefile.am: Add new tests arm_thm_jump11 and
arm_thm_jump8.
* testsuite/Makefile.in: Regenerate.
* testsuite/arm_branch_in_range.sh: Check test results of
arm_thm_jump11 and arm_thm_jump8.
* testsuite/arm_thm_jump11.s: New test source file.
* testsuite/arm_thm_jump11.t: New linker script.
* testsuite/arm_thm_jump8.s: New test source file.
* testsuite/arm_thm_jump8.t: New linker script.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index ff39a18..6400f0a 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,18 @@ +2011-06-27 Doug Kwan <dougkwan@google.com> + + * arm.cc (Arm_relocate_functions::thm_jump8, + Arm_relocate_functions::thm_jump11): Use a wider signed + type to compute offset. + * testsuite/Makefile.am: Add new tests arm_thm_jump11 and + arm_thm_jump8. + * testsuite/Makefile.in: Regenerate. + * testsuite/arm_branch_in_range.sh: Check test results of + arm_thm_jump11 and arm_thm_jump8. + * testsuite/arm_thm_jump11.s: New test source file. + * testsuite/arm_thm_jump11.t: New linker script. + * testsuite/arm_thm_jump8.s: New test source file. + * testsuite/arm_thm_jump8.t: New linker script. + 2011-06-24 Ian Lance Taylor <iant@google.com> * layout.cc: Include "object.h". |