Commit 7673335e authored by Michael Ellerman's avatar Michael Ellerman

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
12318163 ("powerpc/32: Remove remaining .stabs annotations").
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220928130951.1732983-1-mpe@ellerman.id.au
parent 0c360996
......@@ -78,7 +78,6 @@ SECTIONS
__end = .;
PROVIDE(end = .);
STABS_DEBUG
DWARF_DEBUG
ELF_DETAILS
......
......@@ -76,7 +76,6 @@ SECTIONS
_end = .;
PROVIDE(end = .);
STABS_DEBUG
DWARF_DEBUG
ELF_DETAILS
......
......@@ -404,7 +404,6 @@ SECTIONS
_end = . ;
PROVIDE32 (end = .);
STABS_DEBUG
DWARF_DEBUG
ELF_DETAILS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment