diff options
Diffstat (limited to 'ld/scripttempl/elf64bpf.sc')
-rw-r--r-- | ld/scripttempl/elf64bpf.sc | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/ld/scripttempl/elf64bpf.sc b/ld/scripttempl/elf64bpf.sc index 48cda5b..8ff588b 100644 --- a/ld/scripttempl/elf64bpf.sc +++ b/ld/scripttempl/elf64bpf.sc @@ -679,20 +679,7 @@ EOF test -z "${NON_ALLOC_DYN}" || emit_dyn -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) } - - .gnu.build.attributes : { *(.gnu.build.attributes${RELOCATING+ .gnu.build.attributes.*}) } - -EOF +. $srcdir/scripttempl/misc-sections.sc cat <<EOF ${ATTRS_SECTIONS} |