diff options
Diffstat (limited to 'ld/scripttempl/mmo.sc')
-rw-r--r-- | ld/scripttempl/mmo.sc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/scripttempl/mmo.sc b/ld/scripttempl/mmo.sc index a70b312..38a5b4a 100644 --- a/ld/scripttempl/mmo.sc +++ b/ld/scripttempl/mmo.sc @@ -80,6 +80,13 @@ SECTIONS .debug_macinfo 0 : { *(.debug_macinfo) } .debug_ranges 0 : { *(.debug_ranges) } + /* DWARF 3 */ + .debug_pubtypes 0 : { *(.debug_pubtypes) } + .debug_ranges 0 : { *(.debug_ranges) } + + /* DWARF Extension. */ + .debug_macro 0 : { *(.debug_macro) } + .data ${RELOCATING+ ${DATA_ADDR}}: { ${RELOCATING+ PROVIDE(__Sdata = .);} |