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:
parent
0c36099642
commit
7673335e2a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue