public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: vmlinux.lds.S: drop redundant .comment
Date: Mon, 30 Jun 2014 15:45:07 +0100	[thread overview]
Message-ID: <20140630144507.GB8756@leverpostej> (raw)
In-Reply-To: <1403630948-30702-1-git-send-email-mark.rutland@arm.com>

Hi,

On Tue, Jun 24, 2014 at 06:29:08PM +0100, Mark Rutland wrote:
> Commit 78d7530ac3 ("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>
> ---
>  arch/arm/kernel/vmlinux.lds.S | 1 -
>  1 file changed, 1 deletion(-)

On the assumption that the below patch is fine I've dropped it into the
patch system as 8088/1.

Thanks,
Mark.

> 
> diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S
> index 7bcee5c..6f57cb9 100644
> --- a/arch/arm/kernel/vmlinux.lds.S
> +++ b/arch/arm/kernel/vmlinux.lds.S
> @@ -318,7 +318,6 @@ SECTIONS
>  	_end = .;
>  
>  	STABS_DEBUG
> -	.comment 0 : { *(.comment) }
>  }
>  
>  /*
> -- 
> 1.9.1
> 

  reply	other threads:[~2014-06-30 14:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24 17:29 [PATCH] arm: vmlinux.lds.S: drop redundant .comment Mark Rutland
2014-06-30 14:45 ` Mark Rutland [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-12 11:13 Mark Rutland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140630144507.GB8756@leverpostej \
    --to=mark.rutland@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox