diff options
author | Doug Kwan <dougkwan@google.com> | 2010-02-09 06:46:00 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-02-09 06:46:00 +0000 |
commit | cb1be87e23111486165d9351b787ad73605176eb (patch) | |
tree | ba2f54e382473d72eea152f370515de39fd1e560 /gold/ChangeLog | |
parent | 024c4466738f9e18a8a3e15592e1250a61f288b9 (diff) | |
download | gdb-cb1be87e23111486165d9351b787ad73605176eb.zip gdb-cb1be87e23111486165d9351b787ad73605176eb.tar.gz gdb-cb1be87e23111486165d9351b787ad73605176eb.tar.bz2 |
2010-02-08 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_relobj::simple_input_section_output_address): New
method.
(Arm_relobj::section_needs_cortex_a8_stub_scanning,
Arm_relobj::scan_section_for_cortex_a8_stubs,
Arm_relobj::do_relocation_section): Instead of calling
Output_section::output_address, use faster
Arm_relobj::simple_input_section_output_address.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 98d5d6a..534ff1d 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2010-02-08 Doug Kwan <dougkwan@google.com> + + * arm.cc (Arm_relobj::simple_input_section_output_address): New + method. + (Arm_relobj::section_needs_cortex_a8_stub_scanning, + Arm_relobj::scan_section_for_cortex_a8_stubs, + Arm_relobj::do_relocation_section): Instead of calling + Output_section::output_address, use faster + Arm_relobj::simple_input_section_output_address. + 2010-02-08 David S. Miller <davem@davemloft.net> * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is |