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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ SECTIONS
	__end = .;
	PROVIDE(end = .);

	STABS_DEBUG
	DWARF_DEBUG
	ELF_DETAILS

+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ SECTIONS
	_end = .;
	PROVIDE(end = .);

	STABS_DEBUG
	DWARF_DEBUG
	ELF_DETAILS

+0 −1
Original line number Diff line number Diff line
@@ -404,7 +404,6 @@ SECTIONS
	_end = . ;
	PROVIDE32 (end = .);

	STABS_DEBUG
	DWARF_DEBUG
	ELF_DETAILS