X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fscripttempl%2Felf32crx.sc;h=03fd050f56b31290597499e2615a1319a0e944ce;hb=2a995fc189507760b9df175dbcadbaa91e89539f;hp=c320bda93e60e7cea618fe377c698ba917eaff58;hpb=66e17d7f5306149e4ac421015d305d00eb1a2f0f;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/scripttempl/elf32crx.sc b/ld/scripttempl/elf32crx.sc index c320bda93e..03fd050f56 100644 --- a/ld/scripttempl/elf32crx.sc +++ b/ld/scripttempl/elf32crx.sc @@ -165,6 +165,13 @@ SECTIONS .debug_str 0 : { *(.debug_str) } .debug_loc 0 : { *(.debug_loc) } .debug_macinfo 0 : { *(.debug_macinfo) } + + /* DWARF 3 */ + .debug_pubtypes 0 : { *(.debug_pubtypes) } + .debug_ranges 0 : { *(.debug_ranges) } + + /* DWARF Extension. */ + .debug_macro 0 : { *(.debug_macro) } } __DATA_IMAGE_START = LOADADDR(.data);