blob: 62c12741db8aad286f36f4277764b57b89c0b84b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- gdb-7.8.2.orig/gdb/microblaze-rom.c 2015-01-15 11:58:12.000000000 +0100
+++ gdb-7.8.2/gdb/microblaze-rom.c 2016-09-21 10:34:30.029222319 +0200
@@ -1,6 +1,6 @@
/* Remote debugging interface to Xilinx MicroBlaze.
- Copyright (C) 2009-2014 Free Software Foundation, Inc.
+ Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -21,7 +21,6 @@
#include "gdbcore.h"
#include "target.h"
#include "monitor.h"
-#include <string.h>
#include "serial.h"
#include "regcache.h"
|