diff options
author | Doug Kwan <dougkwan@google.com> | 2009-11-25 08:08:45 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2009-11-25 08:08:45 +0000 |
commit | a6d1ef576a49bde0b6813e02e354f9172ba94077 (patch) | |
tree | eba9b523c7a2ad692888da2294fe1a8eb2b71d7e /gold/ChangeLog | |
parent | fecc36fdd1a5aa3b4d2e5f6b87a25a9bce2289d3 (diff) | |
download | fsf-binutils-gdb-a6d1ef576a49bde0b6813e02e354f9172ba94077.zip fsf-binutils-gdb-a6d1ef576a49bde0b6813e02e354f9172ba94077.tar.gz fsf-binutils-gdb-a6d1ef576a49bde0b6813e02e354f9172ba94077.tar.bz2 |
2009-11-25 Doug Kwan <dougkwan@google.com>
Revert:
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 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c82ba7c..9415a23 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,4 +1,26 @@ 2009-11-25 Doug Kwan <dougkwan@google.com> + + Revert: + + 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. + +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 |