aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-09-01 11:16:24 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-09-01 11:16:24 +0000
commita6ffcb2a1c48dd8fa581339a5d452900bd4961c6 (patch)
tree2bfba3e767197135134c819a9a8ab8b900235b26 /gcc/config
parent53aabfbce906da1e583b951fd0b1ef0521e86d8f (diff)
downloadgcc-a6ffcb2a1c48dd8fa581339a5d452900bd4961c6.zip
gcc-a6ffcb2a1c48dd8fa581339a5d452900bd4961c6.tar.gz
gcc-a6ffcb2a1c48dd8fa581339a5d452900bd4961c6.tar.bz2
* mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
From-SVN: r45350
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 2 insertions, 0 deletions
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,