projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b13bacc
)
LoongArch: vmlinux.lds.S: Add missing ELF_DETAILS
author
Youling Tang
<tangyouling@loongson.cn>
Mon, 13 Jun 2022 10:54:12 +0000
(18:54 +0800)
committer
Huacai Chen
<chenhuacai@loongson.cn>
Fri, 17 Jun 2022 14:09:05 +0000
(22:09 +0800)
Commit
c604abc3f6e
("vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG")
splits ELF_DETAILS from STABS_DEBUG, resulting in missing ELF_DETAILS
information in LoongArch architecture, so add it.
Fixes: c604abc3f6e ("vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG")
Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/loongarch/kernel/vmlinux.lds.S
b/arch/loongarch/kernel/vmlinux.lds.S
index 9d508158fe1a609eb2e75023fb84b2b2dce79dae..78311a6101a3eb26dd1a44f4479f3dfaf937c17c 100644
(file)
--- a/
arch/loongarch/kernel/vmlinux.lds.S
+++ b/
arch/loongarch/kernel/vmlinux.lds.S
@@
-101,6
+101,7
@@
SECTIONS
STABS_DEBUG
DWARF_DEBUG
+ ELF_DETAILS
.gptab.sdata : {
*(.gptab.data)