* config/arm/linux.mt: Remove code protected by GDBSERVER define.
[deliverable/binutils-gdb.git] / gdb / config / mips / xm-mipsm3.h
CommitLineData
78c43945
AC
1// OBSOLETE /* Definitions to make GDB run on a mips box under 4.3bsd.
2// OBSOLETE Copyright 1986, 1987, 1989, 1993 Free Software Foundation, Inc.
3// OBSOLETE Contributed by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin
4// OBSOLETE and by Alessandro Forin(af@cs.cmu.edu) at CMU
5// OBSOLETE
6// OBSOLETE This file is part of GDB.
7// OBSOLETE
8// OBSOLETE This program is free software; you can redistribute it and/or modify
9// OBSOLETE it under the terms of the GNU General Public License as published by
10// OBSOLETE the Free Software Foundation; either version 2 of the License, or
11// OBSOLETE (at your option) any later version.
12// OBSOLETE
13// OBSOLETE This program is distributed in the hope that it will be useful,
14// OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of
15// OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16// OBSOLETE GNU General Public License for more details.
17// OBSOLETE
18// OBSOLETE You should have received a copy of the GNU General Public License
19// OBSOLETE along with this program; if not, write to the Free Software
20// OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330,
21// OBSOLETE Boston, MA 02111-1307, USA. */
22// OBSOLETE
23// OBSOLETE #define KERNEL_U_ADDR 0 /* Not needed. */
24// OBSOLETE
25// OBSOLETE /* Only used for core files on DECstations. */
26// OBSOLETE
27// OBSOLETE #define REGISTER_U_ADDR(addr, blockend, regno) \
28// OBSOLETE if (regno < 38) addr = (NBPG*UPAGES) + (regno - 38)*sizeof(int);\
29// OBSOLETE else addr = 0; /* ..somewhere in the pcb */
This page took 0.039313 seconds and 4 git commands to generate.