libunwind: update to 1.8.1
[openadk.git] / package / gdb-microblaze / patches / patch-gdb_gdbserver_Makefile_in
blob7d1313386f235c3b8d2b656e4d9e06036c9ac4f0
1 --- gdb-7.8.2.orig/gdb/gdbserver/Makefile.in    2015-01-15 11:58:12.000000000 +0100
2 +++ gdb-7.8.2/gdb/gdbserver/Makefile.in 2016-09-21 10:34:30.025222164 +0200
3 @@ -148,6 +148,7 @@ SFILES=     $(srcdir)/gdbreplay.c $(srcdir)/
4         $(srcdir)/linux-ia64-low.c $(srcdir)/linux-low.c \
5         $(srcdir)/linux-m32r-low.c \
6         $(srcdir)/linux-m68k-low.c $(srcdir)/linux-mips-low.c \
7 +       $(srcdir)/linux-microblaze-low.c \
8         $(srcdir)/linux-nios2-low.c \
9         $(srcdir)/linux-ppc-low.c \
10         $(srcdir)/linux-s390-low.c \
11 @@ -329,6 +330,7 @@ clean:
12         rm -f arm-with-iwmmxt.c
13         rm -f arm-with-vfpv2.c arm-with-vfpv3.c arm-with-neon.c
14         rm -f mips-linux.c mips64-linux.c
15 +       rm -f microblaze-linux.c
16         rm -f nios2-linux.c
17         rm -f powerpc-32.c powerpc-32l.c powerpc-64l.c powerpc-e500l.c
18         rm -f powerpc-altivec32l.c powerpc-cell32l.c powerpc-vsx32l.c
19 @@ -620,6 +622,8 @@ mips64-linux.c : $(srcdir)/../regformats
20         $(SHELL) $(regdat_sh) $(srcdir)/../regformats/mips64-linux.dat mips64-linux.c
21  mips64-dsp-linux.c : $(srcdir)/../regformats/mips64-dsp-linux.dat $(regdat_sh)
22         $(SHELL) $(regdat_sh) $(srcdir)/../regformats/mips64-dsp-linux.dat mips64-dsp-linux.c
23 +microblaze-linux.c : $(srcdir)/../regformats/reg-microblaze.dat $(regdat_sh)
24 +       $(SHELL) $(regdat_sh) $(srcdir)/../regformats/reg-microblaze.dat microblaze-linux.c
25  nios2-linux.c :        $(srcdir)/../regformats/nios2-linux.dat $(regdat_sh)
26         $(SHELL) $(regdat_sh) $(srcdir)/../regformats/nios2-linux.dat nios2-linux.c
27  powerpc-32.c : $(srcdir)/../regformats/rs6000/powerpc-32.dat $(regdat_sh)