mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user