0a6b810a16e386a2bdee9fd2d6a8284e31f6c33d
[deliverable/binutils-gdb.git] / gdb / config / pa / nm-hppao.h
1 // OBSOLETE /* HPPA PA-RISC machine native support for Lites, for GDB.
2 // OBSOLETE Copyright 1995, 2002 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 "config/nm-m3.h"
22 // OBSOLETE #define U_REGS_OFFSET 0
23 // OBSOLETE
24 // OBSOLETE #define KERNEL_U_ADDR 0
25 // OBSOLETE
26 // OBSOLETE /* What a coincidence! */
27 // OBSOLETE #define REGISTER_U_ADDR(addr, blockend, regno) \
28 // OBSOLETE { addr = (int)(blockend) + REGISTER_BYTE (regno);}
29 // OBSOLETE
30 // OBSOLETE /* fetch_inferior_registers is in hppab-nat.c. */
31 // OBSOLETE #define FETCH_INFERIOR_REGISTERS
32 // OBSOLETE
33 // OBSOLETE /* attach/detach works to some extent under BSD and HPUX. So long
34 // OBSOLETE as the process you're attaching to isn't blocked waiting on io,
35 // OBSOLETE blocked waiting on a signal, or in a system call things work
36 // OBSOLETE fine. (The problems in those cases are related to the fact that
37 // OBSOLETE the kernel can't provide complete register information for the
38 // OBSOLETE target process... Which really pisses off GDB.) */
39 // OBSOLETE
40 // OBSOLETE #define ATTACH_DETACH
41 // OBSOLETE
42 // OBSOLETE #define EMULATOR_BASE 0x90100000
43 // OBSOLETE #define EMULATOR_END 0x90200000
This page took 0.031077 seconds and 3 git commands to generate.