]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/m68k/tm-altos.h
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / config / m68k / tm-altos.h
1 /* OBSOLETE /* Target definitions for GDB on an Altos 3068 (m68k running SVR2) */
2 /* OBSOLETE Copyright 1987, 1989, 1991, 1993 Free Software Foundation, Inc. */
3 /* OBSOLETE */
4 /* OBSOLETE This file is part of GDB. */
5 /* OBSOLETE */
6 /* OBSOLETE This program is free software; you can redistribute it and/or modify */
7 /* OBSOLETE it under the terms of the GNU General Public License as published by */
8 /* OBSOLETE the Free Software Foundation; either version 2 of the License, or */
9 /* OBSOLETE (at your option) any later version. */
10 /* OBSOLETE */
11 /* OBSOLETE This program is distributed in the hope that it will be useful, */
12 /* OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of */
13 /* OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
14 /* OBSOLETE GNU General Public License for more details. */
15 /* OBSOLETE */
16 /* OBSOLETE You should have received a copy of the GNU General Public License */
17 /* OBSOLETE along with this program; if not, write to the Free Software */
18 /* OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *x/ */
19 /* OBSOLETE */
20 /* OBSOLETE /* The child target can't deal with floating registers. *x/ */
21 /* OBSOLETE #define CANNOT_STORE_REGISTER(regno) ((regno) >= FP0_REGNUM) */
22 /* OBSOLETE */
23 /* OBSOLETE /* Define BPT_VECTOR if it is different than the default. */
24 /* OBSOLETE This is the vector number used by traps to indicate a breakpoint. *x/ */
25 /* OBSOLETE */
26 /* OBSOLETE #define BPT_VECTOR 0xe */
27 /* OBSOLETE */
28 /* OBSOLETE /* Address of end of stack space. *x/ */
29 /* OBSOLETE */
30 /* OBSOLETE /*#define STACK_END_ADDR (0xffffff)*x/ */
31 /* OBSOLETE #define STACK_END_ADDR (0x1000000) */
32 /* OBSOLETE */
33 /* OBSOLETE /* Amount PC must be decremented by after a breakpoint. */
34 /* OBSOLETE On the Altos, the kernel resets the pc to the trap instr *x/ */
35 /* OBSOLETE */
36 /* OBSOLETE #define DECR_PC_AFTER_BREAK 0 */
37 /* OBSOLETE */
38 /* OBSOLETE /* The only reason this is here is the tm-altos.h reference below. It */
39 /* OBSOLETE was moved back here from tm-m68k.h. FIXME? *x/ */
40 /* OBSOLETE */
41 /* OBSOLETE extern CORE_ADDR altos_skip_prologue (CORE_ADDR);