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

This commit is contained in:
Alan Modra 2005-06-09 02:59:57 +00:00
parent 6e81d46e50
commit dea2f0a859
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-06-09 Alan Modra <amodra@bigpond.net.au>
* ldexp.c (fold_unary <ALIGN_K>): Revert last change.
2005-06-09 Alan Modra <amodra@bigpond.net.au>
* ld.h (lang_phase_type): Move to..

View File

@ -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;