diff options
author | Doug Kwan <dougkwan@google.com> | 2010-01-29 22:16:17 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-01-29 22:16:17 +0000 |
commit | 1521477a53ec805e4106eb34cc7c33e29f5d1efb (patch) | |
tree | 7c4899741c8619ef61e2b6c3b0a5faeba7e12653 /gold/ChangeLog | |
parent | e7eca48cb283da81b3566df52c01ac510cc1013d (diff) | |
download | ppe42-binutils-1521477a53ec805e4106eb34cc7c33e29f5d1efb.tar.gz ppe42-binutils-1521477a53ec805e4106eb34cc7c33e29f5d1efb.zip |
2010-01-29 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
to public.
(Arm_relocate_functions::thumb_branch_common): Ditto.
(Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
Arm_relocate_functions::jump24): Remove.
(Target_arm::Relocate::relocate): Adjust code to call
Arm_relocation_functions::arm_branch_common and
Arm_relocation_functions::thumb_branch_common instead of their removed
wrappers. Merge switch-cases together to reduce source code size.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 65c30b7392..98b7dece8f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,19 @@ 2010-01-29 Doug Kwan <dougkwan@google.com> + * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility + to public. + (Arm_relocate_functions::thumb_branch_common): Ditto. + (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24, + Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32, + Arm_relocate_functions::xpc25, Arm_relocate_functions::call, + Arm_relocate_functions::jump24): Remove. + (Target_arm::Relocate::relocate): Adjust code to call + Arm_relocation_functions::arm_branch_common and + Arm_relocation_functions::thumb_branch_common instead of their removed + wrappers. Merge switch-cases together to reduce source code size. + +2010-01-29 Doug Kwan <dougkwan@google.com> + * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member output_local_symbol_count_needs_update_. (Arm_relobj::output_local_symbol_count_needs_update, |