* NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
[deliverable/binutils-gdb.git] / gdb / config / i386 / tm-i386m3.h
CommitLineData
d8ee244c
MK
1// OBSOLETE /* Macro definitions for i386, Mach 3.0
2// OBSOLETE Copyright 1992, 1993, 1995, 1999 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,
19// OBSOLETE Boston, MA 02111-1307, USA. */
20// OBSOLETE
21// OBSOLETE /* Include common definitions for Mach3 systems */
22// OBSOLETE #include "config/nm-m3.h"
23// OBSOLETE
24// OBSOLETE /* Define offsets to access CPROC stack when it does not have
25// OBSOLETE * a kernel thread.
26// OBSOLETE */
27// OBSOLETE #define MACHINE_CPROC_SP_OFFSET 20
28// OBSOLETE #define MACHINE_CPROC_PC_OFFSET 16
29// OBSOLETE #define MACHINE_CPROC_FP_OFFSET 12
30// OBSOLETE
31// OBSOLETE /* Thread flavors used in re-setting the T bit.
32// OBSOLETE * @@ this is also bad for cross debugging.
33// OBSOLETE */
34// OBSOLETE #define TRACE_FLAVOR i386_THREAD_STATE
35// OBSOLETE #define TRACE_FLAVOR_SIZE i386_THREAD_STATE_COUNT
36// OBSOLETE #define TRACE_SET(x,state) \
37// OBSOLETE ((struct i386_thread_state *)state)->efl |= 0x100
38// OBSOLETE #define TRACE_CLEAR(x,state) \
39// OBSOLETE ((((struct i386_thread_state *)state)->efl &= ~0x100), 1)
40// OBSOLETE
41// OBSOLETE /* we can do it */
42// OBSOLETE #define ATTACH_DETACH 1
43// OBSOLETE
44// OBSOLETE /* Sigh. There should be a file for i386 but no sysv stuff in it */
45// OBSOLETE #include "i386/tm-i386.h"
46// OBSOLETE
47// OBSOLETE /* I want to test this float info code. See comment in tm-i386v.h */
48// OBSOLETE #undef FLOAT_INFO
49// OBSOLETE #define FLOAT_INFO { i386_mach3_float_info (); }
50// OBSOLETE
51// OBSOLETE /* Address of end of stack space.
52// OBSOLETE * for MACH, see <machine/vmparam.h>
53// OBSOLETE * @@@ I don't know what is in the 5 ints...
54// OBSOLETE */
55// OBSOLETE #undef STACK_END_ADDR
56// OBSOLETE #define STACK_END_ADDR (0xc0000000-sizeof(int [5]))
This page took 0.031323 seconds and 4 git commands to generate.