Skip to content

Commit 578d7f0

Browse files
keesingomolnar
authored andcommitted
arm64/build: Add missing DWARF sections
Explicitly include DWARF sections when they're present in the build. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/20200821194310.3089815-13-keescook@chromium.org
1 parent 2883352 commit 578d7f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/kernel/vmlinux.lds.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ SECTIONS
239239
_end = .;
240240

241241
STABS_DEBUG
242+
DWARF_DEBUG
242243
ELF_DETAILS
243244

244245
HEAD_SYMBOLS

0 commit comments

Comments
 (0)