Commit bdc960c8 by Rainer Orth Committed by Rainer Orth

* config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.

From-SVN: r73257
parent 15bb534e
2003-11-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.
2003-11-04 DJ Delorie <dj@redhat.com>
* config/v850/v850.md (mulhisi3): Expand the const_int case
......
......@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "coretypes.h"
#include "tm.h"
#if _MIPS_SIM == 2 /* N32 */ || _MIPS_SIM == 3 /* 64 */
#if _MIPS_SIM == _ABIN32 || _MIPS_SIM == _ABI64
typedef int TItype __attribute__ ((mode (TI)));
typedef int DItype __attribute__ ((mode (DI)));
......
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