From: ghazi Date: Sat, 1 Sep 2001 11:16:24 +0000 (+0000) Subject: * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'. X-Git-Tag: upstream/4.9.2~92270 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b10154059643b392cb6bba56d3ea16996b0f5e0;p=platform%2Fupstream%2Flinaro-gcc.git * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45350 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 824a330..a3c17de 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 8e339ee..209b9b6 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,