public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: James Lemke <jwlemke@wasabisystems.com>
Cc: "binutils@sourceware.org" <binutils@sourceware.org>
Subject: Re: intermittent 0-length for .note.gnu.arm.ident
Date: Mon, 01 May 2006 05:35:00 -0000	[thread overview]
Message-ID: <20060501053507.GB11597@bubble.grove.modra.org> (raw)
In-Reply-To: <1146232366.28049.100.camel@winch.thelemkes.ca>

On Fri, Apr 28, 2006 at 09:52:46AM -0400, James Lemke wrote:
> --- subsegs.c-orig      2006-04-27 13:44:49.893500000 +0000
> +++ subsegs.c   2006-04-27 13:47:51.909125000 +0000
> @@ -297,7 +297,7 @@ subseg_set_rest (segT seg, subsegT subse
>        {
>         segment_info_type *seginfo;
>         seginfo = seg_info (seg);
> -       if (seginfo && seginfo->frchainP == frcP)
> +       if (seginfo && (!seginfo->frchainP || seginfo->frchainP ==
> frcP))
>           seginfo->frchainP = newP;
>        }
>  #endif

Looks good to me.  Applying to mainline and 2.17.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

      parent reply	other threads:[~2006-05-01  5:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-20  1:47 James Lemke
2006-04-20 14:40 ` Nick Clifton
2006-04-28 18:41 ` James Lemke
2006-04-29 14:51   ` James E Wilson
2006-05-01  5:35   ` Alan Modra [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=20060501053507.GB11597@bubble.grove.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sourceware.org \
    --cc=jwlemke@wasabisystems.com \
    /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).