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 | cf796679d8a539bb9e748a131b510c2c37817557 (patch) | |
tree | a3d5d5760282ab656e7463c823b701970b125663 /gdb/sparc64-tdep.h | |
parent | 5b6d83618a19c317321086c5dde34e47143b7fbf (diff) | |
download | gdb-cf796679d8a539bb9e748a131b510c2c37817557.tar.gz |
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/sparc64-tdep.h')
-rw-r--r-- | gdb/sparc64-tdep.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/sparc64-tdep.h b/gdb/sparc64-tdep.h index 4a150d9970e..f5ab60d87e5 100644 --- a/gdb/sparc64-tdep.h +++ b/gdb/sparc64-tdep.h @@ -22,6 +22,10 @@ #ifndef SPARC64_TDEP_H #define SPARC64_TDEP_H 1 +struct gdbarch; +struct sparc_gregset; +struct regcache; + #include "sparc-tdep.h" /* The stack pointer is offset from the stack frame by a BIAS of 2047 |