Index: ChangeLog
[deliverable/binutils-gdb.git] / gdb / config / m68k / nm-linux.h
index 3f0d2dd55229af4b425e0a38dbfa90a4a2299916..26aa19768adfb7e7fc05ebe3b0e40cff18842008 100644 (file)
@@ -1,5 +1,5 @@
 /* Native support for linux, for GDB, the GNU debugger.
-   Copyright (C) 1996,1998 Free Software Foundation, Inc.
+   Copyright 1996, 1998, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,7 +21,7 @@
 #ifndef NM_LINUX_H
 #define NM_LINUX_H
 
-#include "nm-linux.h"
+#include "config/nm-linux.h"
 
 /* Return sizeof user struct to callers in less machine dependent routines */
 
@@ -35,4 +35,7 @@ extern int kernel_u_size (void);
 
 extern int m68k_linux_register_u_addr (int, int);
 
+/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'.  */
+#define FETCH_INFERIOR_REGISTERS
+
 #endif /* #ifndef NM_LINUX_H */
This page took 0.024527 seconds and 4 git commands to generate.