Skip to content

Commit 42eb62d

Browse files
committed
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fix from Catalin Marinas: "Add -fasynchronous-unwind-tables to the vDSO CFLAGS" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: vdso: Add -fasynchronous-unwind-tables to cflags
2 parents cf01853 + 1578e5d commit 42eb62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/vdso/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ UBSAN_SANITIZE := n
3232
OBJECT_FILES_NON_STANDARD := y
3333
KCOV_INSTRUMENT := n
3434

35-
CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny
35+
CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny -fasynchronous-unwind-tables
3636

3737
ifneq ($(c-gettimeofday-y),)
3838
CFLAGS_vgettimeofday.o += -include $(c-gettimeofday-y)

0 commit comments

Comments
 (0)