public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: binutils@sources.redhat.com
Subject: Re: PATCH: PR 992: regression: ld selective1 and selective2 fails, cris-elf
Date: Thu, 09 Jun 2005 02:58:00 -0000	[thread overview]
Message-ID: <20050609025844.GX2677@bubble.grove.modra.org> (raw)
In-Reply-To: <20050609015812.GW2677@bubble.grove.modra.org>

On Thu, Jun 09, 2005 at 11:28:12AM +0930, Alan Modra wrote:
> 	(fold_unary <ALIGN_K>): Ensure alignment is absolute.

Oops.  This was a last-minute change that didn't have the benefit of
being checked by multiple testsuite runs..  Reverting.

	* ldexp.c (fold_unary <ALIGN_K>): Revert last change.

Index: ld/ldexp.c
===================================================================
RCS file: /cvs/src/src/ld/ldexp.c,v
retrieving revision 1.52
diff -u -p -r1.52 ldexp.c
--- ld/ldexp.c	9 Jun 2005 02:05:46 -0000	1.52
+++ ld/ldexp.c	9 Jun 2005 02:57:25 -0000
@@ -207,10 +207,7 @@ fold_unary (etree_type *tree)
 	{
 	case ALIGN_K:
 	  if (expld.phase != lang_first_phase_enum)
-	    {
-	      make_abs ();
-	      new_rel_from_abs (align_n (expld.dot, expld.result.value));
-	    }
+	    new_rel_from_abs (align_n (expld.dot, expld.result.value));
 	  else
 	    expld.result.valid_p = FALSE;
 	  break;


-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

      reply	other threads:[~2005-06-09  2:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-04  6:35 H. J. Lu
2005-06-04 13:45 ` H. J. Lu
2005-06-04 15:08   ` Alan Modra
2005-06-04 19:58   ` H. J. Lu
2005-06-05  1:40     ` Hans-Peter Nilsson
2005-06-05  7:39     ` Nick Clifton
2005-06-09  1:58     ` Alan Modra
2005-06-09  2:58       ` 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=20050609025844.GX2677@bubble.grove.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sources.redhat.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).