Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config / ns32k / pc532-min.h
blob9d3d5de7556be29a0831c45e33671b9d5f9acb44
1 /* Definitions of target machine for GNU compiler.
2 PC532 with National 32532, running Minix.
3 Works with pc532 Minix 1.5hybrid.
4 Copyright (C) 1990 Free Software Foundation, Inc.
6 Derived from SEQUENT NS32000, written originally
7 by Bruce Culbertson <culberts@hplabs.hp.com>,
8 hacked for easier fit in gcc by Jyrki Kuoppala <jkp@cs.hut.fi>.
10 This file is part of GNU CC.
12 GNU CC is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2, or (at your option)
15 any later version.
17 GNU CC is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with GNU CC; see the file COPYING. If not, write to
24 the Free Software Foundation, 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. */
27 #include "ns32k/pc532.h"
29 /* Minix has crtso.o instead of crt0.o */
30 #undef STARTFILE_SPEC
31 #define STARTFILE_SPEC \
32 "%{pg:gcrtso.o%s}%{!pg:%{p:mcrtso.o%s}%{!p:crtso.o%s}}"
34 /* our setjmp doesn't save registers, so we must tell gcc to save
35 call-saved-regs in a function calling setjmp */
37 #define NON_SAVING_SETJMP (current_function_calls_setjmp)
39 /* at least with estdio there's no _cleanup() but we have atexit() */
41 #define HAVE_ATEXIT