]> Git Repo - binutils.git/blobdiff - gdb/corelow.c
* Makefile.in (c-exp.tab.o): Remove notice about shift/reduce conflicts
[binutils.git] / gdb / corelow.c
index 1cebc48985ec9f14ed71217893596fa05c71113a..717a6ee326b4e84954a56ac881b857f298796f82 100644 (file)
@@ -28,6 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "bfd.h"
 #include "target.h"
 #include "gdbcore.h"
+#include "thread.h"
 
 static void
 core_files_info PARAMS ((struct target_ops *));
@@ -299,6 +300,7 @@ ignore (addr, contents)
      CORE_ADDR addr;
      char *contents;
 {
+  return 0;
 }
 
 struct target_ops core_ops = {
This page took 0.024304 seconds and 4 git commands to generate.