* ldexp.c (fold_unary <ALIGN_K>): Revert last change.
authorAlan Modra <amodra@gmail.com>
Thu, 9 Jun 2005 02:59:57 +0000 (02:59 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 9 Jun 2005 02:59:57 +0000 (02:59 +0000)
ld/ChangeLog
ld/ldexp.c

index ed249f0d3881977f37ff2f03cdc0947c64306de5..3c988409c1d513181b4cd145c0e906d3a86dce0f 100644 (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..
index 9b899f0951aeeba31364e09bf0fb9210cbdb29c7..6c3c717eb882ad8a3b65052777f3b97086c192f9 100644 (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;