diff options
Diffstat (limited to 'package/gdb-microblaze/patches/patch-gdb_microblaze-rom_c')
-rw-r--r-- | package/gdb-microblaze/patches/patch-gdb_microblaze-rom_c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/gdb-microblaze/patches/patch-gdb_microblaze-rom_c b/package/gdb-microblaze/patches/patch-gdb_microblaze-rom_c new file mode 100644 index 000000000..62c12741d --- /dev/null +++ b/package/gdb-microblaze/patches/patch-gdb_microblaze-rom_c @@ -0,0 +1,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" + |