Skip to content

Commit

Permalink
ARM: 8088/1: vmlinux.lds.S: drop redundant .comment
Browse files Browse the repository at this point in the history
Commit 78d7530 ("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>
  • Loading branch information
Mark Rutland authored and Russell King committed Jul 18, 2014
1 parent e8a5dbc commit 76e7d5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ SECTIONS
_end = .;

STABS_DEBUG
.comment 0 : { *(.comment) }
}

/*
Expand Down

0 comments on commit 76e7d5c

Please sign in to comment.