diff options
author | Kees Cook <keescook@chromium.org> | 2020-08-21 12:42:58 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-09-01 10:03:18 +0200 |
commit | 512dd2eebe5585893412e0c8bec8dbfe2dead6c8 (patch) | |
tree | fcb11b9709294393b6e5593d2d668f1bc8491033 /arch/arm/kernel/vmlinux.lds.S | |
parent | 3b14aefb84320ac430cecbdc87b680317916b2bd (diff) | |
download | linux-stable-512dd2eebe5585893412e0c8bec8dbfe2dead6c8.tar.gz linux-stable-512dd2eebe5585893412e0c8bec8dbfe2dead6c8.tar.bz2 linux-stable-512dd2eebe5585893412e0c8bec8dbfe2dead6c8.zip |
arm/build: Add missing sections
Add missing text stub sections .vfp11_veneer and .v4_bx, as well as
missing DWARF sections, when present in the build.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://lore.kernel.org/r/20200821194310.3089815-18-keescook@chromium.org
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 1d3d3b599635..dc672fe35de3 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S @@ -149,6 +149,7 @@ SECTIONS _end = .; STABS_DEBUG + DWARF_DEBUG ARM_DETAILS } |