Rewrite xcoff*_ppc_relocate_section.
[deliverable/binutils-gdb.git] / gdb / alpha-tdep.h
index a9a724d27a1f8deb267fde6147be5d8037622112..c3ee007c6acb0c84e661ecdd2652e4279ef99e60 100644 (file)
@@ -105,6 +105,15 @@ struct gdbarch_tdep
   /* If FRAME refers to a sigtramp frame, return the address of the next
      frame.  */
   CORE_ADDR (*skip_sigtramp_frame) (struct frame_info *, CORE_ADDR);
+
+  /* Translate a signal handler frame into the address of the sigcontext
+     structure for that signal handler.  */
+  CORE_ADDR (*sigcontext_addr) (struct frame_info *);
+
+  int jb_pc;                   /* Offset to PC value in jump buffer.
+                                  If htis is negative, longjmp support
+                                  will be disabled.  */
+  size_t jb_elt_size;          /* And the size of each entry in the buf. */
 };
 
 void alpha_software_single_step (enum target_signal, int);
This page took 0.02334 seconds and 4 git commands to generate.