From: Mark Rutland <mark.rutland@arm.com>
Date: Thu, 12 Dec 2013 12:34:05 +0000 (+0000)
Subject: arm64: vmlinux.lds.S: drop redundant .comment
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=67ad461f737d4e68f94db256362e44231cf9cb58;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

arm64: vmlinux.lds.S: drop redundant .comment

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>
---

diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S
index 5161ad992091..842ca8be5877 100644
--- a/arch/arm64/kernel/vmlinux.lds.S
+++ b/arch/arm64/kernel/vmlinux.lds.S
@@ -109,7 +109,6 @@ SECTIONS
 	_end = .;
 
 	STABS_DEBUG
-	.comment 0 : { *(.comment) }
 }
 
 /*