X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fscripttempl%2Fi386beos.sc;h=200c50b00221250bee9effe4e4c006c24dc3a248;hb=ceb0a680b14c984392861edbe0c023f3aee7fc7d;hp=9f2d898004255af736ae4b67c18abd2efe4d36b8;hpb=e4fe8f95655b18fb4018478d018920feef30f1ae;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/scripttempl/i386beos.sc b/ld/scripttempl/i386beos.sc index 9f2d898004..200c50b002 100644 --- a/ld/scripttempl/i386beos.sc +++ b/ld/scripttempl/i386beos.sc @@ -160,42 +160,10 @@ SECTIONS { [ .stabstr ] } - /* DWARF debug sections. - Symbols in the DWARF debugging sections are relative to the beginning - of the section so we begin them at 0. */ - - /* DWARF 1 */ - .debug 0 ${RELOCATING+(NOLOAD)} : { *(.debug) } - .line 0 ${RELOCATING+(NOLOAD)} : { *(.line) } - - /* GNU DWARF 1 extensions */ - .debug_srcinfo 0 ${RELOCATING+(NOLOAD)} : { *(.debug_srcinfo) } - .debug_sfnames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_sfnames) } - - /* DWARF 1.1 and DWARF 2 */ - .debug_aranges 0 ${RELOCATING+(NOLOAD)} : { *(.debug_aranges) } - .debug_pubnames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_pubnames) } - - /* DWARF 2 */ - .debug_info 0 ${RELOCATING+(NOLOAD)} : { *(.debug_info) *(.gnu.linkonce.wi.*) } - .debug_abbrev 0 ${RELOCATING+(NOLOAD)} : { *(.debug_abbrev) } - .debug_line 0 ${RELOCATING+(NOLOAD)} : { *(.debug_line) } - .debug_frame 0 ${RELOCATING+(NOLOAD)} : { *(.debug_frame) } - .debug_str 0 ${RELOCATING+(NOLOAD)} : { *(.debug_str) } - .debug_loc 0 ${RELOCATING+(NOLOAD)} : { *(.debug_loc) } - .debug_macinfo 0 ${RELOCATING+(NOLOAD)} : { *(.debug_macinfo) } - - /* SGI/MIPS DWARF 2 extensions */ - .debug_weaknames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_weaknames) } - .debug_funcnames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_funcnames) } - .debug_typenames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_typenames) } - .debug_varnames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_varnames) } - - /* DWARF 3 */ - .debug_pubtypes 0 : { *(.debug_pubtypes) } - .debug_ranges 0 : { *(.debug_ranges) } - - /* DWARF Extension. */ - .debug_macro 0 : { *(.debug_macro) } +EOF + +source $srcdir/scripttempl/DWARF.sc + +cat <