From: Alan Modra Date: Thu, 9 Jun 2005 02:59:57 +0000 (+0000) Subject: * ldexp.c (fold_unary ): Revert last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dea2f0a859a292147d2543bcd7a4e138aa4ac72e;p=binutils-gdb.git * ldexp.c (fold_unary ): Revert last change. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ed249f0d388..3c988409c1d 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 9b899f0951a..6c3c717eb88 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;