X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fscripttempl%2Felfd10v.sc;h=1cdfbdc4222559ce2691cb4da962a8a936725219;hb=2a995fc189507760b9df175dbcadbaa91e89539f;hp=c5f9631c5fa9a2c6d0397f563dafded011373e25;hpb=66e17d7f5306149e4ac421015d305d00eb1a2f0f;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/scripttempl/elfd10v.sc b/ld/scripttempl/elfd10v.sc index c5f9631c5f..1cdfbdc422 100644 --- a/ld/scripttempl/elfd10v.sc +++ b/ld/scripttempl/elfd10v.sc @@ -194,5 +194,13 @@ SECTIONS .debug_funcnames 0 : { *(.debug_funcnames) } .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } + + /* DWARF 3 */ + .debug_pubtypes 0 : { *(.debug_pubtypes) } + .debug_ranges 0 : { *(.debug_ranges) } + + /* DWARF Extension. */ + .debug_macro 0 : { *(.debug_macro) } + } EOF