* config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-cisco.h
index ae8de6602e56dca695f7fc72dd73a51437afc0f7..24db025bccfc343358115e2f65d3e2a8708d6a4c 100644 (file)
@@ -1,5 +1,5 @@
 /* Parameters for CISCO m68k.
-   Copyright (C) 1994 Free Software Foundation, Inc.
+   Copyright 1994, 1996, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -47,8 +47,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 PARAMS ((CORE_ADDR *));
+#define GET_LONGJMP_TARGET(ADDR) m68k_get_longjmp_target(ADDR)
 
 /* BFD handles finding the registers in the core file, so they are at
    the start of the BFD .reg section.  */
This page took 0.028109 seconds and 4 git commands to generate.