powerpc: Drops STABS_DEBUG from linker scripts

No toolchain we support should be generating stabs debug information
anymore. Drop the sections entirely from our linker scripts.

We removed all the manual stabs annotations in commit
1231816373 ("powerpc/32: Remove remaining .stabs annotations").

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220928130951.1732983-1-mpe@ellerman.id.au
This commit is contained in:
Michael Ellerman 2022-09-28 23:09:51 +10:00
parent 0c36099642
commit 7673335e2a
3 changed files with 0 additions and 3 deletions

View File

@ -78,7 +78,6 @@ SECTIONS
__end = .;
PROVIDE(end = .);
STABS_DEBUG
DWARF_DEBUG
ELF_DETAILS

View File

@ -76,7 +76,6 @@ SECTIONS
_end = .;
PROVIDE(end = .);
STABS_DEBUG
DWARF_DEBUG
ELF_DETAILS

View File

@ -404,7 +404,6 @@ SECTIONS
_end = . ;
PROVIDE32 (end = .);
STABS_DEBUG
DWARF_DEBUG
ELF_DETAILS