diff options
Diffstat (limited to 'ld/scripttempl/elf_chaos.sc')
-rw-r--r-- | ld/scripttempl/elf_chaos.sc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/scripttempl/elf_chaos.sc b/ld/scripttempl/elf_chaos.sc index 379c739..690d043 100644 --- a/ld/scripttempl/elf_chaos.sc +++ b/ld/scripttempl/elf_chaos.sc @@ -350,6 +350,9 @@ cat <<EOF .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } + /* DWARF Extension. */ + .debug_macro 0 : { *(.debug_macro) } + ${STACK_ADDR+${STACK}} ${ATTRS_SECTIONS} ${OTHER_SECTIONS} |