From ffc991ac54dddbba75a472d661c5b98e189946f8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 30 Mar 1994 17:36:47 -0500 Subject: [PATCH] (NO_ASM_FMOVECR): Defined. From-SVN: r6927 --- gcc/config/m68k/dpx2.h | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h index fc8a1a1b6b5..2c7fffb742a 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 -- 2.30.2