diff options
Diffstat (limited to 'gdb/hppa-tdep.h')
-rw-r--r-- | gdb/hppa-tdep.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h index 0b4185a..548c21b 100644 --- a/gdb/hppa-tdep.h +++ b/gdb/hppa-tdep.h @@ -22,6 +22,8 @@ #define HPPA_TDEP_H struct trad_frame_saved_reg; +struct objfile; +struct so_list; /* Register numbers of various important registers. Note that some of these values are "real" register numbers, @@ -97,6 +99,12 @@ struct gdbarch_tdep void (*unwind_adjust_stub) (struct frame_info *next_frame, CORE_ADDR base, struct trad_frame_saved_reg *saved_regs); + /* These are solib-dependent methods. They are really HPUX only, but + we don't have a HPUX-specific tdep vector at the moment. */ + CORE_ADDR (*solib_thread_start_addr) (struct so_list *so); + CORE_ADDR (*solib_get_got_by_pc) (CORE_ADDR addr); + CORE_ADDR (*solib_get_solib_by_pc) (CORE_ADDR addr); + CORE_ADDR (*solib_get_text_base) (struct objfile *objfile); }; /* |