diff options
author | Doug Kwan <dougkwan@google.com> | 2010-01-13 06:44:01 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-01-13 06:44:01 +0000 |
commit | a120bc7fab8eb04089b29c8117c32051200f5e0e (patch) | |
tree | 8744f78c7c1ab70ac5c3a328b4028efc54e834e4 /gold/ChangeLog | |
parent | bc1f2823049e5f21f8e967a595d822d477f9ced4 (diff) | |
download | gdb-a120bc7fab8eb04089b29c8117c32051200f5e0e.zip gdb-a120bc7fab8eb04089b29c8117c32051200f5e0e.tar.gz gdb-a120bc7fab8eb04089b29c8117c32051200f5e0e.tar.bz2 |
2010-01-12 Doug Kwan <dougkwan@google.com>
* arm.cc (Cortex_a8_reloc): New class.
(Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
and cortex_a8_relocs_info_.
(Target_arm::fix_cortex_a8): New method definition.
(Target_arm::Cortex_a8_relocs_info): New type.
(Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
New data member declarations.
(Target_arm::scan_reloc_for_stub): Record information about
relocations for THUMB branches that might be exempted from the
Cortex-A8 workaround.
(Target_arm::do_relax): Clear all Cortex-A8 relocation information
at the beginning of a relaxation pass.
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 b0b1339..b4ad5f8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,20 @@ 2010-01-12 Doug Kwan <dougkwan@google.com> + * arm.cc (Cortex_a8_reloc): New class. + (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_ + and cortex_a8_relocs_info_. + (Target_arm::fix_cortex_a8): New method definition. + (Target_arm::Cortex_a8_relocs_info): New type. + (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_): + New data member declarations. + (Target_arm::scan_reloc_for_stub): Record information about + relocations for THUMB branches that might be exempted from the + Cortex-A8 workaround. + (Target_arm::do_relax): Clear all Cortex-A8 relocation information + at the beginning of a relaxation pass. + +2010-01-12 Doug Kwan <dougkwan@google.com> + * arm.cc (Arm_relobj::mapping_symbols_info_): New data member. (Arm_relobj::Mapping_symbol_position, Arm_reloj::Mapping_symbol_position_less, |