mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 10:47:11 +08:00
* ldexp.c (fold_unary <ALIGN_K>): Revert last change.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user