forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.10This bug was fixed in Linux 5.10This bug was fixed in Linux 5.10[TOOL] integrated-asThe issue is relevant to LLVM integrated assemblerThe issue is relevant to LLVM integrated assembler
Description
Same warnings as #607 when compiling ARM64 kernel using integrated assembler.
arch/arm64/kernel/vdso/vdso.S:14:2: warning: DWARF2 only supports one section per compilation unit
.section .rodata
^
arch/arm64/kernel/head.S:62:2: warning: DWARF2 only supports one section per compilation unit
.section ".head.text","ax"
^
/tmp/head-9725f8.s:1028:2: warning: DWARF2 only supports one section per compilation unit
.section ".init.text","ax"
^
/tmp/head-9725f8.s:1275:2: warning: DWARF2 only supports one section per compilation unit
.section ".idmap.text","awx"
^
<instantiation>:3:2: warning: DWARF2 only supports one section per compilation unit
.section ___ksymtab+kimage_vaddr,"a"
^
/tmp/head-9725f8.s:1279:1: note: while in macro instantiation
___EXPORT_SYMBOL kimage_vaddr, kimage_vaddr,
^
<instantiation>:8:2: warning: DWARF2 only supports one section per compilation unit
.section __ksymtab_strings,"a"
^
/tmp/head-9725f8.s:1279:1: note: while in macro instantiation
___EXPORT_SYMBOL kimage_vaddr, kimage_vaddr,
^
arch/arm64/kernel/head.S:662:2: warning: DWARF2 only supports one section per compilation unit
.pushsection ".mmuoff.data.write", "aw"
^
<instantiation>:2:2: warning: DWARF2 only supports one section per compilation unit
.pushsection .altinstructions, "a"
^
arch/arm64/mm/cache.S:42:1: note: while in macro instantiation
alternative_if 27
^
<instantiation>:5:2: warning: DWARF2 only supports one section per compilation unit
.pushsection .altinstr_replacement, "ax"
^
arch/arm64/mm/cache.S:42:1: note: while in macro instantiation
alternative_if 27
^
<instantiation>:1:1: warning: DWARF2 only supports one section per compilation unit
.pushsection __ex_table, "a"
^
<instantiation>:5:20: note: while in macro instantiation
9999: ic ivau, x3; _asm_extable 9999b, 9f
^
arch/arm64/mm/cache.S:61:2: note: while in macro instantiation
invalidate_icache_by_line x0, x1, x2, x3, 9f
^
Metadata
Metadata
Assignees
Labels
[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.10This bug was fixed in Linux 5.10This bug was fixed in Linux 5.10[TOOL] integrated-asThe issue is relevant to LLVM integrated assemblerThe issue is relevant to LLVM integrated assembler