Commit a6ffcb2a by Kaveh R. Ghazi Committed by Kaveh Ghazi

* mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.

From-SVN: r45350
parent 53aabfbc
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
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment