2002-06-14 Chris Demetriou <cgd@broadcom.com>
[binutils-gdb.git] / gdb / config / i386 / tm-i386nw.h
index 1000b77c2fd04f31cd7a3b4f123d03b09b147151..9ede2c040e05798fb5a0d1ef32fd28b1ed95800f 100644 (file)
@@ -1,5 +1,6 @@
 /* Macro definitions for i386 running NetWare.
-   Copyright 1993, 1994 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 1995, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -25,7 +26,7 @@
 
 /* Stop backtracing when we wander into main.  */
 
-#define FRAME_CHAIN_VALID(fp,fi) alternate_frame_chain_valid (fp, fi)
+#define FRAME_CHAIN_VALID(fp,fi) func_frame_chain_valid (fp, fi)
 
 
 /* Offsets (in target ints) into jmp_buf.  Not defined in any system header
@@ -41,8 +42,7 @@
    we 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)