]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Tue, 4 Nov 2003 20:12:48 +0000 (20:12 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 4 Nov 2003 20:12:48 +0000 (20:12 +0000)
From-SVN: r73257

gcc/ChangeLog
gcc/config/mips/_tilib.c

index cb0d1b55de4a6faa07c32610832fe073343c100d..7ea153c1eeb16f4115d415e4f21493939db8d506 100644 (file)
@@ -1,3 +1,7 @@
+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
index 7118f8425889d212cc3041594b2b9f76d816c7e2..25e326c86da5335dde619ad78510a09ac545f174 100644 (file)
@@ -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)));