]> Pileus Git - ~andy/linux/commitdiff
arm64: vmlinux.lds.S: drop redundant .comment
authorMark Rutland <mark.rutland@arm.com>
Thu, 12 Dec 2013 12:34:05 +0000 (12:34 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 19 Dec 2013 17:43:04 +0000 (17:43 +0000)
We currently try to emit .comment twice, once in STABS_DEBUG, and once
in the line immediately following it. As the two section definitions are
identical, the latter is redundant and can be dropped.

This patch drops the redundant .comment section definition.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/vmlinux.lds.S

index 5161ad9920910038d710bbf54815503c01b68494..842ca8be5877b436d76d0cc0428f30cf78ce24d2 100644 (file)
@@ -109,7 +109,6 @@ SECTIONS
        _end = .;
 
        STABS_DEBUG
-       .comment 0 : { *(.comment) }
 }
 
 /*