aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/xm-ptx.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-02-01 02:59:15 +0000
committerStan Shebs <shebs@codesourcery.com>1996-02-01 02:59:15 +0000
commit97abaf19daafad2fe5a30c64aa1a0b06e2c40665 (patch)
treefbaab150f8ea76fd5b0eab601472f3ddb595e2b7 /gdb/config/i386/xm-ptx.h
parent28bc5ef7bbabe7a6a9df067f5e9ee9cf33f5dbfb (diff)
downloadgdb-97abaf19daafad2fe5a30c64aa1a0b06e2c40665.zip
gdb-97abaf19daafad2fe5a30c64aa1a0b06e2c40665.tar.gz
gdb-97abaf19daafad2fe5a30c64aa1a0b06e2c40665.tar.bz2
* config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
here from config/i386/xm-i386mach.h, fix name. * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h. * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to here from config/i386/xm-ptx4.h. * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h. * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h. * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h. more housekeeping
Diffstat (limited to 'gdb/config/i386/xm-ptx.h')
-rw-r--r--gdb/config/i386/xm-ptx.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/config/i386/xm-ptx.h b/gdb/config/i386/xm-ptx.h
index 3e6f69a..99b46cc 100644
--- a/gdb/config/i386/xm-ptx.h
+++ b/gdb/config/i386/xm-ptx.h
@@ -1,6 +1,7 @@
/* Definitions to make GDB run on a Sequent Symmetry under ptx, with
- Weitek 1167 and i387 support. Copyright 1986, 1987, 1989, 1992,
- 1993 Free Software Foundation, Inc.
+ Weitek 1167 and i387 support.
+ Copyright 1986, 1987, 1989, 1992, 1993, 1996
+ Free Software Foundation, Inc.
This file is part of GDB.
@@ -38,7 +39,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define USE_O_NOCTTY
#define HOST_BYTE_ORDER LITTLE_ENDIAN
-
-/* We must fetch all the regs before storing, since we store all at once. */
-
-#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)