diff options
author | Doug Kwan <dougkwan@google.com> | 2010-05-26 03:33:59 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-05-26 03:33:59 +0000 |
commit | 5c3885291ffdae7d69304eafb03507a5ba384a5c (patch) | |
tree | ff0d8daf3f50a07691f1cd41f1398dc0346173ef /gold/ChangeLog | |
parent | bca1c3ae452b3f573f01a9e5b060c3cdd1fbe076 (diff) | |
download | gdb-5c3885291ffdae7d69304eafb03507a5ba384a5c.zip gdb-5c3885291ffdae7d69304eafb03507a5ba384a5c.tar.gz gdb-5c3885291ffdae7d69304eafb03507a5ba384a5c.tar.bz2 |
2010-05-26 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_scan_relocatable_relocs): New class.
(Target_arm::relocate_special_relocatable): New method.
(Arm_relocate_functions::arm_branch_common): Handle relocatable link.
(Arm_relocate_functions::thumb_branch_common): Same.
(Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
instead of Default_scan_relocatable_relocs.
* target-reloc.h (relocate_for_relocatable): Let target handle
relocation strategy Relocatable_relocs::RELOC_SPECIAL.
* target.h (Sized_target::relocate_special_relocatable): New method.
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 a76baf8..e2b009d 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,15 @@ +2010-05-26 Doug Kwan <dougkwan@google.com> + + * arm.cc (Arm_scan_relocatable_relocs): New class. + (Target_arm::relocate_special_relocatable): New method. + (Arm_relocate_functions::arm_branch_common): Handle relocatable link. + (Arm_relocate_functions::thumb_branch_common): Same. + (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs + instead of Default_scan_relocatable_relocs. + * target-reloc.h (relocate_for_relocatable): Let target handle + relocation strategy Relocatable_relocs::RELOC_SPECIAL. + * target.h (Sized_target::relocate_special_relocatable): New method. + 2010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com> * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined. |