[PATCH v1 1/2] arm64: vdso32: add ARM.exidx* sections
Joey Gouly
joey.gouly at arm.com
Tue Jun 28 08:13:06 PDT 2022
These show up when building with clang+lld.
Signed-off-by: Joey Gouly <joey.gouly at arm.com>
Cc: Will Deacon <will at kernel.org>
Cc: Vincenzo Frascino <vincenzo.frascino at arm.com>
---
arch/arm64/kernel/vdso32/vdso.lds.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/kernel/vdso32/vdso.lds.S b/arch/arm64/kernel/vdso32/vdso.lds.S
index 120cf422036f..e2f8ced571d6 100644
--- a/arch/arm64/kernel/vdso32/vdso.lds.S
+++ b/arch/arm64/kernel/vdso32/vdso.lds.S
@@ -60,6 +60,7 @@ SECTIONS
}
ELF_DETAILS
+ .ARM.exidx : { *(.ARM.exidx*) }
.ARM.attributes 0 : { *(.ARM.attributes) }
/DISCARD/ : {
--
2.17.1
More information about the linux-arm-kernel
mailing list