From dea2f0a859a292147d2543bcd7a4e138aa4ac72e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 9 Jun 2005 02:59:57 +0000 Subject: [PATCH] * ldexp.c (fold_unary ): Revert last change. --- ld/ChangeLog | 4 ++++ ld/ldexp.c | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index ed249f0d38..3c988409c1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-06-09 Alan Modra + + * ldexp.c (fold_unary ): Revert last change. + 2005-06-09 Alan Modra * ld.h (lang_phase_type): Move to.. diff --git a/ld/ldexp.c b/ld/ldexp.c index 9b899f0951..6c3c717eb8 100644 --- a/ld/ldexp.c +++ b/ld/ldexp.c @@ -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;