X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FMakefile.am;h=a7f547cf438a495f988cac2d960ef707133e81f0;hb=af542c2e31e7ea8c5db851fe194841e39384a318;hp=550132570f386ec2082feffc53ea1e768d4dee59;hpb=8455dd2cf7dfd96cadcaf0a220d5acac42a0e46a;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/Makefile.am b/gas/Makefile.am index 550132570f..a7f547cf43 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -72,6 +72,7 @@ CPU_TYPES = \ maxq \ mcore \ mep \ + microblaze \ mips \ mmix \ mn10200 \ @@ -273,6 +274,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 \ @@ -334,6 +336,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 \ @@ -725,64 +728,6 @@ MOSTLYCLEANFILES = $(STAGESTUFF) core \ CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR -.PHONY: install-pdf install-pdf-am install-pdf-recursive - -install-pdf: install-pdf-recursive - -install-pdf-recursive: - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -.PHONY: install-html install-html-am install-html-recursive - -install-html: install-html-recursive - -install-html-recursive: - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - .PHONY: install-exec-local install-data-local .PHONY: install-exec-bindir install-exec-tooldir @@ -1184,6 +1129,8 @@ DEPTC_arm_coff = \ $(INCDIR)/opcode/arm.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-arm.h \ dwarf2dbg.h \ subsegs.h @@ -1381,6 +1328,8 @@ DEPTC_h8300_coff = \ $(INCDIR)/opcode/h8300.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-h8300.h \ dwarf2dbg.h \ subsegs.h @@ -1471,6 +1420,8 @@ DEPTC_i386_coff = \ $(srcdir)/../opcodes/i386-init.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i386-intel.c \ $(srcdir)/config/tc-i386.h \ dw2gencfi.h \ @@ -1539,6 +1490,8 @@ DEPTC_i960_coff = \ $(INCDIR)/opcode/i960.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i960.h DEPTC_i960_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -1699,6 +1652,8 @@ DEPTC_m68k_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/m68k-parse.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-m68k.h \ dw2gencfi.h \ dwarf2dbg.h \ @@ -1733,6 +1688,8 @@ DEPTC_maxq_coff = \ $(INCDIR)/opcode/maxq.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-maxq.h \ dwarf2dbg.h \ subsegs.h @@ -1747,6 +1704,8 @@ DEPTC_mcore_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/../opcodes/mcore-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mcore.h \ subsegs.h DEPTC_mcore_elf = \ @@ -1788,6 +1747,19 @@ DEPTC_mep_elf = \ cgen.h \ 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 \ @@ -1808,6 +1780,8 @@ DEPTC_mips_coff = \ $(INCDIR)/opcode/mips.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mips.h \ dw2gencfi.h \ @@ -1975,6 +1949,8 @@ DEPTC_or32_coff = \ $(INCDIR)/opcode/or32.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-or32.h DEPTC_or32_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -2033,6 +2009,8 @@ DEPTC_ppc_coff = \ $(INCDIR)/opcode/ppc.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-ppc.h \ dw2gencfi.h \ subsegs.h @@ -2103,6 +2081,8 @@ DEPTC_sh_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/../opcodes/sh-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sh.h \ dw2gencfi.h \ dwarf2dbg.h \ @@ -2174,6 +2154,8 @@ DEPTC_sparc_coff = \ $(INCDIR)/opcode/sparc.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sparc.h \ dw2gencfi.h \ subsegs.h @@ -2228,6 +2210,8 @@ DEPTC_tic30_coff = \ $(INCDIR)/opcode/tic30.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic30.h DEPTC_tic4x_coff = \ $(BFDDIR)/libcoff.h \ @@ -2240,6 +2224,8 @@ DEPTC_tic4x_coff = \ $(INCDIR)/opcode/tic4x.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic4x.h \ subsegs.h DEPTC_tic54x_coff = \ @@ -2253,6 +2239,8 @@ DEPTC_tic54x_coff = \ $(INCDIR)/opcode/tic54x.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic54x.h \ macro.h \ sb.h \ @@ -2368,6 +2356,8 @@ DEPTC_z80_coff = \ $(INCDIR)/obstack.h \ $(INCDIR)/safe-ctype.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z80.h \ subsegs.h DEPTC_z8k_coff = \ @@ -2380,6 +2370,8 @@ DEPTC_z8k_coff = \ $(INCDIR)/safe-ctype.h \ $(srcdir)/../opcodes/z8k-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z8k.h DEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \ $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h \ @@ -2459,6 +2451,8 @@ DEPOBJ_arm_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-arm.h \ subsegs.h DEPOBJ_arm_elf = \ @@ -2643,6 +2637,8 @@ DEPOBJ_h8300_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-h8300.h \ subsegs.h DEPOBJ_h8300_elf = \ @@ -2717,6 +2713,8 @@ DEPOBJ_i386_coff = \ $(INCDIR)/opcode/i386.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i386.h \ subsegs.h DEPOBJ_i386_elf = \ @@ -2768,6 +2766,8 @@ DEPOBJ_i960_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i960.h \ subsegs.h DEPOBJ_i960_elf = \ @@ -2895,6 +2895,8 @@ DEPOBJ_m68k_coff = \ $(INCDIR)/coff/m68k.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-m68k.h \ subsegs.h DEPOBJ_m68k_elf = \ @@ -2921,6 +2923,8 @@ DEPOBJ_maxq_coff = \ $(INCDIR)/coff/maxq.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-maxq.h \ subsegs.h DEPOBJ_mcore_coff = \ @@ -2932,6 +2936,8 @@ DEPOBJ_mcore_coff = \ $(INCDIR)/coff/mcore.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mcore.h \ subsegs.h DEPOBJ_mcore_elf = \ @@ -2975,6 +2981,8 @@ DEPOBJ_mips_coff = \ $(INCDIR)/coff/mipspe.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mips.h \ subsegs.h DEPOBJ_mips_ecoff = \ @@ -3114,6 +3122,8 @@ DEPOBJ_or32_coff = \ $(INCDIR)/coff/or32.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-or32.h \ subsegs.h DEPOBJ_or32_elf = \ @@ -3178,6 +3188,8 @@ DEPOBJ_ppc_coff = \ $(INCDIR)/obstack.h \ $(INCDIR)/opcode/ppc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-ppc.h \ subsegs.h DEPOBJ_ppc_elf = \ @@ -3237,6 +3249,8 @@ DEPOBJ_sh_coff = \ $(INCDIR)/coff/sh.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sh.h \ subsegs.h DEPOBJ_sh_elf = \ @@ -3290,6 +3304,8 @@ DEPOBJ_sparc_coff = \ $(INCDIR)/coff/sparc.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sparc.h \ subsegs.h DEPOBJ_sparc_elf = \ @@ -3341,6 +3357,8 @@ DEPOBJ_tic30_coff = \ $(INCDIR)/coff/tic30.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic30.h \ subsegs.h DEPOBJ_tic4x_coff = \ @@ -3352,6 +3370,8 @@ DEPOBJ_tic4x_coff = \ $(INCDIR)/coff/tic4x.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic4x.h \ subsegs.h DEPOBJ_tic54x_coff = \ @@ -3363,6 +3383,8 @@ DEPOBJ_tic54x_coff = \ $(INCDIR)/coff/tic54x.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic54x.h \ subsegs.h DEPOBJ_v850_elf = \ @@ -3461,6 +3483,8 @@ DEPOBJ_z80_coff = \ $(INCDIR)/coff/z80.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z80.h \ subsegs.h DEPOBJ_z8k_coff = \ @@ -3472,6 +3496,8 @@ DEPOBJ_z8k_coff = \ $(INCDIR)/coff/z8k.h \ $(INCDIR)/obstack.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z8k.h \ subsegs.h DEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \ @@ -3501,6 +3527,8 @@ DEP_alpha_evax = \ $(INCDIR)/bfdlink.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-evax.h \ $(srcdir)/config/tc-alpha.h DEP_arc_elf = \ @@ -3513,6 +3541,8 @@ DEP_arc_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-arc.h \ dwarf2dbg.h @@ -3528,6 +3558,8 @@ DEP_arm_coff = \ $(INCDIR)/coff/external.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-arm.h DEP_arm_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -3547,6 +3579,8 @@ DEP_avr_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-avr.h \ dwarf2dbg.h @@ -3560,6 +3594,8 @@ DEP_bfin_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-bfin.h \ dwarf2dbg.h @@ -3573,6 +3609,8 @@ DEP_cr16_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-cr16.h \ dwarf2dbg.h @@ -3591,6 +3629,8 @@ DEP_cris_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-cris.h \ dwarf2dbg.h @@ -3604,6 +3644,8 @@ DEP_crx_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-crx.h \ dwarf2dbg.h @@ -3633,6 +3675,8 @@ DEP_dlx_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-dlx.h \ dwarf2dbg.h @@ -3646,6 +3690,8 @@ DEP_fr30_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-fr30.h \ dwarf2dbg.h @@ -3664,6 +3710,8 @@ DEP_h8300_coff = \ $(INCDIR)/coff/h8300.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-h8300.h DEP_h8300_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -3677,6 +3725,8 @@ DEP_h8300_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-h8300.h \ dwarf2dbg.h @@ -3702,6 +3752,8 @@ DEP_i370_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i370.h \ dwarf2dbg.h @@ -3721,6 +3773,8 @@ DEP_i386_coff = \ $(INCDIR)/opcode/i386.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i386.h DEP_i386_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -3736,6 +3790,8 @@ DEP_i386_elf = \ $(INCDIR)/opcode/i386.h \ $(srcdir)/../opcodes/i386-opc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i386.h \ dwarf2dbg.h @@ -3754,6 +3810,8 @@ DEP_i860_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i860.h \ dwarf2dbg.h @@ -3763,6 +3821,8 @@ DEP_i960_coff = \ $(INCDIR)/coff/i960.h \ $(INCDIR)/coff/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-i960.h DEP_i960_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -3775,6 +3835,8 @@ DEP_i960_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-i960.h \ dwarf2dbg.h @@ -3799,6 +3861,8 @@ DEP_ip2k_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-ip2k.h \ dwarf2dbg.h @@ -3812,6 +3876,8 @@ DEP_lm32_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-lm32.h \ dwarf2dbg.h @@ -3825,6 +3891,8 @@ DEP_m32c_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-m32c.h \ dwarf2dbg.h @@ -3838,6 +3906,8 @@ DEP_m32r_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-m32r.h \ dwarf2dbg.h @@ -3853,6 +3923,8 @@ DEP_m68hc11_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-m68hc11.h \ dwarf2dbg.h @@ -3868,6 +3940,8 @@ DEP_m68k_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/m68k.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-m68k.h DEP_m68k_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -3884,6 +3958,8 @@ DEP_maxq_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/maxq.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-maxq.h DEP_mcore_coff = \ $(BFDDIR)/libcoff.h \ @@ -3892,6 +3968,8 @@ DEP_mcore_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/mcore.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mcore.h DEP_mcore_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -3905,6 +3983,8 @@ DEP_mcore_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mcore.h \ dwarf2dbg.h @@ -3918,9 +3998,19 @@ DEP_mep_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(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 \ @@ -3928,6 +4018,8 @@ DEP_mips_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/mipspe.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-mips.h DEP_mips_ecoff = \ $(INCDIR)/coff/ecoff.h \ @@ -3953,6 +4045,8 @@ DEP_mmix_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mmix.h \ dwarf2dbg.h @@ -3966,6 +4060,8 @@ DEP_mn10200_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mn10200.h \ dwarf2dbg.h @@ -3979,6 +4075,8 @@ DEP_mn10300_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mn10300.h \ dwarf2dbg.h @@ -3992,6 +4090,8 @@ DEP_msp430_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-msp430.h \ dwarf2dbg.h @@ -4005,6 +4105,8 @@ DEP_mt_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-mt.h \ dwarf2dbg.h @@ -4023,6 +4125,8 @@ DEP_openrisc_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-openrisc.h \ dwarf2dbg.h @@ -4032,6 +4136,8 @@ DEP_or32_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/or32.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-or32.h DEP_or32_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -4044,6 +4150,8 @@ DEP_or32_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-or32.h \ dwarf2dbg.h @@ -4062,6 +4170,8 @@ DEP_pdp11_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-pdp11.h \ dwarf2dbg.h @@ -4075,6 +4185,8 @@ DEP_pj_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-pj.h \ dwarf2dbg.h @@ -4085,6 +4197,8 @@ DEP_ppc_coff = \ $(INCDIR)/coff/rs6000.h \ $(INCDIR)/opcode/ppc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-ppc.h DEP_ppc_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -4098,6 +4212,8 @@ DEP_ppc_elf = \ $(INCDIR)/elf/internal.h \ $(INCDIR)/opcode/ppc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-ppc.h \ dwarf2dbg.h @@ -4111,6 +4227,8 @@ DEP_s390_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-s390.h \ dwarf2dbg.h @@ -4124,6 +4242,8 @@ DEP_score_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-score.h \ dwarf2dbg.h @@ -4134,6 +4254,8 @@ DEP_sh_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/sh.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sh.h DEP_sh_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -4167,6 +4289,8 @@ DEP_sparc_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/sparc.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-sparc.h DEP_sparc_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -4180,6 +4304,8 @@ DEP_sparc_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-sparc.h \ dwarf2dbg.h @@ -4195,6 +4321,8 @@ DEP_spu_elf = \ $(INCDIR)/opcode/spu-insns.h \ $(INCDIR)/opcode/spu.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-spu.h \ dwarf2dbg.h @@ -4210,6 +4338,8 @@ DEP_tic30_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/tic30.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic30.h DEP_tic4x_coff = \ $(BFDDIR)/libcoff.h \ @@ -4218,6 +4348,8 @@ DEP_tic4x_coff = \ $(INCDIR)/coff/ti.h \ $(INCDIR)/coff/tic4x.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic4x.h DEP_tic54x_coff = \ $(BFDDIR)/libcoff.h \ @@ -4226,6 +4358,8 @@ DEP_tic54x_coff = \ $(INCDIR)/coff/ti.h \ $(INCDIR)/coff/tic54x.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-tic54x.h DEP_v850_elf = \ $(BFDDIR)/elf-bfd.h \ @@ -4239,6 +4373,8 @@ DEP_v850_elf = \ $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/elf/v850.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-v850.h \ dwarf2dbg.h @@ -4257,6 +4393,8 @@ DEP_vax_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-vax.h \ dwarf2dbg.h @@ -4270,6 +4408,8 @@ DEP_xc16x_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-xc16x.h \ dwarf2dbg.h @@ -4283,6 +4423,8 @@ DEP_xstormy16_elf = \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/obj-elf.h \ $(srcdir)/config/tc-xstormy16.h \ dwarf2dbg.h @@ -4303,6 +4445,8 @@ DEP_z80_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/z80.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z80.h DEP_z8k_coff = \ $(BFDDIR)/libcoff.h \ @@ -4311,6 +4455,8 @@ DEP_z8k_coff = \ $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/z8k.h \ $(srcdir)/config/obj-coff.h \ + $(srcdir)/config/obj-coff-seh.h \ + $(srcdir)/config/obj-coff-seh.c \ $(srcdir)/config/tc-z8k.h DEP_hppa_som = $(BFDDIR)/som.h DEP_i386_multi = $(DEP_i386_aout) $(DEP_i386_coff) $(DEP_i386_elf)