powerpc: Drops STABS_DEBUG from linker scripts
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 28 Sep 2022 13:09:51 +0000 (23:09 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 30 Sep 2022 08:35:52 +0000 (18:35 +1000)
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
12318163737c ("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
arch/powerpc/kernel/vdso/vdso32.lds.S
arch/powerpc/kernel/vdso/vdso64.lds.S
arch/powerpc/kernel/vmlinux.lds.S

index e0d19d74455fd880c9f710b7572438d1fef0a4dc..bc0be274a9ac24d8ae87a4f5dddb63aefa4fa443 100644 (file)
@@ -78,7 +78,6 @@ SECTIONS
        __end = .;
        PROVIDE(end = .);
 
-       STABS_DEBUG
        DWARF_DEBUG
        ELF_DETAILS
 
index 1a4a7bc4c8157fa468ebc7a1468ab47424ad0e30..744ae5363e6c8581c1ae839729154e68f8989745 100644 (file)
@@ -76,7 +76,6 @@ SECTIONS
        _end = .;
        PROVIDE(end = .);
 
-       STABS_DEBUG
        DWARF_DEBUG
        ELF_DETAILS
 
index c025c83dfdc3f413907e6638bbd52fa6c8c3a905..7786e3ac7611cf8dcbce38ab1fe3b2f4c83c5df4 100644 (file)
@@ -404,7 +404,6 @@ SECTIONS
        _end = . ;
        PROVIDE32 (end = .);
 
-       STABS_DEBUG
        DWARF_DEBUG
        ELF_DETAILS