]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/m68k/tm-os68k.h
Copyright updates for 2007.
[thirdparty/binutils-gdb.git] / gdb / config / m68k / tm-os68k.h
index ed1d5c899023a708de736583e0aac9789cefff98..f2c83af00b0e97b471810916238b288022992eb9 100644 (file)
@@ -1,5 +1,6 @@
-/* Parameters for execution on VxWorks m68k's, for GDB, the GNU debugger.
-   Copyright 1986, 1987, 1989, 1991, 1998 Free Software Foundation, Inc.
+/* Parameters for execution on os68k's, for GDB, the GNU debugger.
+   Copyright 1986, 1987, 1989, 1991, 1998, 2003, 2007
+   Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
    This file is part of GDB.
@@ -23,8 +24,6 @@
 
 #define        DEFAULT_PROMPT          "(os68k) "
 
-#include "m68k/tm-m68k.h"
-
 /* We have more complex, useful breakpoints on the target.  */
 #undef DECR_PC_AFTER_BREAK
 #define        DECR_PC_AFTER_BREAK     0
    If our current frame pointer is zero, we're at the top; else read out
    the saved FP from memory pointed to by the current FP.  */
 
-#undef FRAME_CHAIN
-#define FRAME_CHAIN(thisframe) ((thisframe)->frame? read_memory_integer ((thisframe)->frame, 4): 0)
-
-/* If the chain pointer is zero (either because the saved value fetched
-   by FRAME_CHAIN was zero, or because the current FP was zero so FRAME_CHAIN
-   never fetched anything), we are at the top of the stack.  */
-/* We are guaranteed to have a zero frame pointer at bottom of stack, too. */
-
-#undef FRAME_CHAIN_VALID
-#define FRAME_CHAIN_VALID(chain, thisframe) nonnull_frame_chain_valid (chain, thisframe)
+#undef DEPRECATED_FRAME_CHAIN
+#define DEPRECATED_FRAME_CHAIN(thisframe) ((thisframe)->frame? read_memory_integer ((thisframe)->frame, 4): 0)