summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-10 18:28:39 +0000
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-10 18:28:39 +0000
commit280895aeb05e11921c46cb7ff5711f7852fa06be (patch)
treedbe7e06d7620769422cd60f005dc085caaadaa32
parent52cb74113c5ca34193966e6895b5eb3832a6f219 (diff)
downloadgcc-280895aeb05e11921c46cb7ff5711f7852fa06be.tar.gz
* config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define
__ABICALLS__ if TARGET_ABICALLS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58987 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/netbsd.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 58b1dad19ff..614ccbebc05 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h
index 55377820049..0d721bc2e26 100644
--- a/gcc/config/mips/netbsd.h
+++ b/gcc/config/mips/netbsd.h
@@ -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) \