diff options
author | Jisheng Zhang <[email protected]> | 2023-05-24 00:55:01 +0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2023-06-25 16:24:04 -0700 |
commit | d4035ff16bfa73915f74cb3d28f878aff1da510a (patch) | |
tree | 9f2e2d8b75d105cab191ca7999f5ee875607d9f2 /scripts/generate_rust_analyzer.py | |
parent | cead443a306262a16056d84d63b5a6a10908eb62 (diff) |
vmlinux.lds.h: use correct .init.data.* section name
If building with -fdata-sections on riscv, LD_ORPHAN_WARN will warn
similar as below:
riscv64-linux-gnu-ld: warning: orphan section `.init.data.efi_loglevel'
from `./drivers/firmware/efi/libstub/printk.stub.o' being placed in
section `.init.data.efi_loglevel'
I believe this is caused by a a typo:
init.data.* should be .init.data.*
Signed-off-by: Jisheng Zhang <[email protected]>
Reviewed-by: Kefeng Wang <[email protected]>
Tested-by: Nick Desaulniers <[email protected]> # build
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions