* ldexp.c (fold_unary <ALIGN_K>): Revert last change.
This commit is contained in:
parent
6e81d46e50
commit
dea2f0a859
2 changed files with 5 additions and 4 deletions
|
@ -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..
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue