]> Git Repo - binutils.git/blobdiff - gdb/ppcfbsd-nat.c
[arm] watchpoint-reuse-slot.exp: skip setting HW points on some address
[binutils.git] / gdb / ppcfbsd-nat.c
index aeb47aff12689e81ad9c0b9e3325f7c60f540de5..778b4bb73310e2457e7a47c4140ccfedf3b3aa80 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for PowerPC's running FreeBSD, for GDB.
 
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,7 +22,6 @@
 #include "inferior.h"
 #include "regcache.h"
 
-#include "gdb_assert.h"
 #include <sys/types.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
@@ -215,7 +214,6 @@ _initialize_ppcfbsd_nat (void)
   t->to_store_registers = ppcfbsd_store_inferior_registers;
   t->to_pid_to_exec_file = fbsd_pid_to_exec_file;
   t->to_find_memory_regions = fbsd_find_memory_regions;
-  t->to_make_corefile_notes = fbsd_make_corefile_notes;
   add_target (t);
 
   /* Support debugging kernel virtual memory images.  */
This page took 0.021988 seconds and 4 git commands to generate.