netbsd.h (TARGET_OS_CPP_BUILTINS): Define __ABICALLS__ if TARGET_ABICALLS.
authorJason Thorpe <thorpej@wasabisystems.com>
Sun, 10 Nov 2002 18:28:39 +0000 (18:28 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Sun, 10 Nov 2002 18:28:39 +0000 (18:28 +0000)
* config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define
__ABICALLS__ if TARGET_ABICALLS.

From-SVN: r58987

gcc/ChangeLog
gcc/config/mips/netbsd.h

index 58b1dad19ff92ffd9d20dc00ce382feb2b4ab2ed..614ccbebc053a2235c3f90e8052b46bde3898501 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-10  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define
+       __ABICALLS__ if TARGET_ABICALLS.
+
 Sun Nov 10 18:49:21 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        * i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.
index 5537782004911cea445d5d9d04ae97222b034a4f..0d721bc2e26d10038440c47a42a89e331855b83a 100644 (file)
@@ -39,6 +39,9 @@ Boston, MA 02111-1307, USA.  */
       if (TARGET_LONG64)                               \
        builtin_define ("__LONG64");                    \
                                                        \
+      if (TARGET_ABICALLS)                             \
+       builtin_define ("__ABICALLS__");                \
+                                                       \
       if (mips_abi == ABI_EABI)                                \
        builtin_define ("__mips_eabi");                 \
       else if (mips_abi == ABI_N32)                    \