From: Kaveh R. Ghazi Date: Sat, 1 Sep 2001 11:16:24 +0000 (+0000) Subject: * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'. X-Git-Tag: prereleases/libstdc++-3.0.95~2295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ffcb2a1c48dd8fa581339a5d452900bd4961c6;p=thirdparty%2Fgcc.git * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'. From-SVN: r45350 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 824a3303c6ab..a3c17dec2634 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-01 Kaveh R. Ghazi + + * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'. + 2001-09-01 Neil Booth * cppinit.c (cpp_start_read): Free the imacros list as we diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 8e339ee2740b..209b9b6b34b7 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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,