diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-31 01:14:27 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-31 01:14:27 +0000 |
commit | e833b7618213d242416d64171381f774f4353572 (patch) | |
tree | cc31f4b800ea8d4816388b9386b36b993c2f016d /gdb/config/pa | |
parent | 8ced9d34ff56ac4435c9176617e738a9a715cbd5 (diff) | |
download | gdb-e833b7618213d242416d64171381f774f4353572.tar.gz |
import gdb-1999-08-30 snapshot
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/nm-hppah.h | 2 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 2 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppa64.h | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h index 19bf2f76097..269593f0b8a 100644 --- a/gdb/config/pa/nm-hppah.h +++ b/gdb/config/pa/nm-hppah.h @@ -279,9 +279,7 @@ extern int hppa_resume_execd_vforking_child_to_get_parent_vfork PARAMS ((void)); #ifdef HAVE_HPUX_THREAD_SUPPORT -#ifdef __STDC__ struct objfile; -#endif void hpux_thread_new_objfile PARAMS ((struct objfile * objfile)); #define target_new_objfile(OBJFILE) hpux_thread_new_objfile (OBJFILE) diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 907978f3f61..60ec0378c68 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -24,13 +24,11 @@ /* Forward declarations of some types we use in prototypes */ -#ifdef __STDC__ struct frame_info; struct frame_saved_regs; struct value; struct type; struct inferior_status; -#endif /* Target system byte order. */ diff --git a/gdb/config/pa/tm-hppa64.h b/gdb/config/pa/tm-hppa64.h index 11cfd3bd22e..3b1ab448147 100644 --- a/gdb/config/pa/tm-hppa64.h +++ b/gdb/config/pa/tm-hppa64.h @@ -191,6 +191,9 @@ call_dummy 0xe820f0000fb110d3LL, 0x0001000400151820LL,\ 0xe6c0000008000240LL} +#define CALL_DUMMY_BREAKPOINT_OFFSET_P 1 +#define CALL_DUMMY_BREAKPOINT_OFFSET 22 * 4 + /* CALL_DUMMY_LENGTH is computed based on the size of a word on the target machine, not the size of an instruction. Since a word on this target holds two instructions we have to divide the instruction size by two to |