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".
This commit is contained in:
parent
1f8a6abba1
commit
1a111ce38b
5 changed files with 18 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue