1992-03-02 08:47:23 -05:00
|
|
|
/* Definitions of target machine for GNU compiler.
|
|
|
|
PC532 with National 32532, running Mach 3.0.
|
1994-02-22 08:11:40 -05:00
|
|
|
Copyright (C) 1992, 1994 Free Software Foundation, Inc.
|
1992-03-02 08:47:23 -05:00
|
|
|
|
|
|
|
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
|
1995-06-15 15:44:43 -04:00
|
|
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
|
|
|
Boston, MA 02111-1307, USA. */
|
1992-03-02 08:47:23 -05:00
|
|
|
|
1993-01-05 00:54:06 -05:00
|
|
|
#include "ns32k/pc532.h"
|
1992-03-02 08:47:23 -05:00
|
|
|
|
|
|
|
#undef CPP_PREDEFINES
|
1993-10-02 04:55:06 -04:00
|
|
|
#define CPP_PREDEFINES "-Dns32532 -DPC532 -DMACH=1 -Asystem(unix) -Asystem(mach) -Acpu(ns32k) -Amachine(ns32k)"
|
1993-03-23 14:41:54 -05:00
|
|
|
|
1994-02-22 08:11:40 -05:00
|
|
|
/* There's a bug in the setjmp implementation that strikes
|
|
|
|
if the caller of setjmp doesn't have a frame pointer. */
|
|
|
|
#undef FRAME_POINTER_REQUIRED
|
|
|
|
#define FRAME_POINTER_REQUIRED current_function_calls_setjmp
|