aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-i386v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tm-i386v4.h')
-rw-r--r--gdb/tm-i386v4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tm-i386v4.h b/gdb/tm-i386v4.h
index 727e350..59a3733 100644
--- a/gdb/tm-i386v4.h
+++ b/gdb/tm-i386v4.h
@@ -63,4 +63,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
we extract the pc (JB_PC) that we will land at. The pc is copied into ADDR.
This routine returns true on success */
+extern int
+get_longjmp_target PARAMS ((CORE_ADDR *));
+
#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)