aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>2004-01-09 17:03:54 +0000
committerNick Clifton <nickc@gcc.gnu.org>2004-01-09 17:03:54 +0000
commitdf68f43bb2802f90a4ec4dc6b39f465cdceb223b (patch)
tree0543fb55c4c7c28792e4362f2ae16bdc3cf3257d /gcc
parenta9f99e78e4690d676396fe37e35179fb7edca725 (diff)
downloadgcc-df68f43bb2802f90a4ec4dc6b39f465cdceb223b.zip
gcc-df68f43bb2802f90a4ec4dc6b39f465cdceb223b.tar.gz
gcc-df68f43bb2802f90a4ec4dc6b39f465cdceb223b.tar.bz2
Define __m32r__
From-SVN: r75588
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/m32r/m32r.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 699591b..70f779e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+ * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
+
2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
PR target/13380.
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h
index b515e77..ae29628 100644
--- a/gcc/config/m32r/m32r.h
+++ b/gcc/config/m32r/m32r.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, Renesas M32R cpu.
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of GCC.
@@ -115,6 +115,7 @@
do \
{ \
builtin_define ("__M32R__"); \
+ builtin_define ("__m32r__"); \
builtin_assert ("cpu=m32r"); \
builtin_assert ("machine=m32r"); \
builtin_define (TARGET_BIG_ENDIAN \