Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2007 21:52:59 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 113867 for review
Message-ID:  <200702012152.l11Lqxm7038491@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113867

Change 113867 by gonzo@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.  */		\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702012152.l11Lqxm7038491>