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:
parent
de54e493db
commit
9193c60b55
@ -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
|
||||
|
@ -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) }
|
||||
|
@ -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) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user