diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-21 17:40:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-21 17:40:55 +0200 |
commit | 047d8328a9596a3f63c259437c089454c4efa188 (patch) | |
tree | 07963273a160a62dd3abc841e47c087a1d9bd435 /package/gdb-microblaze/patches/patch-gdb_Makefile_in | |
parent | 1d1f6f59f6cb745acb9d3b90b4b74ed011739fd5 (diff) |
gdb-microbaze: split off big patch, so update-patches works
Diffstat (limited to 'package/gdb-microblaze/patches/patch-gdb_Makefile_in')
-rw-r--r-- | package/gdb-microblaze/patches/patch-gdb_Makefile_in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/gdb-microblaze/patches/patch-gdb_Makefile_in b/package/gdb-microblaze/patches/patch-gdb_Makefile_in new file mode 100644 index 000000000..e26423b6a --- /dev/null +++ b/package/gdb-microblaze/patches/patch-gdb_Makefile_in @@ -0,0 +1,20 @@ +--- gdb-7.8.2.orig/gdb/Makefile.in 2015-01-15 11:58:12.000000000 +0100 ++++ gdb-7.8.2/gdb/Makefile.in 2016-09-21 10:34:30.029222319 +0200 +@@ -912,7 +912,7 @@ top.h bsd-kvm.h gdb-stabs.h reggroups.h + annotate.h sim-regno.h dictionary.h dfp.h main.h frame-unwind.h \ + remote-fileio.h i386-linux-tdep.h vax-tdep.h objc-lang.h \ + sentinel-frame.h bcache.h symfile.h windows-tdep.h linux-tdep.h \ +-gdb_usleep.h jit.h xml-syscall.h microblaze-tdep.h \ ++gdb_usleep.h jit.h xml-syscall.h microblaze-tdep.h microblaze-linux-tdep.h \ + psymtab.h psympriv.h progspace.h bfin-tdep.h ia64-hpux-tdep.h \ + amd64-darwin-tdep.h charset-list.h \ + config/djgpp/langinfo.h config/djgpp/nl_types.h darwin-nat.h \ +@@ -1639,7 +1639,7 @@ ALLDEPFILES = \ + m68kbsd-nat.c m68kbsd-tdep.c \ + m68klinux-nat.c m68klinux-tdep.c \ + m88k-tdep.c m88kbsd-nat.c \ +- microblaze-tdep.c microblaze-linux-tdep.c \ ++ microblaze-tdep.c microblaze-linux-nat.c microblaze-linux-tdep.c \ + mingw-hdep.c \ + mips-linux-nat.c mips-linux-tdep.c \ + mips-irix-tdep.c \ |