Commit d8986082 by Jason Thorpe Committed by Jason Thorpe

netbsd.h (TARGET_OS_CPP_BUILTINS): Define __ABICALLS__ if TARGET_ABICALLS.

* config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define
__ABICALLS__ if TARGET_ABICALLS.

From-SVN: r58987
parent 2e64c636
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> 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. * i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.
......
...@@ -39,6 +39,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -39,6 +39,9 @@ Boston, MA 02111-1307, USA. */
if (TARGET_LONG64) \ if (TARGET_LONG64) \
builtin_define ("__LONG64"); \ builtin_define ("__LONG64"); \
\ \
if (TARGET_ABICALLS) \
builtin_define ("__ABICALLS__"); \
\
if (mips_abi == ABI_EABI) \ if (mips_abi == ABI_EABI) \
builtin_define ("__mips_eabi"); \ builtin_define ("__mips_eabi"); \
else if (mips_abi == ABI_N32) \ else if (mips_abi == ABI_N32) \
......
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