| Index: gdb/mem-break.c
|
| diff --git a/gdb/mem-break.c b/gdb/mem-break.c
|
| index bd34fb2df1499fd60b1f9c22570b15429f6af291..f06c4ae7adafc36e9810cb841e0e8419ec1eead8 100644
|
| --- a/gdb/mem-break.c
|
| +++ b/gdb/mem-break.c
|
| @@ -1,7 +1,6 @@
|
| /* Simulate breakpoints by patching locations in the target system, for GDB.
|
|
|
| - Copyright (C) 1990-1993, 1995, 1997-2000, 2002, 2007-2012 Free
|
| - Software Foundation, Inc.
|
| + Copyright (C) 1990-2013 Free Software Foundation, Inc.
|
|
|
| Contributed by Cygnus Support. Written by John Gilmore.
|
|
|
| @@ -21,15 +20,11 @@
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| #include "defs.h"
|
| -
|
| -/* This file is only useful if BREAKPOINT_FROM_PC is set. If not, we
|
| - punt. */
|
| -
|
| #include "symtab.h"
|
| #include "breakpoint.h"
|
| #include "inferior.h"
|
| #include "target.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
|
|
| /* Insert a breakpoint on targets that don't have any better
|
|
|