* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-delta68.h
1 /* Target definitions for delta68.
2 Copyright 1993 Free Software Foundation, Inc.
3
4 This file is part of GDB.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, 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
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
39 #include "m68k/tm-m68k.h"
This page took 0.034284 seconds and 4 git commands to generate.