diff options
Diffstat (limited to 'gdb/tm-sun4os4.h')
-rw-r--r-- | gdb/tm-sun4os4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tm-sun4os4.h b/gdb/tm-sun4os4.h index 309720a428e..6fec9218e0c 100644 --- a/gdb/tm-sun4os4.h +++ b/gdb/tm-sun4os4.h @@ -44,4 +44,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 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) |