Skip to content

Commit 5c4fb60

Browse files
jgoulywilldeacon
authored andcommitted
arm64: vdso32: add ARM.exidx* sections
These show up when building with clang+lld. Signed-off-by: Joey Gouly <[email protected]> Cc: Will Deacon <[email protected]> Cc: Vincenzo Frascino <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 2d304af commit 5c4fb60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/kernel/vdso32/vdso.lds.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ SECTIONS
6060
}
6161

6262
ELF_DETAILS
63+
.ARM.exidx : { *(.ARM.exidx*) }
6364
.ARM.attributes 0 : { *(.ARM.attributes) }
6465

6566
/DISCARD/ : {

0 commit comments

Comments
 (0)