diff options
Diffstat (limited to 'ld/scripttempl/elf64hppa.sc')
-rw-r--r-- | ld/scripttempl/elf64hppa.sc | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/ld/scripttempl/elf64hppa.sc b/ld/scripttempl/elf64hppa.sc index 5f5d690..e80d248 100644 --- a/ld/scripttempl/elf64hppa.sc +++ b/ld/scripttempl/elf64hppa.sc @@ -533,19 +533,7 @@ if test -n "${NON_ALLOC_DYN}"; then rm -f ldscripts/dyntmp.$$ fi -cat <<EOF - /* Stabs debugging sections. */ - .stab 0 : { *(.stab) } - .stabstr 0 : { *(.stabstr) } - .stab.excl 0 : { *(.stab.excl) } - .stab.exclstr 0 : { *(.stab.exclstr) } - .stab.index 0 : { *(.stab.index) } - .stab.indexstr 0 : { *(.stab.indexstr) } - - .comment 0 : { *(.comment) } - -EOF - +. $srcdir/scripttempl/misc-sections.sc . $srcdir/scripttempl/DWARF.sc cat <<EOF |