* scripttempl/elf.sc: Fix last change to use correct comment
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 14 Aug 2000 08:59:40 +0000 (08:59 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 14 Aug 2000 08:59:40 +0000 (08:59 +0000)
syntax.

ld/ChangeLog
ld/scripttempl/elf.sc

index cf6fd16492f4cf32645fc24a59f50c6265f0149e..8095583d73030fddabbcbe9b6cc948ce38e04b4c 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-14  Andreas Schwab  <schwab@suse.de>
+
+       * scripttempl/elf.sc: Fix last change to use correct comment
+       syntax.
+
 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
 
        * scripttempl/elf.sc: Add a comment giving the correspondence
index 65f578ff496dcb897175100ac3bf0b66e5a7ada0..bdd101d19a78508a8209d8b067e0280592dc1804 100644 (file)
 # when specifying the start address of the next.
 #
 
-/* Many sections come in three flavours.  There is the 'real' section,
-   like ".data".  Then there are the per-procedure or per-variable
-   sections, generated by -ffunction-sections and -fdata-sections in GCC,
-   and useful for --gc-sections, which for a variable "foo" might be
-   ".data.foo".  Then there are the linkonce sections, for which the linker
-   eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
-   The exact correspondences are:
-
-   Section     Linkonce section
-   .text       .gnu.linkonce.t.foo
-   .rodata     .gnu.linkonce.r.foo
-   .data       .gnu.linkonce.d.foo
-   .bss                .gnu.linkonce.b.foo
-   .sdata      .gnu.linkonce.s.foo
-   .sbss       .gnu.linkonce.sb.foo
-   .sdata2     .gnu.linkonce.s2.foo
-   .sbss2      .gnu.linkonce.sb2.foo
-
-   Each of these can also have corresponding .rel.* and .rela.* sections.
-*/
+#  Many sections come in three flavours.  There is the 'real' section,
+#  like ".data".  Then there are the per-procedure or per-variable
+#  sections, generated by -ffunction-sections and -fdata-sections in GCC,
+#  and useful for --gc-sections, which for a variable "foo" might be
+#  ".data.foo".  Then there are the linkonce sections, for which the linker
+#  eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
+#  The exact correspondences are:
+#
+#  Section     Linkonce section
+#  .text       .gnu.linkonce.t.foo
+#  .rodata     .gnu.linkonce.r.foo
+#  .data       .gnu.linkonce.d.foo
+#  .bss                .gnu.linkonce.b.foo
+#  .sdata      .gnu.linkonce.s.foo
+#  .sbss       .gnu.linkonce.sb.foo
+#  .sdata2     .gnu.linkonce.s2.foo
+#  .sbss2      .gnu.linkonce.sb2.foo
+#
+#  Each of these can also have corresponding .rel.* and .rela.* sections.
 
 test -z "$ENTRY" && ENTRY=_start
 test -z "${BIG_OUTPUT_FORMAT}" && BIG_OUTPUT_FORMAT=${OUTPUT_FORMAT}
This page took 0.0397 seconds and 4 git commands to generate.