aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2010-11-09 09:24:52 +0000
committerNick Clifton <nickc@gcc.gnu.org>2010-11-09 09:24:52 +0000
commit4260533a502f1d5bf91a262eb231eb6e6a230396 (patch)
tree8f792ebe63970c4a8e1144c4d0f192fa15610c7a /gcc
parentba4debed400612f37b1e3146ad41d5d107e01025 (diff)
downloadgcc-4260533a502f1d5bf91a262eb231eb6e6a230396.zip
gcc-4260533a502f1d5bf91a262eb231eb6e6a230396.tar.gz
gcc-4260533a502f1d5bf91a262eb231eb6e6a230396.tar.bz2
* config/mn10300/mn10300-modes.def: New file.
From-SVN: r166475
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog10
-rw-r--r--gcc/config/mn10300/mn10300-modes.def22
2 files changed, 29 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bf47cba..9b543d5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-09 Nick Clifton <nickc@redhat.com>
+
+ * config/mn10300/mn10300-modes.def: New file.
+
2010-11-09 Basile Starynkevitch <basile@starynkevitch.net>
Jeremie Salvucci <jeremie.salvucci@free.fr>
@@ -41,11 +45,11 @@
2010-11-08 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code.
-
+
2010-11-08 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (negsi2): Fix wrong code.
-
+
2010-11-08 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.c (pdp11_assemble_integer): Mask byte values
@@ -92,7 +96,7 @@
(bdesc_void3arg, bdesc_voidacc, bdesc_loads, bdesc_stores): Likewise.
(frv_read_argument): Use expand_normal.
- PR target/44757
+ PR target/44757
* config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Call
lm32_legitimate_constant_p.
* config/lm32/lm32.md (ashlsi3): Remove unused variable.
diff --git a/gcc/config/mn10300/mn10300-modes.def b/gcc/config/mn10300/mn10300-modes.def
new file mode 100644
index 0000000..8bcffcd
--- /dev/null
+++ b/gcc/config/mn10300/mn10300-modes.def
@@ -0,0 +1,22 @@
+/* Definitions of target machine for GNU compiler, for MN10300.
+ Copyright (C) 2006 Free Software Foundation, Inc.
+ Contributed by Red Hat Inc.
+
+ This file is part of GCC.
+
+ GCC is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published
+ by the Free Software Foundation; either version 2, or (at your
+ option) any later version.
+
+ GCC is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+ License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GCC; see the file COPYING. If not, write to
+ the Free Software Foundation, , Inc., 51 Franklin Street - Fifth
+ Floor, Boston, MA 02110-1301, USA. */
+
+CC_MODE (CC_FLOAT);