commit | 67ad461f737d4e68f94db256362e44231cf9cb58 | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Thu Dec 12 12:34:05 2013 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Dec 19 17:43:04 2013 +0000 |
tree | a7da9054558b1f4127bbfe81d52ac0688910d89a | |
parent | 1bb2cbb6a5182c9be5dd162ba06986f11d2cbbc0 [diff] |
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>