Rename get_longjmp_target to m68k_get_longjmp_target. Update all m68k
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-linux.h
index 1d47d468c173acde081420e18288d1932ae3a8c2..fbb30a7aca18b04c420901d33d56039549569f77 100644 (file)
@@ -93,7 +93,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)
+#define GET_LONGJMP_TARGET(ADDR) m68k_get_longjmp_target(ADDR)
 
 /* Offset to saved PC in sigcontext, from <asm/sigcontext.h>.  */
 #define SIGCONTEXT_PC_OFFSET 26
This page took 0.023669 seconds and 4 git commands to generate.