* config/mn10300/mn10300-modes.def: New file.
authorNick Clifton <nickc@gcc.gnu.org>
Tue, 9 Nov 2010 09:24:52 +0000 (09:24 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 9 Nov 2010 09:24:52 +0000 (09:24 +0000)
From-SVN: r166475

gcc/ChangeLog
gcc/config/mn10300/mn10300-modes.def [new file with mode: 0644]

index bf47cbad300347823aa9b69fd311cb2336cedf29..9b543d525aa7af3ee099aa8e1964f15fe1bf7e0a 100644 (file)
@@ -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>
 
 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 (file)
index 0000000..8bcffcd
--- /dev/null
@@ -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);