From 1a111ce38b9f7c030311b7f44be95e061e0efa91 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 12 Jan 2004 18:33:47 +0000 Subject: 2004-01-12 Andrew Cagney * 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". --- gdb/sparc64-tdep.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/sparc64-tdep.h') diff --git a/gdb/sparc64-tdep.h b/gdb/sparc64-tdep.h index 4a150d9..f5ab60d 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 -- cgit v1.1