diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-12 18:33:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-12 18:33:47 +0000 |
commit | 1a111ce38b9f7c030311b7f44be95e061e0efa91 (patch) | |
tree | 7a1b7d12503c702180b75987eaf53efc54a0a285 /gdb/sparc-nat.c | |
parent | 1f8a6abba178d2e80ad134facd7cd74a47005869 (diff) | |
download | gdb-1a111ce38b9f7c030311b7f44be95e061e0efa91.zip gdb-1a111ce38b9f7c030311b7f44be95e061e0efa91.tar.gz gdb-1a111ce38b9f7c030311b7f44be95e061e0efa91.tar.bz2 |
2004-01-12 Andrew Cagney <cagney@redhat.com>
* stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
call. Never defined.
* sparc-tdep.h (struct frame_info): Add opaque declaration.
* sparc64-tdep.h (struct gdbarch): Add opaque declaration.
(struct sparc_gregset, struct regcache): Ditto.
* sparc-nat.c: Update copyright. Specify "GNU/Linux".
Diffstat (limited to 'gdb/sparc-nat.c')
-rw-r--r-- | gdb/sparc-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index 09ee7c6..3ab21f0 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for SPARC. - Copyright 2003 Free Software Foundation, Inc. + Copyright 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -36,7 +36,7 @@ /* With some trickery we can use the code in this file for most (if not all) ptrace(2) based SPARC systems, which includes SunOS 4, - Linux and the various SPARC BSD's. + GNU/Linux and the various SPARC BSD's. First, we need a data structure for use with ptrace(2). SunOS has `struct regs' and `struct fp_status' in <machine/reg.h>. BSD's |