diff options
author | Doug Kwan <dougkwan@google.com> | 2009-11-25 04:11:56 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2009-11-25 04:11:56 +0000 |
commit | 51938283769ef9915b3106f48193ed42a3cea44e (patch) | |
tree | f8c1cab37ac3b587832028cf3d8a92b1954380cc /gold/ChangeLog | |
parent | e2b8f3c4012cd3fe89ec3c272bc1b41b4aa3bbb0 (diff) | |
download | gdb-51938283769ef9915b3106f48193ed42a3cea44e.zip gdb-51938283769ef9915b3106f48193ed42a3cea44e.tar.gz gdb-51938283769ef9915b3106f48193ed42a3cea44e.tar.bz2 |
2009-11-25 Doug Kwan <dougkwan@google.com>
* arm.cc (Target_arm::Target_arm): Move method definition outside of
class definition. Add code to handle --target1-rel, --target1-abs
and --target2= options.
(Target_arm::get_reloc_reloc_type): Change method to be non-static
and const.
(Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
member declaration.
(Target_arm::Scan::local, Target_arm::Scan::global,
Target_arm::Relocate::relocate,
Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
call to Target_arm::get_real_reloc_type.
(Target_arm::get_real_reloc_type): Use command line options to
determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
* options.h (--target1-rel, --target1-abs, --target2): New ARM-only
options.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index daa729e..041c9e6 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,19 @@ +2009-11-25 Doug Kwan <dougkwan@google.com> + + * arm.cc (Target_arm::may_use_thumb2_nop): New method definition. + (Arm_relocate_functions::thumb_branch_common): New metod declaration. + (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix + formatting. + (Arm_relocate_functions::thm_call): Replace body with a call to + Arm_relocate_functions::thumb_branch_common. + (Arm_relocate_functions::thm_jump24, + Arm_relocate_functions::thm_xpc22): New method definitions. + (Arm_relocate_functions::thumb_branch_common): New method definition. + (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or + operator. + (Target_arm::Relocate::relocate): Adjust call to thm_call. + Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24. + 2009-11-24 Rafael Avila de Espindola <espindola@google.com> * Makefile.am: Build incremental-dump |