PERFORCE change 113867 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Feb 1 21:53:00 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113867

Change 113867 by gonzo at gonzo_jeeves on 2007/02/01 21:52:16

	o Define __ABICALLS__ in case of -mabicalls.

Affected files ...

.. //depot/projects/mips2/src/contrib/gcc/config/mips/freebsd.h#5 edit

Differences ...

==== //depot/projects/mips2/src/contrib/gcc/config/mips/freebsd.h#5 (text+ko) ====

@@ -109,6 +109,9 @@
       else							\
 	builtin_define ("__MIPSEL__");				\
 								\
+      if (TARGET_ABICALLS)					\
+	builtin_define ("__ABICALLS__");			\
+								\
       /* No language dialect defines.  */			\
 								\
       /* ABIs handled in TARGET_OS_CPP_BUILTINS.  */		\


More information about the p4-projects mailing list