mmix.c (mmix_assemble_integer): Don't handle SYMBOL_REF.
authorHans-Peter Nilsson <hp@bitrange.com>
Wed, 13 Feb 2002 02:11:51 +0000 (02:11 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 13 Feb 2002 02:11:51 +0000 (02:11 +0000)
* config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
handle SYMBOL_REF.

From-SVN: r49718

gcc/ChangeLog
gcc/config/mmix/mmix.c

index 7e5f8cd538682ef18da4d7ddab1e68a10ad51971..1cf8f5020d8b82a5b0b93e4a6fe405265c005144 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-13  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
+       handle SYMBOL_REF.
+
 2002-02-13  Stan Shebs  <shebs@apple.com>
 
         * c-typeck.c (digest_init): Handle vectors.
index 50ab71b2b2f4819594da27e8d2ca3dedffab526c..7eb3e43c26b40d193867ced7ced582e3f0adae82 100644 (file)
@@ -1941,7 +1941,7 @@ mmix_assemble_integer (x, size, aligned_p)
        return true;
 
       case 4:
-       if (GET_CODE (x) != CONST_INT && GET_CODE (x) != SYMBOL_REF)
+       if (GET_CODE (x) != CONST_INT)
          {
            aligned_p = 0;
            break;