]> Git Repo - binutils.git/blobdiff - gdb/config/m68k/tm-m68kv4.h
Rename get_longjmp_target to m68k_get_longjmp_target. Update all m68k
[binutils.git] / gdb / config / m68k / tm-m68kv4.h
index 8f6f15e8535cbd271dcee3333ceb9bd64085c82d..6763135a6cb5dc3f1bd0790b43762df6e2235768 100644 (file)
@@ -64,8 +64,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)
 
 /* Convert a DWARF register number to a gdb REGNUM.  */
 #define DWARF_REG_TO_REGNUM(num) ((num) < 16 ? (num) : (num)+FP0_REGNUM-16)
This page took 0.023869 seconds and 4 git commands to generate.