summaryrefslogtreecommitdiff
path: root/gdb/i386mach-nat.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>1999-04-26 18:34:20 +0000
committerStan Shebs <shebs@apple.com>1999-04-26 18:34:20 +0000
commitfe454715791b86ad488b33c1f325478803c8108c (patch)
tree91ec960676c78ffeab24ee2101fa128d2cc0f958 /gdb/i386mach-nat.c
parentf3db0d6e5952e6aa06bdad615829b42d2cf52f71 (diff)
downloadgdb-fe454715791b86ad488b33c1f325478803c8108c.tar.gz
import gdb-19990422 snapshot
Diffstat (limited to 'gdb/i386mach-nat.c')
-rw-r--r--gdb/i386mach-nat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/i386mach-nat.c b/gdb/i386mach-nat.c
index f843d7f95a3..91090db1552 100644
--- a/gdb/i386mach-nat.c
+++ b/gdb/i386mach-nat.c
@@ -44,7 +44,6 @@ fetch_inferior_registers (regno)
{
struct regs inferior_registers;
struct fp_state inferior_fp_registers;
- extern char registers[];
registers_fetched ();
@@ -73,7 +72,6 @@ store_inferior_registers (regno)
{
struct regs inferior_registers;
struct fp_state inferior_fp_registers;
- extern char registers[];
memcpy (&inferior_registers, registers, 20 * 4);
@@ -121,7 +119,6 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
CORE_ADDR reg_addr; /* Unused in this version */
{
int val;
- extern char registers[];
switch (which) {
case 0: