* config/pa/nm-hppab.h: Delete duplicate CANNOT_STORE_REGISTER decl.
authorDaniel Jacobowitz <drow@false.org>
Mon, 23 Dec 2002 17:07:28 +0000 (17:07 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 23 Dec 2002 17:07:28 +0000 (17:07 +0000)
* config/pa/nm-hppao.h: Delete duplicate CANNOT_STORE_REGISTER decl.

* config/pa/nm-hppah.h: Delete duplicate CANNOT_STORE_REGISTER decl.

gdb/ChangeLog
gdb/config/pa/nm-hppab.h
gdb/config/pa/nm-hppah.h
gdb/config/pa/nm-hppao.h

index 53c82dfaf7c8fce307d68785cff810cd0535bf71..14514fdb083716706ef2a53293b9de618866e3c8 100644 (file)
@@ -1,3 +1,12 @@
+2002-12-23  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/pa/nm-hppab.h: Delete duplicate CANNOT_STORE_REGISTER decl.
+       * config/pa/nm-hppao.h: Delete duplicate CANNOT_STORE_REGISTER decl.
+
+2002-12-23  Rodney Brown  <rbrown64@csc.com.au>
+
+       * config/pa/nm-hppah.h: Delete duplicate CANNOT_STORE_REGISTER decl.
+
 2002-12-23  David Carlton  <carlton@math.stanford.edu>
 
        * symtab.c (lookup_symbol_aux): Delete 'force_return' variable.
index 995e8e773d580c1b06de9cd4746eb2debda2a606..d9827dcf79060c23b61faca2de5ec0c2a0281be2 100644 (file)
@@ -1,5 +1,5 @@
 /* HPPA PA-RISC machine native support for BSD, for GDB.
-   Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+   Copyright 1991, 1992, 1993, 1994, 1995, 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #define FIVE_ARG_PTRACE
 
 
-/* This macro defines the register numbers (from REGISTER_NAMES) that
-   are effectively unavailable to the user through ptrace().  It allows
-   us to include the whole register set in REGISTER_NAMES (inorder to
-   better support remote debugging).  If it is used in
-   fetch/store_inferior_registers() gdb will not complain about I/O errors
-   on fetching these registers.  If all registers in REGISTER_NAMES
-   are available, then return false (0).  */
-
-#define CANNOT_STORE_REGISTER(regno)            \
-                   ((regno) == 0) ||     \
-                   ((regno) == PCSQ_HEAD_REGNUM) || \
-                   ((regno) >= PCSQ_TAIL_REGNUM && (regno) < IPSW_REGNUM) ||  \
-                   ((regno) > IPSW_REGNUM && (regno) < FP4_REGNUM)
-
 /* fetch_inferior_registers is in hppab-nat.c.  */
 #define FETCH_INFERIOR_REGISTERS
 
index 9c150ee0218d04009d2387daf59d004e39b48d12..83871158d356b8fa85ff400381970213f2ed7575 100644 (file)
@@ -1,5 +1,5 @@
 /* Native support for HPPA-RISC machine running HPUX, for GDB.
-   Copyright 1991, 1992, 1994, 1996, 1998, 1999, 2000
+   Copyright 1991, 1992, 1994, 1996, 1998, 1999, 2000, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.
    user space will crap out HPUX.  */
 #define NEED_TEXT_START_END 1
 
-/* This macro defines the register numbers (from REGISTER_NAMES) that
-   are effectively unavailable to the user through ptrace().  It allows
-   us to include the whole register set in REGISTER_NAMES (inorder to
-   better support remote debugging).  If it is used in
-   fetch/store_inferior_registers() gdb will not complain about I/O errors
-   on fetching these registers.  If all registers in REGISTER_NAMES
-   are available, then return false (0).  */
-
-#define CANNOT_STORE_REGISTER(regno)            \
-                   ((regno) == 0) ||     \
-                   ((regno) == PCSQ_HEAD_REGNUM) || \
-                   ((regno) >= PCSQ_TAIL_REGNUM && (regno) < IPSW_REGNUM) ||  \
-                   ((regno) > IPSW_REGNUM && (regno) < FP4_REGNUM)
-
 /* In hppah-nat.c: */
 #define FETCH_INFERIOR_REGISTERS
 #define CHILD_XFER_MEMORY
index 6650a4bd19a7333c6d3b5862a3658c8f63768895..6389b2c18682b8a76ca476e9525e5f5a6e66abc3 100644 (file)
@@ -1,5 +1,5 @@
 /* HPPA PA-RISC machine native support for Lites, for GDB.
-   Copyright 1995 Free Software Foundation, Inc.
+   Copyright 1995, 2002 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #define REGISTER_U_ADDR(addr, blockend, regno)                         \
 { addr = (int)(blockend) + REGISTER_BYTE (regno);}
 
-/* This macro defines the register numbers (from REGISTER_NAMES) that
-   are effectively unavailable to the user through ptrace().  It allows
-   us to include the whole register set in REGISTER_NAMES (inorder to
-   better support remote debugging).  If it is used in
-   fetch/store_inferior_registers() gdb will not complain about I/O errors
-   on fetching these registers.  If all registers in REGISTER_NAMES
-   are available, then return false (0).  */
-
-#define CANNOT_STORE_REGISTER(regno)            \
-                   ((regno) == 0) ||     \
-                   ((regno) == PCSQ_HEAD_REGNUM) || \
-                   ((regno) >= PCSQ_TAIL_REGNUM && (regno) < IPSW_REGNUM) ||  \
-                   ((regno) > IPSW_REGNUM && (regno) < FP4_REGNUM)
-
 /* fetch_inferior_registers is in hppab-nat.c.  */
 #define FETCH_INFERIOR_REGISTERS
 
This page took 0.032685 seconds and 4 git commands to generate.