diff options
Diffstat (limited to 'gdb/config/sparc/tm-sparclet.h')
-rw-r--r-- | gdb/config/sparc/tm-sparclet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/sparc/tm-sparclet.h b/gdb/config/sparc/tm-sparclet.h index 3684f74f27a..b2863bfb824 100644 --- a/gdb/config/sparc/tm-sparclet.h +++ b/gdb/config/sparc/tm-sparclet.h @@ -150,7 +150,6 @@ enum { 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 *)); +extern int get_longjmp_target (CORE_ADDR *); #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) |