]> git.baikalelectronics.ru Git - kernel.git/commitdiff
powerpc/32: Remove remaining .stabs annotations
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 30 Nov 2021 12:04:49 +0000 (13:04 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 Feb 2022 10:03:10 +0000 (21:03 +1100)
STABS debug format has been superseded long time ago by DWARF.

Remove the few remaining .stabs annotations from old 32 bits code.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/68932ec2ba6b868d35006b96e90f0890f3da3c05.1638273868.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/ppc_asm.h
arch/powerpc/kernel/head_book3s_32.S
arch/powerpc/lib/checksum_32.S
arch/powerpc/lib/copy_32.S

index f21e6bde17a1e1e38f101b48e2b099948640929d..c4b074263bf9239ba2410adc95ae140997923f5e 100644 (file)
@@ -208,7 +208,6 @@ GLUE(.,name):
 n:
 
 #define _GLOBAL(n)     \
-       .stabs __stringify(n:F-1),N_FUN,0,0,n;\
        .globl n;       \
 n:
 
index d489b965f9a6de6b0885491530d23c058f8ed839..94f88dc8269dfcc25aed6ce5710647130d9b96d9 100644 (file)
@@ -50,9 +50,6 @@
        mtspr   SPRN_DBAT##n##L,RB
 
        __HEAD
-       .stabs  "arch/powerpc/kernel/",N_SO,0,0,0f
-       .stabs  "head_book3s_32.S",N_SO,0,0,0f
-0:
 _ENTRY(_stext);
 
 /*
index 27d9070617dfb11f19c5342bed4763996bf4a400..4541e8e294679f3939fe2b997c39a1baf9c68877 100644 (file)
@@ -116,9 +116,6 @@ EXPORT_SYMBOL(__csum_partial)
        EX_TABLE(8 ## n ## 7b, fault);
 
        .text
-       .stabs  "arch/powerpc/lib/",N_SO,0,0,0f
-       .stabs  "checksum_32.S",N_SO,0,0,0f
-0:
 
 CACHELINE_BYTES = L1_CACHE_BYTES
 LG_CACHELINE_BYTES = L1_CACHE_SHIFT
index a3bcf4786e4aadf39398592ba039d7c7b6b7aaea..3e9c27c46331044a4f1aba3ec1fc3f8086a384de 100644 (file)
@@ -57,9 +57,6 @@
        EX_TABLE(8 ## n ## 7b,9 ## n ## 1b)
 
        .text
-       .stabs  "arch/powerpc/lib/",N_SO,0,0,0f
-       .stabs  "copy_32.S",N_SO,0,0,0f
-0:
 
 CACHELINE_BYTES = L1_CACHE_BYTES
 LG_CACHELINE_BYTES = L1_CACHE_SHIFT