diff options
author | Kees Cook <keescook@chromium.org> | 2020-08-21 22:42:53 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-09-01 10:50:36 +0300 |
commit | 578d7f0fd6a5ec8a369a4537c664eb2c8374c134 (patch) | |
tree | 965b2bb6718c0f9459d257ed677fc25ee19807d4 /arch/arm64/kernel/vmlinux.lds.S | |
parent | 2883352bf801d093a04f269800b48bb8aa2515fb (diff) | |
download | linux-578d7f0fd6a5ec8a369a4537c664eb2c8374c134.tar.xz |
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
Diffstat (limited to 'arch/arm64/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm64/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S index 082e9efa2b43..16eb2ef806cd 100644 --- a/arch/arm64/kernel/vmlinux.lds.S +++ b/arch/arm64/kernel/vmlinux.lds.S @@ -239,6 +239,7 @@ SECTIONS _end = .; STABS_DEBUG + DWARF_DEBUG ELF_DETAILS HEAD_SYMBOLS |