summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2014-06-30 15:40:40 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-07-18 12:29:23 +0100
commit76e7d5c4fd211061e56d2013a0ec9f875824c546 (patch)
tree1cd4b4195a35d783e52d30b3e649f7f2dba3e075 /arch/arm/kernel/vmlinux.lds.S
parente8a5dbc59e5ef7b120635fe8a57643f3bbbd0919 (diff)
downloadlinux-0-day-76e7d5c4fd211061e56d2013a0ec9f875824c546.tar.gz
linux-0-day-76e7d5c4fd211061e56d2013a0ec9f875824c546.tar.xz
ARM: 8088/1: vmlinux.lds.S: drop redundant .comment
Commit 78d7530ac3 ("ARM: Clean up linker script using new linker script macros.") modified the arm kernel linker script to use the STABS_DEBUG macro, but left a .comment section definition. As STABS_DEBUG defines the .comment section in an identical way, the second section definition is redundant and can be removed. This patch removes the redundant .comment section definition. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.S')
-rw-r--r--arch/arm/kernel/vmlinux.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S
index 7bcee5c9b6049..6f57cb94367fe 100644
--- a/arch/arm/kernel/vmlinux.lds.S
+++ b/arch/arm/kernel/vmlinux.lds.S
@@ -318,7 +318,6 @@ SECTIONS
_end = .;
STABS_DEBUG
- .comment 0 : { *(.comment) }
}
/*