diff options
Diffstat (limited to 'gdb/arc-tdep.h')
-rw-r--r-- | gdb/arc-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/arc-tdep.h b/gdb/arc-tdep.h index ea34b9e..1e792b9 100644 --- a/gdb/arc-tdep.h +++ b/gdb/arc-tdep.h @@ -81,6 +81,9 @@ extern int arc_debug; 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. */ |