* symtab.c (find_pc_symtab): some object file formats, notably mips,
[deliverable/binutils-gdb.git] / gdb / xm-hp300hpux.h
index 6583748b49400358e067442c925b9925d5c498e5..54979b530a80d52e43281619e39bfd3cbd8bdb84 100644 (file)
@@ -1,30 +1,30 @@
-/* Parameters for execution on an HP 9000 model 320, for GDB, the GNU debugger.
-   Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+/* Parameters for HP 9000 model 320 hosting, for GDB, the GNU debugger.
+   Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
-GDB is free software; you can redistribute it and/or modify
+This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
-GDB is distributed in the hope that it will be useful,
+This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GDB; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+/* HP/UX is USG, but it does have <ptrace.h>  */
+#include <sys/ptrace.h>
 
 #define HOST_BYTE_ORDER BIG_ENDIAN
 
 /* Define this to indicate problems with traps after continuing.  */
 #define HP_OS_BUG
 
-/* fetch_inferior_registers is in hp300hpux-dep.c.  */
-#define FETCH_INFERIOR_REGISTERS
-
 /* Set flag to indicate whether HP's assembler is in use. */
 #ifdef __GNUC__
 #ifdef __HPUX_ASM__
@@ -41,6 +41,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef USG     /* In case it was defined in the Makefile for cplus-dem.c */
 #define USG
 
+/* The mem functions are in <string.h>.  */
+#undef MEM_FNS_DECLARED
+#define MEM_FNS_DECLARED 1
+
 #define HAVE_TERMIO
 
 /* Get rid of any system-imposed stack limit if possible.  */
@@ -74,10 +78,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
      : (&u.u_pcb.pcb_mc68881[FMC68881_C + ((regno) - FPC_REGNUM)])))   \
    - ((char *) (& u)))
 \f
-/* Do implement the attach and detach commands.  */
-
-#define ATTACH_DETACH
-\f
 /* Interface definitions for kernel debugger KDB.  */
 
 /* Map machine fault codes into signal numbers.
This page took 0.024024 seconds and 4 git commands to generate.