More gcc lint:
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-delta68.h
CommitLineData
c649a7c2
JK
1/* Target definitions for delta68.
2 Copyright 1993 Free Software Foundation, Inc.
3
4This file is part of GDB.
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
19
20/* Define BPT_VECTOR if it is different than the default.
21 This is the vector number used by traps to indicate a breakpoint. */
22
23#define BPT_VECTOR 0x1
24
25#undef CPLUS_MARKER
26#define CPLUS_MARKER '%'
27#define GCC_COMPILED_FLAG_SYMBOL "gcc_compiled%"
28#define GCC2_COMPILED_FLAG_SYMBOL "gcc2_compiled%"
29
30/* Amount PC must be decremented by after a breakpoint.
31 On the Delta, the kernel decrements it for us. */
32
33#define DECR_PC_AFTER_BREAK 0
34
522b9962
JK
35/* Not sure what happens if we try to store this register, but
36 phdm@info.ucl.ac.be says we need this define. */
37#define CANNOT_STORE_REGISTER(regno) (regno == FPI_REGNUM)
38
c649a7c2 39#include "m68k/tm-m68k.h"
This page took 0.037442 seconds and 4 git commands to generate.