Index: config/mips/netbsd.h =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/mips/netbsd.h,v retrieving revision 1.26 diff -c -r1.26 netbsd.h *** config/mips/netbsd.h 9 Nov 2002 18:38:18 -0000 1.26 --- config/mips/netbsd.h 10 Nov 2002 18:25:41 -0000 *************** *** 39,44 **** --- 39,47 ---- 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) \