diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-27 17:27:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-27 17:27:17 +0000 |
commit | 222e5d1d25fb8c9977938c8581f37984c33d5f83 (patch) | |
tree | a63899553d68d3bbcf70ed0f5cf5b3cfc9a553b1 /gdb/hppa-hpux-tdep.c | |
parent | a7e9a47e428435fd977c4701a3014af00791bf42 (diff) | |
download | gdb-222e5d1d25fb8c9977938c8581f37984c33d5f83.zip gdb-222e5d1d25fb8c9977938c8581f37984c33d5f83.tar.gz gdb-222e5d1d25fb8c9977938c8581f37984c33d5f83.tar.bz2 |
2003-07-27 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa.h (init_frame_pc_default): Declare.
* infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
REAL_PC and not the pointer.
* hppa-hpux-tdep.c: Include frame.h
Diffstat (limited to 'gdb/hppa-hpux-tdep.c')
-rw-r--r-- | gdb/hppa-hpux-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index 0fb7c8f..5d26c7c 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "gdbcore.h" #include "osabi.h" #include "gdb_string.h" +#include "frame.h" /* Forward declarations. */ extern void _initialize_hppa_hpux_tdep (void); |