Commit 5c4fb608 authored by Joey Gouly's avatar Joey Gouly Committed by Will Deacon

arm64: vdso32: add ARM.exidx* sections

These show up when building with clang+lld.
Signed-off-by: default avatarJoey Gouly <joey.gouly@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>
Link: https://lore.kernel.org/r/20220628151307.35561-2-joey.gouly@arm.comSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent 2d304afa
......@@ -60,6 +60,7 @@ SECTIONS
}
ELF_DETAILS
.ARM.exidx : { *(.ARM.exidx*) }
.ARM.attributes 0 : { *(.ARM.attributes) }
/DISCARD/ : {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment