diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-30 17:36:47 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-30 17:36:47 -0500 |
commit | ffc991ac54dddbba75a472d661c5b98e189946f8 (patch) | |
tree | a84e1cf0654fc2a4d7b2fc3410080553fd3913b4 /gcc/config | |
parent | 1ed37bfd37792f173fb9feb2f2513b72c22930cd (diff) | |
download | gcc-ffc991ac54dddbba75a472d661c5b98e189946f8.zip gcc-ffc991ac54dddbba75a472d661c5b98e189946f8.tar.gz gcc-ffc991ac54dddbba75a472d661c5b98e189946f8.tar.bz2 |
(NO_ASM_FMOVECR): Defined.
From-SVN: r6927
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/m68k/dpx2.h | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h index fc8a1a1..2c7fffb 100644 --- a/gcc/config/m68k/dpx2.h +++ b/gcc/config/m68k/dpx2.h @@ -1,9 +1,24 @@ -/* - dpx2.h - Bull DPX/2 200 and 300 systems (m68k, SysVr3). +/* Definitions of target machine for GNU compiler. + Bull DPX/2 200 and 300 systems (m68k, SysVr3). + Copyright (C) 1987, 1993, 1994 Free Software Foundation, Inc. + Contributed by Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr). + +This file is part of GNU CC. + +GNU CC 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. + +GNU CC 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 GNU CC; see the file COPYING. If not, write to +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - Contributed by Frederic Pierresteguy. - Bug reports to F.Pierresteguy@frcl.bull.fr. - */ #ifndef USE_GAS #define MOTOROLA /* Use Motorola syntax rather than "MIT" */ @@ -65,6 +80,9 @@ #undef TARGET_DEFAULT #define TARGET_DEFAULT 3 +/* The native assembler doesn't support fmovecr. */ +#define NO_ASM_FMOVECR + #undef EXTRA_SECTIONS #undef EXTRA_SECTION_FUNCTIONS #undef READONLY_DATA_SECTION |