Use ui_file_as_string in gdbarch.sh/gdbarch.c
[deliverable/binutils-gdb.git] / gdb / arc-tdep.h
index 1b2694b69b7a2248a0554b1b725261c541ddd778..1e792b925c67a7458d3b8b95817178f9dd546a9d 100644 (file)
@@ -77,6 +77,15 @@ enum arc_regnum
 
 extern int arc_debug;
 
+/* Target-dependent information.  */
+
+struct gdbarch_tdep
+{
+  /* Offset to PC value in jump buffer.  If this is negative, longjmp
+     support will be disabled.  */
+  int jb_pc;
+};
+
 /* Utility functions used by other ARC-specific modules.  */
 
 static inline int
This page took 0.023373 seconds and 4 git commands to generate.