From fe222679c99111ce4c0056ec94616a2f26943f49 Mon Sep 17 00:00:00 2001 From: nickc Date: Tue, 9 Nov 2010 09:24:52 +0000 Subject: [PATCH] * config/mn10300/mn10300-modes.def: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166475 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 10 +++++++--- gcc/config/mn10300/mn10300-modes.def | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 gcc/config/mn10300/mn10300-modes.def diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf47cbad300..9b543d525aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-11-09 Nick Clifton + + * config/mn10300/mn10300-modes.def: New file. + 2010-11-09 Basile Starynkevitch Jeremie Salvucci @@ -41,11 +45,11 @@ 2010-11-08 Paul Koning * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code. - + 2010-11-08 Paul Koning * config/pdp11/pdp11.md (negsi2): Fix wrong code. - + 2010-11-08 Paul Koning * 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 00000000000..8bcffcd41a4 --- /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); -- 2.11.0