public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Subject: Re: [PATCH] emit_bss(): Remove redundant guard
Date: Wed, 22 Apr 2015 08:17:00 -0000	[thread overview]
Message-ID: <CAC1BbcRuu=b11K6AwXCNMoBZZR3uYjPGtSeQiqJ48kQ2dS4roQ@mail.gmail.com> (raw)
In-Reply-To: <1428517165-29248-1-git-send-email-rep.dot.nop@gmail.com>

On 8 April 2015 at 20:19, Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com> wrote:
> gcc/ChangeLog:

OKed by Jeff and installed to trunk as r222311.
thanks,
>
> 2015-04-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
>
>         * varasm.c (emit_bss): Remove redundant guard.
>
> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
> ---
>  gcc/varasm.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/gcc/varasm.c b/gcc/varasm.c
> index 537a64d..2bb5f27 100644
> --- a/gcc/varasm.c
> +++ b/gcc/varasm.c
> @@ -1951,21 +1951,19 @@ emit_local (tree decl,
>
>  #if defined ASM_OUTPUT_ALIGNED_BSS
>  static bool
>  emit_bss (tree decl ATTRIBUTE_UNUSED,
>           const char *name ATTRIBUTE_UNUSED,
>           unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED,
>           unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
>  {
> -#if defined ASM_OUTPUT_ALIGNED_BSS
>    ASM_OUTPUT_ALIGNED_BSS (asm_out_file, decl, name, size,
>                           get_variable_align (decl));
>    return true;
> -#endif
>  }
>  #endif
>
>  /* A noswitch_section_callback for comm_section.  */
>
>  static bool
>  emit_common (tree decl ATTRIBUTE_UNUSED,
>              const char *name ATTRIBUTE_UNUSED,
> --
> 2.1.4
>

      reply	other threads:[~2015-04-22  8:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 18:19 Bernhard Reutner-Fischer
2015-04-22  8:17 ` Bernhard Reutner-Fischer [this message]

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='CAC1BbcRuu=b11K6AwXCNMoBZZR3uYjPGtSeQiqJ48kQ2dS4roQ@mail.gmail.com' \
    --to=rep.dot.nop@gmail.com \
    --cc=gcc-patches@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).