Sun Oct 6 22:35:36 1996 Jason Merrill <jason@yorick.cygnus.com>

* scripttempl/elf{,mips,ppc}.sc: Add DWARF 2 sections.
This commit is contained in:
Jason Merrill 1996-10-07 05:36:57 +00:00
parent de54e493db
commit 9193c60b55
3 changed files with 12 additions and 0 deletions

View 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

View 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) }

View 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) }