Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mark Rutland and committed by
Catalin Marinas
67ad461f 1bb2cbb6

-1
-1
arch/arm64/kernel/vmlinux.lds.S
··· 109 109 _end = .; 110 110 111 111 STABS_DEBUG 112 - .comment 0 : { *(.comment) } 113 112 } 114 113 115 114 /*