Fix comment typo
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 28 Dec 2016 17:28:22 +0000 (18:28 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 28 Dec 2016 17:31:07 +0000 (18:31 +0100)
* copy-relocs.h: Fix comment typo.

gold/ChangeLog
gold/copy-relocs.h

index 3c8dbe0427832aec3e7729b144c88feb93852b94..4f69eee00442a4c156aeacd04980552591cbcc08 100644 (file)
@@ -1,3 +1,7 @@
+2016-12-28  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * copy-relocs.h: Fix comment typo.
+
 2016-12-28  Cary Coutant  <ccoutant@gmail.com>
 
        PR gold/20996
@@ -40,7 +44,7 @@
        (bnd_ifunc_1): New test case.
        (bnd_ifunc_2): New test case.
        * testsuite/Makefile.in: Regenerate.
-       * testsuite/bnd_ifunc_1.s: New source file. 
+       * testsuite/bnd_ifunc_1.s: New source file.
        * testsuite/bnd_ifunc_1.sh: New shell script.
        * testsuite/bnd_ifunc_2.s: New source file.
        * testsuite/bnd_ifunc_2.sh: New shell script.
 
 2016-11-22  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
 
-        * configure: Regenerate.
+       * configure: Regenerate.
 
 2016-11-21  Cary Coutant  <ccoutant@gmail.com>
 
 
 2016-09-02  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.
+       * 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.
 
 2016-08-31  Alan Modra  <amodra@gmail.com>
 
 
 2016-06-20  Vladimir Radosavljevic  <Vladimir.Radosavljevic@imgtec.com>
 
-        * mips.cc (Target_mips::Target_mips): Initialize rld_map_.
-        (Target_mips::rld_map_): New data member.
-        (Target_mips::do_finalize_sections): Add support for
-        DT_MIPS_RLD_MAP and DT_MIPS_RLD_MAP_REL dynamic tags,
-        .rld_map section, and __RLD_MAP symbol.
-        (Target_mips::do_dynamic_tag_custom_value): Add support for
-        DT_MIPS_RLD_MAP_REL dynamic tag.
-        * output.cc (Output_data_dynamic::get_entry_offset): New method
-        definition.
-        * output.h (Output_data_dynamic::get_entry_offset): New method
-        declaration.
+       * mips.cc (Target_mips::Target_mips): Initialize rld_map_.
+       (Target_mips::rld_map_): New data member.
+       (Target_mips::do_finalize_sections): Add support for
+       DT_MIPS_RLD_MAP and DT_MIPS_RLD_MAP_REL dynamic tags,
+       .rld_map section, and __RLD_MAP symbol.
+       (Target_mips::do_dynamic_tag_custom_value): Add support for
+       DT_MIPS_RLD_MAP_REL dynamic tag.
+       * output.cc (Output_data_dynamic::get_entry_offset): New method
+       definition.
+       * output.h (Output_data_dynamic::get_entry_offset): New method
+       declaration.
 
 2016-06-20  Vladimir Radosavljevic  <Vladimir.Radosavljevic@imgtec.com>
 
-        * mips.cc (Mips_relocate_functions::relpc16): Add unaligned check.
+       * mips.cc (Mips_relocate_functions::relpc16): Add unaligned check.
 
 2016-06-20  Vladimir Radosavljevic  <Vladimir.Radosavljevic@imgtec.com>
 
 
 2016-03-08  Cary Coutant  <ccoutant@gmail.com>
 
-        PR 19751
+       PR 19751
        * testsuite/Makefile.am (retain_symbols_file_test): Remove check
        for constructor.
        * testsuite/Makefile.in: Regenerate.
 
 2016-03-08  Cary Coutant  <ccoutant@gmail.com>
 
-        PR 19751
-        * arm.cc (Reloc_stub::Key::name): Add unused attribute.
-        * dirsearch.cc (Dir_caches::~Dir_caches): Likewise.
+       PR 19751
+       * arm.cc (Reloc_stub::Key::name): Add unused attribute.
+       * dirsearch.cc (Dir_caches::~Dir_caches): Likewise.
 
 2016-03-08  Cary Coutant  <ccoutant@gmail.com>
-            Vladimir Radosavljevic  <vladimir.radosavljevic@imgtec.com>
+           Vladimir Radosavljevic  <vladimir.radosavljevic@imgtec.com>
 
        * output.cc (Output_reloc_writer): New type.
        (Output_data_reloc_base::do_write): Move implementation to template
index 92b2ceb1e877417c6b0deda16d3922d111009f54..f5cd0a55293874710a6c8eed500ce29e1b080081 100644 (file)
@@ -155,8 +155,9 @@ class Copy_relocs
   // The dynamic BSS data which goes into the .bss section.  This is
   // where writable variables which require COPY relocations are placed.
   Output_data_space* dynbss_;
-  // The dynamic read-only data, which goes into the .dynbss section.  This
-  // is where read-only variables which require COPY relocations are placed.
+  // The dynamic read-only data, which goes into the .data.rel.ro section.
+  // This is where read-only variables which require COPY relocations are
+  // placed.
   Output_data_space* dynrelro_;
 };
 
This page took 0.027421 seconds and 4 git commands to generate.