Sun Oct 6 22:35:36 1996 Jason Merrill <jason@yorick.cygnus.com>
authorJason Merrill <jason@redhat.com>
Mon, 7 Oct 1996 05:36:57 +0000 (05:36 +0000)
committerJason Merrill <jason@redhat.com>
Mon, 7 Oct 1996 05:36:57 +0000 (05:36 +0000)
        * scripttempl/elf{,mips,ppc}.sc: Add DWARF 2 sections.

ld/ChangeLog
ld/scripttempl/elfmips.sc
ld/scripttempl/elfppc.sc

index d64a26cdf0f0509788e437a3a4945353c67a47cd..8687d9a3d0d7a3c556e38300154dd91f028fbcce 100644 (file)
@@ -1,3 +1,7 @@
+Sun Oct  6 22:35:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * scripttempl/elf{,mips,ppc}.sc: Add DWARF 2 sections.
+
 Fri Oct  4 18:49:31 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * scripttempl/m68kcoff.sc: Only set the address of .text if
index 9c6eaaccf477244f29e5232eb00657a4a023f2b4..2948e1beae4c5764a3630a8f632c6b088164e48d 100644 (file)
@@ -163,6 +163,10 @@ SECTIONS
      section so we begin .debug at 0.  It's not clear yet what needs to happen
      for the others.   */
   .debug          0 : { *(.debug) }
+  .debug_info     0 : { *(.debug_info) }
+  .debug_abbrev   0 : { *(.debug_abbrev) }
+  .debug_line     0 : { *(.debug_line) }
+  .debug_frame    0 : { *(.debug_frame) }
   .debug_srcinfo  0 : { *(.debug_srcinfo) }
   .debug_aranges  0 : { *(.debug_aranges) }
   .debug_pubnames 0 : { *(.debug_pubnames) }
index 556c9af8c6b037c2b901eaf516780b0f0315a33a..a1ba319222a86971be5172308fe8bf853882fddd 100644 (file)
@@ -177,6 +177,10 @@ SECTIONS
      section so we begin .debug at 0.  It's not clear yet what needs to happen
      for the others.   */
   .debug          0 : { *(.debug) }
+  .debug_info     0 : { *(.debug_info) }
+  .debug_abbrev   0 : { *(.debug_abbrev) }
+  .debug_line     0 : { *(.debug_line) }
+  .debug_frame    0 : { *(.debug_frame) }
   .debug_srcinfo  0 : { *(.debug_srcinfo) }
   .debug_aranges  0 : { *(.debug_aranges) }
   .debug_pubnames 0 : { *(.debug_pubnames) }
This page took 0.052694 seconds and 4 git commands to generate.