From: Nick Clifton Date: Tue, 9 Nov 2010 09:24:52 +0000 (+0000) Subject: * config/mn10300/mn10300-modes.def: New file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4260533a502f1d5bf91a262eb231eb6e6a230396;p=gcc.git * config/mn10300/mn10300-modes.def: New file. From-SVN: r166475 --- 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);