Rename get_longjmp_target to m68k_get_longjmp_target. Update all m68k
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-sun3.h
index 0c8651af4dbfafd0beeed482627039fcdd5635de..0307852a2fd51277bdc02dadc593372611f5be55 100644 (file)
@@ -74,8 +74,7 @@
    we extract the pc (JB_PC) that we will land at.  The pc is copied into ADDR.
    This routine returns true on success */
 
-#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
-extern int get_longjmp_target (CORE_ADDR *);
+#define GET_LONGJMP_TARGET(ADDR) m68k_get_longjmp_target(ADDR)
 
 /* If sun3 pcc says that a parameter is a short, it's a short.  */
 #define BELIEVE_PCC_PROMOTION_TYPE
This page took 0.023202 seconds and 4 git commands to generate.