diff options
author | Doug Kwan <dougkwan@google.com> | 2010-01-30 00:11:00 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-01-30 00:11:00 +0000 |
commit | 11b861d510c23a2bf98e8bb909e922c98c9492e0 (patch) | |
tree | 665422e65287ad5519d3c8f428717a7ec993d76a /gold/ChangeLog | |
parent | c9a2c125541dc97124aaaea15b8b596d36b355f3 (diff) | |
download | gdb-11b861d510c23a2bf98e8bb909e922c98c9492e0.zip gdb-11b861d510c23a2bf98e8bb909e922c98c9492e0.tar.gz gdb-11b861d510c23a2bf98e8bb909e922c98c9492e0.tar.bz2 |
2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
* gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
(Arm_relocate_functions::thm_alu11): New Method.
(Arm_relocate_functions::thm_pc8): New Method.
(Arm_relocate_functions::thm_pc12): New Method.
(Target_arm::Scan::local): Handle the relocations.
(Target_arm::Scan::global): Likewise.
(Target_arm::Relocate::relocate): Likewise.
(Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index eff9305..861ae2a 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,15 @@ +2010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com> + + * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8, + R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0. + (Arm_relocate_functions::thm_alu11): New Method. + (Arm_relocate_functions::thm_pc8): New Method. + (Arm_relocate_functions::thm_pc12): New Method. + (Target_arm::Scan::local): Handle the relocations. + (Target_arm::Scan::global): Likewise. + (Target_arm::Relocate::relocate): Likewise. + (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise. + 2010-01-29 Doug Kwan <dougkwan@google.com> * arm.cc (Target_arm::Scan::global): General PLTs for the same set |