diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 5afa750..e0dfd98 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -335,6 +335,7 @@ CPU_TYPES = \ maxq \ mcore \ mep \ + microblaze \ mips \ mmix \ mn10200 \ @@ -534,6 +535,7 @@ TARGET_CPU_CFILES = \ config/tc-maxq.c \ config/tc-mcore.c \ config/tc-mep.c \ + config/tc-microblaze.c \ config/tc-mips.c \ config/tc-mmix.c \ config/tc-mn10200.c \ @@ -595,6 +597,7 @@ TARGET_CPU_HFILES = \ config/tc-maxq.h \ config/tc-mcore.h \ config/tc-mep.h \ + config/tc-microblaze.h \ config/tc-mips.h \ config/tc-mmix.h \ config/tc-mn10200.h \ @@ -1555,6 +1558,20 @@ DEPTC_mep_elf = \ dwarf2dbg.h \ subsegs.h +DEPTC_microblaze_elf = \ + $(srcdir)/config/obj-elf.h \ + $(BFDDIR)/elf-bfd.h \ + $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h \ + $(INCDIR)/bfdlink.h \ + $(srcdir)/config/tc-microblaze.h \ + $(INCDIR)/obstack.h \ + $(srcdir)/../opcodes/microblaze-opc.h \ + $(INCDIR)/elf/reloc-macros.h \ + emul.h \ + subsegs.h + DEPTC_mips_coff = \ $(BFDDIR)/elf-bfd.h \ $(BFDDIR)/libcoff.h \ @@ -3850,6 +3867,15 @@ DEP_mep_elf = \ $(srcdir)/config/tc-mep.h \ dwarf2dbg.h +DEP_microblaze_elf = \ + $(srcdir)/config/obj-elf.h \ + $(BFDDIR)/elf-bfd.h \ + $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h \ + $(INCDIR)/elf/external.h \ + $(INCDIR)/bfdlink.h \ + $(srcdir)/config/tc-microblaze.h + DEP_mips_coff = \ $(BFDDIR)/libcoff.h \ $(INCDIR)/bfdlink.h \ |