Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/32: Remove remaining .stabs annotations

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

authored by

Christophe Leroy and committed by
Michael Ellerman
12318163 66ada290

-10
-1
arch/powerpc/include/asm/ppc_asm.h
··· 208 208 n: 209 209 210 210 #define _GLOBAL(n) \ 211 - .stabs __stringify(n:F-1),N_FUN,0,0,n;\ 212 211 .globl n; \ 213 212 n: 214 213
-3
arch/powerpc/kernel/head_book3s_32.S
··· 50 50 mtspr SPRN_DBAT##n##L,RB 51 51 52 52 __HEAD 53 - .stabs "arch/powerpc/kernel/",N_SO,0,0,0f 54 - .stabs "head_book3s_32.S",N_SO,0,0,0f 55 - 0: 56 53 _ENTRY(_stext); 57 54 58 55 /*
-3
arch/powerpc/lib/checksum_32.S
··· 116 116 EX_TABLE(8 ## n ## 7b, fault); 117 117 118 118 .text 119 - .stabs "arch/powerpc/lib/",N_SO,0,0,0f 120 - .stabs "checksum_32.S",N_SO,0,0,0f 121 - 0: 122 119 123 120 CACHELINE_BYTES = L1_CACHE_BYTES 124 121 LG_CACHELINE_BYTES = L1_CACHE_SHIFT
-3
arch/powerpc/lib/copy_32.S
··· 57 57 EX_TABLE(8 ## n ## 7b,9 ## n ## 1b) 58 58 59 59 .text 60 - .stabs "arch/powerpc/lib/",N_SO,0,0,0f 61 - .stabs "copy_32.S",N_SO,0,0,0f 62 - 0: 63 60 64 61 CACHELINE_BYTES = L1_CACHE_BYTES 65 62 LG_CACHELINE_BYTES = L1_CACHE_SHIFT