]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8088/1: vmlinux.lds.S: drop redundant .comment
authorMark Rutland <mark.rutland@arm.com>
Mon, 30 Jun 2014 14:40:40 +0000 (15:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 18 Jul 2014 11:29:23 +0000 (12:29 +0100)
commit59605750a65e18a995305842cfeaa0f7f61b4222
tree1cd4b4195a35d783e52d30b3e649f7f2dba3e075
parent43a7da3063448c0413aa1ef3678599626d21b801
ARM: 8088/1: vmlinux.lds.S: drop redundant .comment

Commit 65b3a13540 ("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>
arch/arm/kernel/vmlinux.lds.S