]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 1 Sep 2001 11:16:24 +0000 (11:16 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 1 Sep 2001 11:16:24 +0000 (11:16 +0000)
From-SVN: r45350

gcc/ChangeLog
gcc/config/mips/mips.h

index 824a3303c6abcc8942de1e580b474527e174d73f..a3c17dec263450eae8f7b6ddfbdb724f8473bb6e 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
+
 2001-09-01  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * cppinit.c (cpp_start_read): Free the imacros list as we
index 8e339ee2740b90b1e639e0b3451253a6968d86b7..209b9b6b34b7b3df77d84e18cb45cc55eef46f18 100644 (file)
@@ -2308,6 +2308,8 @@ extern struct mips_frame_info current_frame_info;
               + ((UNITS_PER_WORD - (POINTER_SIZE / BITS_PER_UNIT))      \
                  * (BYTES_BIG_ENDIAN != 0));                            \
   }                                                                     \
+  else                                                                  \
+    abort();                                                            \
 }
 
 /* If we generate an insn to push BYTES bytes,