diff options
author | Cary Coutant <ccoutant@gmail.com> | 2017-01-10 07:46:30 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-01-10 07:46:43 -0800 |
commit | 98461510d3a8cefa6603980294bfc647cddcab97 (patch) | |
tree | dc33202fc8f637c12ed4c36fd8fceca3548e5915 /gold/ChangeLog | |
parent | df2946549f60624503663cc6c28cd5a6ef0ab434 (diff) | |
download | gdb-98461510d3a8cefa6603980294bfc647cddcab97.zip gdb-98461510d3a8cefa6603980294bfc647cddcab97.tar.gz gdb-98461510d3a8cefa6603980294bfc647cddcab97.tar.bz2 |
Refactor Sized_relobj_file::do_relocate_sections.
gold/
* aarch64.cc (AArch64_relobj::do_relocate_sections): Call
Sized_relobj_file::relocate_section_range().
* arm.cc (Arm_relobj::do_relocate_sections): Likewise.
* object.h (Sized_relobj_file::relocate_section_range): New method.
* reloc.cc (Sized_relobj_file::do_relocate_sections): Move
implementation...
(Sized_relobj_file::relocate_section_range): ...to new method.
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 3f1a2fc..10c21b6 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,13 @@ +2017-01-10 Cary Coutant <ccoutant@gmail.com> + + * aarch64.cc (AArch64_relobj::do_relocate_sections): Call + Sized_relobj_file::relocate_section_range(). + * arm.cc (Arm_relobj::do_relocate_sections): Likewise. + * object.h (Sized_relobj_file::relocate_section_range): New method. + * reloc.cc (Sized_relobj_file::do_relocate_sections): Move + implementation... + (Sized_relobj_file::relocate_section_range): ...to new method. + 2017-01-10 Alan Modra <amodra@gmail.com> * testsuite/ver_test_8.sh: Accept .TOC. in lieu of |