From a5c7551fbec299a0bafd32f0d1ba056703fd52dd Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 22 Aug 2009 18:30:27 +0000 Subject: [PATCH] dependency tracking in gas gas/: * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8 cygnus, add 1.11, foreign and no-dist. (all): Remove now-unneeded dependency upon info. (DIST_SUBDIRS, MKDEP, DEP_INCLUDES, DEP_FLAGS, CLEANFILES) (DEP_FILE_DEPS): Remove variables. (OBJ_FORMAT_CFILES): Add config/obj-multi.c. (OBJ_FORMAT_HFILES): Add config/obj-multi.h. ($(OBJS), ecoff.o): Remove now-unneeded manual dependencies. ($(TARG_CPU_O), $(ATOF_TARG_O), obj-aout.o, obj-coff.o obj-ecoff.o) (obj-elf.o obj-evax.o, obj-fdpicelf.o, obj-multi.o, obj-som.o) (e-mipself.o, e-mipsecoff.o, e-i386aout.o, e-i386coff.o, e-i386elf.o) (e-crisaout.o, e-criself.o, tc-i386.o, xtensa-relax.o): Remove now-unneeded rules. (EXTRA_as_new_SOURCES): Add $(CFILES), $(HFILES), $(TARGET_CPU_CFILES), $(TARGET_CPU_HFILES), $(OBJ_FORMAT_CFILES), $(OBJ_FORMAT_HFILES), $(CONFIG_ATOF_CFILES), $(MULTI_CFILES), so their dependency fragments are picked up in the Makefile. (itbl-lex.c, itbl-ops.o): Remove manual dependencies. (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o) (itbl-test.o): Rewrite using automake-style dependency tracking rules; only list the dependency upon the primary source file, but no included headers. (DEP, DEP1, DEPTC, DEPOBJ, DEP2, dep.sed, dep, dep-in, dep-am): Remove. (mkdep section): Remove. * Makefile.in: Regenerate. * gas/po/POTFILES.in, gas/po/gas.pot: Regenerate. --- gas/ChangeLog | 28 + gas/Makefile.am | 4013 +---------------------------- gas/Makefile.in | 5467 ++++++++++----------------------------- gas/po/POTFILES.in | 6 + gas/po/gas.pot | 6083 ++++++++++++++++++++++++++------------------ 5 files changed, 4994 insertions(+), 10603 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index b5e3ff5571..35820b0bab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,33 @@ 2009-08-22 Ralf Wildenhues + * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8 cygnus, add 1.11, + foreign and no-dist. + (all): Remove now-unneeded dependency upon info. + (DIST_SUBDIRS, MKDEP, DEP_INCLUDES, DEP_FLAGS, CLEANFILES) + (DEP_FILE_DEPS): Remove variables. + (OBJ_FORMAT_CFILES): Add config/obj-multi.c. + (OBJ_FORMAT_HFILES): Add config/obj-multi.h. + ($(OBJS), ecoff.o): Remove now-unneeded manual dependencies. + ($(TARG_CPU_O), $(ATOF_TARG_O), obj-aout.o, obj-coff.o obj-ecoff.o) + (obj-elf.o obj-evax.o, obj-fdpicelf.o, obj-multi.o, obj-som.o) + (e-mipself.o, e-mipsecoff.o, e-i386aout.o, e-i386coff.o, e-i386elf.o) + (e-crisaout.o, e-criself.o, tc-i386.o, xtensa-relax.o): Remove + now-unneeded rules. + (EXTRA_as_new_SOURCES): Add $(CFILES), $(HFILES), $(TARGET_CPU_CFILES), + $(TARGET_CPU_HFILES), $(OBJ_FORMAT_CFILES), $(OBJ_FORMAT_HFILES), + $(CONFIG_ATOF_CFILES), $(MULTI_CFILES), so their dependency fragments + are picked up in the Makefile. + (itbl-lex.c, itbl-ops.o): Remove manual dependencies. + (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o) + (itbl-test.o): Rewrite using automake-style dependency + tracking rules; only list the dependency upon the primary source + file, but no included headers. + (DEP, DEP1, DEPTC, DEPOBJ, DEP2, dep.sed, dep, dep-in, dep-am): + Remove. + (mkdep section): Remove. + * Makefile.in: Regenerate. + * gas/po/POTFILES.in, gas/po/gas.pot: Regenerate. + * Makefile.am (install-pdf, install-pdf-recursive, install-html) (install-html-recursive): Remove. * Makefile.in: Regenerate. diff --git a/gas/Makefile.am b/gas/Makefile.am index a7f547cf43..177e7f32fb 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -1,12 +1,9 @@ ## Process this file with automake to generate Makefile.in -AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu +AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = doc po -# Automake should figure this out on its own. It doesn't, because -# of the "cygnus" option. But distclean still wants it. -DIST_SUBDIRS = $(SUBDIRS) tooldir = $(exec_prefix)/$(target_alias) @@ -21,8 +18,6 @@ WARN_CFLAGS = @WARN_CFLAGS@ NO_WERROR = @NO_WERROR@ AM_CFLAGS = $(WARN_CFLAGS) -MKDEP = gcc -MM - TARG_CPU = @target_cpu_type@ TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c TARG_CPU_O = tc-@target_cpu_type@.o @@ -377,6 +372,7 @@ OBJ_FORMAT_CFILES = \ config/obj-evax.c \ config/obj-fdpicelf.c \ config/obj-macho.c \ + config/obj-multi.c \ config/obj-som.c OBJ_FORMAT_HFILES = \ @@ -387,6 +383,7 @@ OBJ_FORMAT_HFILES = \ config/obj-evax.h \ config/obj-fdpicelf.h \ config/obj-macho.h \ + config/obj-multi.h \ config/obj-som.h # Emulation header files in config @@ -499,7 +496,6 @@ EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \ bfin-parse.c bfin-parse.h bfin-lex.c diststuff: $(EXTRA_DIST) info -all: info DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h @@ -518,18 +514,6 @@ INCLUDES = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \ -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ \ -DLOCALEDIR="\"$(datadir)/locale\"" -# This should be parallel to INCLUDES, but should replace $(srcdir) -# with $${srcdir}, and should work in a subdirectory. This is used -# when building dependencies, because the dependency building is done -# in a subdirectory. -DEP_INCLUDES = -I.. -I$${srcdir} -I../../bfd \ - -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. \ - -I$${srcdir}/../bfd @INCINTL@ \ - -DLOCALEDIR="\"$(datadir)/locale\"" - -DEP_FLAGS = -DOBJ_MAYBE_ELF \ - -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) - # How to link with both our special library facilities # and the system's installed libraries. @@ -543,15 +527,9 @@ as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ $(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM) as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ $(extra_objects) $(GASLIBS) $(LIBINTL_DEP) - -# Stuff that every object file depends upon. If anything is removed -# from this list, remove it from dep-in.sed as well. -$(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h \ - $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \ - $(INCDIR)/fopen-same.h $(INCDIR)/fopen-bin.h $(INCDIR)/fopen-vms.h \ - $(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \ - as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \ - frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h +EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ + $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) \ + $(CONFIG_ATOF_CFILES) $(MULTI_CFILES) EXPECT = expect RUNTEST = runtest @@ -576,64 +554,9 @@ check-DEJAGNU: site.exp else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi -# The implicit .c.o rule doesn't work for these, perhaps because of -# the variables, or perhaps because the sources are not on vpath. -$(TARG_CPU_O): $(TARG_CPU_C) - $(COMPILE) -c $(TARG_CPU_C) -$(ATOF_TARG_O): $(ATOF_TARG_C) - $(COMPILE) -c $(ATOF_TARG_C) - -# ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined, -# so the automatic dependency stuff doesn't work. -ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ - $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \ - $(INCDIR)/aout/stab_gnu.h - -# We need all these explicit rules for the multi stuff. Because of -# these rules, we don't need one for OBJ_FORMAT_O. - -obj-aout.o : $(srcdir)/config/obj-aout.c $(DEP_@target_cpu_type@_aout) - $(COMPILE) -c $(srcdir)/config/obj-aout.c -obj-coff.o: $(srcdir)/config/obj-coff.c $(DEP_@target_cpu_type@_coff) - $(COMPILE) -c $(srcdir)/config/obj-coff.c -obj-ecoff.o : $(srcdir)/config/obj-ecoff.c $(DEP_@target_cpu_type@_ecoff) - $(COMPILE) -c $(srcdir)/config/obj-ecoff.c -obj-elf.o : $(srcdir)/config/obj-elf.c $(DEP_@target_cpu_type@_elf) - $(COMPILE) -c $(srcdir)/config/obj-elf.c -obj-evax.o : $(srcdir)/config/obj-evax.c - $(COMPILE) -c $(srcdir)/config/obj-evax.c -obj-fdpicelf.o : $(srcdir)/config/obj-fdpicelf.c - $(COMPILE) -c $(srcdir)/config/obj-fdpicelf.c -obj-macho.o : $(srcdir)/config/obj-macho.c - $(COMPILE) -c $(srcdir)/config/obj-macho.c -obj-multi.o : $(srcdir)/config/obj-multi.c - $(COMPILE) -c $(srcdir)/config/obj-multi.c -obj-som.o : $(srcdir)/config/obj-som.c - $(COMPILE) -c $(srcdir)/config/obj-som.c - -e-mipself.o : $(srcdir)/config/e-mipself.c - $(COMPILE) -c $(srcdir)/config/e-mipself.c -e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c - $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c -e-i386aout.o: $(srcdir)/config/e-i386aout.c - $(COMPILE) -c $(srcdir)/config/e-i386aout.c -e-i386coff.o: $(srcdir)/config/e-i386coff.c - $(COMPILE) -c $(srcdir)/config/e-i386coff.c -e-i386elf.o: $(srcdir)/config/e-i386elf.c - $(COMPILE) -c $(srcdir)/config/e-i386elf.c -e-crisaout.o: $(srcdir)/config/e-crisaout.c - $(COMPILE) -c $(srcdir)/config/e-crisaout.c -e-criself.o: $(srcdir)/config/e-criself.c - $(COMPILE) -c $(srcdir)/config/e-criself.c - -tc-i386.o: $(srcdir)/config/tc-i386-intel.c - -xtensa-relax.o: $(srcdir)/config/xtensa-relax.c - $(COMPILE) -c $(srcdir)/config/xtensa-relax.c - # The m68k operand parser. -EXTRA_as_new_SOURCES = config/m68k-parse.y config/bfin-parse.y +EXTRA_as_new_SOURCES += config/m68k-parse.y config/bfin-parse.y # If m68k-parse.y is in a different directory, then ylwrap will use an # absolute path when it invokes yacc, which will cause yacc to put the @@ -659,8 +582,17 @@ m68k-parse.c: $(srcdir)/config/m68k-parse.y else true; fi # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. -m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h - $(COMPILE) -c $< $(NO_WERROR) +m68k-parse.o: m68k-parse.c +if am__fastdepCC + $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ m68k-parse.c $(NO_WERROR) + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +else +if AMDEP + source='m68k-parse.c' object='$@' libtool=no @AMDEPBACKSLASH@ + DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +endif + $(COMPILE) -c m68k-parse.c $(NO_WERROR) +endif # Don't let the .y.h rule clobber m68k-parse.h. m68k-parse.h: ; @true @@ -677,24 +609,47 @@ $(srcdir)/config/bfin-defs.h: ; @true bfin-lex.c: $(srcdir)/config/bfin-lex.l $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE) -bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h - $(COMPILE) -c $< $(NO_WERROR) +bfin-lex.o: bfin-lex.c +if am__fastdepCC + $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ bfin-lex.c $(NO_WERROR) + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +else +if AMDEP + source='bfin-lex.c' object='$@' libtool=no @AMDEPBACKSLASH@ + DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +endif + $(COMPILE) -c bfin-lex.c $(NO_WERROR) +endif # The instruction table specification lexical analyzer and parser. -itbl-lex.c: $(srcdir)/itbl-lex.l - # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. -itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h - $(COMPILE) -c $< $(NO_WERROR) +itbl-lex.o: itbl-lex.c +if am__fastdepCC + $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ itbl-lex.c $(NO_WERROR) + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +else +if AMDEP + source='itbl-lex.c' object='$@' libtool=no @AMDEPBACKSLASH@ + DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +endif + $(COMPILE) -c itbl-lex.c $(NO_WERROR) +endif # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. -itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h - $(COMPILE) -c $< $(NO_WERROR) - -itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h +itbl-parse.o: itbl-parse.c +if am__fastdepCC + $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ itbl-parse.c $(NO_WERROR) + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +else +if AMDEP + source='itbl-parse.c' object='$@' libtool=no @AMDEPBACKSLASH@ + DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +endif + $(COMPILE) -c itbl-parse.c $(NO_WERROR) +endif itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d @@ -705,11 +660,29 @@ EXTRA_PROGRAMS = itbl-test itbl_test_SOURCES = itbl-parse.y itbl-lex.l itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@ -itbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h - $(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c - -itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h +itbl-tops.o: itbl-ops.c +if am__fastdepCC + $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +else +if AMDEP + source='itbl-ops.c' object='$@' libtool=no @AMDEPBACKSLASH@ + DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +endif + $(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c +endif + +itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c +if am__fastdepCC + $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c + mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +else +if AMDEP + source='itbl-test.c' object='$@' libtool=no @AMDEPBACKSLASH@ + DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +endif $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c +endif # CGEN interface. @@ -726,8 +699,6 @@ MOSTLYCLEANFILES = $(STAGESTUFF) core \ testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \ testsuite/site.exp site.bak site.exp stage stage1 stage2 -CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR - .PHONY: install-exec-local install-data-local .PHONY: install-exec-bindir install-exec-tooldir @@ -830,3842 +801,4 @@ de-stage3: - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) - rmdir stage3 -DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ - $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) - CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt - -# Automatic dependency computation. This is a real pain, because the -# dependencies change based on target_cpu_type and obj_format. -# Just to make things even more complicated, automake separates the -# dependency variable assignments from the dependency rules, and tacks -# on a .NOEXPORT at the end of Makefile.in. - -DEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2 - rm -f DEP1 # delete because we use $? in DEP1 rule - srcdir=`cd $(srcdir); pwd`; \ - $(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1 - rm -rf DEPDIR - echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA - cat < DEPTC >> DEPA - cat < DEPOBJ >> DEPA - cat < DEP2 >> DEPA - echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA - echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA - cat < DEP1 >> DEPA - echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA - echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA - echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA - echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA - if grep ' /' DEPA > /dev/null 2> /dev/null; then \ - echo 'make DEP failed!'; exit 1; \ - else \ - mv -f DEPA $@; \ - fi - -DEP1: $(CFILES) $(MULTI_CFILES) - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - echo '' > targ-cpu.h; \ - echo '' > obj-format.h; \ - echo '' > targ-env.h; \ - echo '' > itbl-cpu.h; \ - echo '' > itbl-parse.h; \ - rm -f DEP2; \ - for f in $?; do \ - $(MKDEP) $(DEP_FLAGS) $$f > DEP; \ - sed -n -e '1s/: .*/: \\/p' -e q < DEP >> DEP2; \ - sed -e '1s/.*://' -f ../dep.sed < DEP | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \ - done - mv -f DEPDIR/DEP2 $@ - -# Work out the special dependencies for the tc-*.c files. -DEPTC: $(TARGET_CPU_CFILES) - rm -f DEPTCA - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - for c in $(CPU_TYPES); do \ - for o in $(OBJ_FORMATS); do \ - $(CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ - echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ - echo '#include "te-generic.h"' > targ-env.h; \ - echo '' > itbl-cpu.h; \ - echo '' > itbl-parse.h; \ - if [ -f $${srcdir}/opcodes/$${c}-desc.h ]; then \ - echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \ - else \ - echo '' > cgen-desc.h; \ - fi ;\ - rm -f dumtc.c; \ - cp $${srcdir}/config/tc-$${c}.c dumtc.c; \ - echo "DEPTC_$${c}_$${o} = \\" >> ../DEPTCA; \ - $(MKDEP) $(DEP_FLAGS) dumtc.c | \ - sed -e '1s/dumtc.o: //' -f ../dep.sed | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e '/^A/d' -e 's/^B/ /' -e '$$s/ \\$$//' >> ../DEPTCA; \ - rm -f dumtc.c; \ - else true; fi; \ - done; \ - done - echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA - echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA - echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA - for c in $(MULTI_CPU_TYPES); do \ - x="DEPTC_$${c}_multi ="; \ - for o in $(OBJ_FORMATS); do \ - $(MULTI_CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - x="$$x"' $$(DEPTC_'"$${c}_$${o}"')'; \ - else true; fi; \ - done; \ - echo "$$x" >> DEPTCA; \ - done - mv -f DEPTCA DEPTC - -# Work out the special dependencies for the obj-*.c files. -DEPOBJ: $(OBJ_FORMAT_CFILES) - rm -f DEPOBJA - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - for c in $(CPU_TYPES); do \ - for o in $(OBJ_FORMATS); do \ - $(CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ - echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ - echo '#include "te-generic.h"' > targ-env.h; \ - echo '' > itbl-cpu.h; \ - echo '' > itbl-parse.h; \ - rm -f dumobj.c; \ - cp $${srcdir}/config/obj-$${o}.c dumobj.c; \ - echo "DEPOBJ_$${c}_$${o} = \\" >> ../DEPOBJA; \ - $(MKDEP) $(DEP_FLAGS) dumobj.c | \ - sed -e "s/dumobj.o: //" -f ../dep.sed | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e '/^A/d' -e 's/^B/ /' -e '$$s/ \\$$//' >> ../DEPOBJA; \ - rm -f dumobj.c; \ - else true; fi; \ - done; \ - done - echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA - echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA - echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA - echo ' $$(INCDIR)/aout/stab.def' >> DEPOBJA - for c in $(MULTI_CPU_TYPES); do \ - x="DEPOBJ_$${c}_multi ="; \ - for o in $(OBJ_FORMATS); do \ - $(MULTI_CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - x="$$x"' $$(DEPOBJ_'"$${c}_$${o}"')'; \ - else true; fi; \ - done; \ - echo "$$x" >> DEPOBJA; \ - done - mv -f DEPOBJA DEPOBJ - -# Work out the dependencies for each CPU/OBJ combination. -# Note that SOM is a special case, because it only works native. -DEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES) - rm -f DEP2A - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - for c in $(CPU_TYPES); do \ - for o in $(OBJ_FORMATS); do \ - $(CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ - echo '#include "obj-'"$${o}"'.h"' > dummy.c; \ - echo "DEP_$${c}_$${o} = \\" >> ../DEP2A; \ - $(MKDEP) $(DEP_FLAGS) dummy.c | \ - sed -e "s/dummy.o: //" -f ../dep.sed | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e '/^A/d' -e 's/^B/ /' -e '$$s/ \\$$//' >> ../DEP2A; \ - else true; fi; \ - done; \ - done - echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A - for c in $(MULTI_CPU_TYPES); do \ - x="DEP_$${c}_multi ="; \ - for o in $(OBJ_FORMATS); do \ - $(MULTI_CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - x="$$x"' $$(DEP_'"$${c}_$${o}"')'; \ - else true; fi; \ - done; \ - echo "$$x" >> DEP2A; \ - done - mv -f DEP2A DEP2 - -dep.sed: dep-in.sed config.status - srcdir=`cd $(srcdir); pwd`; \ - sed <$(srcdir)/dep-in.sed >dep.sed \ - -e "s!@INCDIR@!$${srcdir}/../include!" \ - -e "s!@BFDDIR@!$${srcdir}/../bfd!" \ - -e "s!@SRCDIR@!$${srcdir}!" \ - -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!' - -dep: DEP - sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ - < Makefile > tmp-Makefile - cat DEP >> tmp-Makefile - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile - -dep-in: DEP - sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ - < $(srcdir)/Makefile.in > tmp-Makefile.in - cat DEP >> tmp-Makefile.in - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in - -dep-am: DEP - sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ - < $(srcdir)/Makefile.am > tmp-Makefile.am - cat DEP >> tmp-Makefile.am - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am - -# HEED THE MKDEP WARNINGS. -# ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY. -.PHONY: dep dep-in dep-am - -AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. -DEPTC_alpha_ecoff = \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/alpha.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/atof-vax.c \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-alpha.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h -DEPTC_alpha_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/alpha.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/alpha.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/atof-vax.c \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-alpha.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h -DEPTC_alpha_evax = \ - $(BFDDIR)/vms.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/alpha.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/atof-vax.c \ - $(srcdir)/config/obj-evax.h \ - $(srcdir)/config/tc-alpha.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h -DEPTC_arc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/arc.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/arc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/arc-ext.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPTC_arm_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/arm.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-arm.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_arm_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/arm.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 -DEPTC_arm_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/arm.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/arm.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arm.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_avr_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/avr.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-avr.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_bfin_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/bfin.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/bfin.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/bfin-aux.h \ - $(srcdir)/config/bfin-defs.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-bfin.h \ - dwarf2dbg.h \ - struc-symbol.h -DEPTC_cr16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/cr16.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/cr16.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cr16.h \ - dwarf2dbg.h -DEPTC_cris_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cris.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-cris.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_cris_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cris.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cris.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_crx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/crx.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/crx.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-crx.h \ - dwarf2dbg.h -DEPTC_d10v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/d10v.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d10v.h \ - subsegs.h -DEPTC_d30v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/d30v.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d30v.h \ - subsegs.h -DEPTC_dlx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/opcode/dlx.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-dlx.h \ - dwarf2dbg.h -DEPTC_fr30_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/fr30-desc.h \ - $(srcdir)/../opcodes/fr30-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-fr30.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_frv_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/frv.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/frv-desc.h \ - $(srcdir)/../opcodes/frv-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-frv.h \ - cgen.h \ - subsegs.h -DEPTC_h8300_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/h8300.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 -DEPTC_h8300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/h8.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/h8300.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-h8300.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_hppa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-hppa.h \ - $(BFDDIR)/libhppa.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/hppa.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/hppa.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-hppa.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_i370_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/i370.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i370.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i370.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPTC_i386_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-init.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-i386-intel.c \ - $(srcdir)/config/tc-i386.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_i386_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(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 \ - dwarf2dbg.h \ - subsegs.h -DEPTC_i386_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-init.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i386-intel.c \ - $(srcdir)/config/tc-i386.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_i386_macho = \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-init.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-macho.h \ - $(srcdir)/config/tc-i386-intel.c \ - $(srcdir)/config/tc-i386.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_i860_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/i860.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i860.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i860.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_i960_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/i960.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i960.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i960.h \ - dwarf2dbg.h -DEPTC_ia64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/ia64.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ia64.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ia64.h \ - ../bfd/bfdver.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_ip2k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ip2k.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/ip2k-desc.h \ - $(srcdir)/../opcodes/ip2k-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ip2k.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_lm32_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/lm32.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/lm32-desc.h \ - $(srcdir)/../opcodes/lm32-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-lm32.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_m32c_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m32c.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/cgen-ops.h \ - $(srcdir)/../opcodes/cgen-types.h \ - $(srcdir)/../opcodes/m32c-desc.h \ - $(srcdir)/../opcodes/m32c-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32c.h \ - ../bfd/bfd_stdint.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_m32r_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m32r.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/m32r-desc.h \ - $(srcdir)/../opcodes/m32r-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32r.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_m68hc11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m68hc11.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68hc11.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68hc11.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_m68k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68k.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/m68k-parse.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-m68k.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_m68k_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68k.h \ - $(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 \ - subsegs.h -DEPTC_m68k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m68k.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68k.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/m68k-parse.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68k.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_maxq_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/maxq.h \ - $(INCDIR)/obstack.h \ - $(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 -DEPTC_mcore_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mcore.h \ - $(INCDIR)/obstack.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mcore.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/mcore-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mcore.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_mep_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mep.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/xregex.h \ - $(INCDIR)/xregex2.h \ - $(srcdir)/../opcodes/mep-desc.h \ - $(srcdir)/../opcodes/mep-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mep.h \ - 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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mipspe.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(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 \ - dwarf2dbg.h \ - ecoff.h \ - itbl-ops.h \ - subsegs.h -DEPTC_mips_ecoff = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mips.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - itbl-ops.h \ - subsegs.h -DEPTC_mips_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mips.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - itbl-ops.h \ - subsegs.h -DEPTC_mmix_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mmix.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mmix.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mmix.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_mn10200_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mn10200.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10200.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_mn10300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mn10300.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10300.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_msp430_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/msp430.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-msp430.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_mt_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mt.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/mt-desc.h \ - $(srcdir)/../opcodes/mt-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mt.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_ns32k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ns32k.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-ns32k.h -DEPTC_openrisc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/openrisc-desc.h \ - $(srcdir)/../opcodes/openrisc-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-openrisc.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_or32_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/or32.h \ - $(INCDIR)/elf/or32.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/or32.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/or32.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-or32.h \ - dwarf2dbg.h -DEPTC_pdp11_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/opcode/pdp11.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-pdp11.h -DEPTC_pdp11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/opcode/pdp11.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pdp11.h \ - dwarf2dbg.h -DEPTC_pj_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/opcode/pj.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pj.h \ - dwarf2dbg.h -DEPTC_ppc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/rs6000.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(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 -DEPTC_ppc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ppc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ppc.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_s390_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/s390.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/s390.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-s390.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPTC_score_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/score.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/score-inst.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-score.h \ - $(srcdir)/config/tc-score7.c \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPTC_sh_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sh.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(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 \ - struc-symbol.h \ - subsegs.h -DEPTC_sh_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/sh-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPTC_sh64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-sh64.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/sh-opc.h \ - $(srcdir)/../opcodes/sh64-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.c \ - $(srcdir)/config/tc-sh.h \ - $(srcdir)/config/tc-sh64.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPTC_sparc_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/sparc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-sparc.h \ - dw2gencfi.h \ - subsegs.h -DEPTC_sparc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sparc.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(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 -DEPTC_sparc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sparc.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/sparc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sparc.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_spu_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/spu-insns.h \ - $(INCDIR)/opcode/spu.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-spu.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_tic30_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/opcode/tic30.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-tic30.h -DEPTC_tic30_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/tic30.h \ - $(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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(INCDIR)/coff/tic4x.h \ - $(INCDIR)/obstack.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(INCDIR)/coff/tic54x.h \ - $(INCDIR)/obstack.h \ - $(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 \ - struc-symbol.h \ - subsegs.h -DEPTC_v850_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/v850.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/v850.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-v850.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_vax_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/vax.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-vax.h \ - $(srcdir)/config/vax-inst.h \ - subsegs.h -DEPTC_vax_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/vax.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/vax.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-vax.h \ - $(srcdir)/config/vax-inst.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_xc16x_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/xc16x.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/xc16x-desc.h \ - $(srcdir)/../opcodes/xc16x-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xc16x.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_xstormy16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/xstormy16-desc.h \ - $(srcdir)/../opcodes/xstormy16-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xstormy16.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h -DEPTC_xtensa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(INCDIR)/xtensa-config.h \ - $(INCDIR)/xtensa-isa.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xtensa.h \ - $(srcdir)/config/xtensa-istack.h \ - $(srcdir)/config/xtensa-relax.h \ - dwarf2dbg.h \ - sb.h \ - struc-symbol.h \ - subsegs.h -DEPTC_z80_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/z80.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/z8k.h \ - $(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 \ - $(INCDIR)/opcode/hppa.h $(BFDDIR)/som.h -DEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) $(DEPTC_i386_elf) -DEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) $(DEPTC_mips_elf) -DEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf) -DEPOBJ_alpha_ecoff = \ - $(BFDDIR)/libcoff.h \ - $(BFDDIR)/libecoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-alpha.h \ - ecoff.h -DEPOBJ_alpha_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/elf/alpha.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-alpha.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_alpha_evax = \ - $(BFDDIR)/vms.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-evax.h \ - $(srcdir)/config/tc-alpha.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_arc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_arm_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-arm.h -DEPOBJ_arm_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/arm.h \ - $(INCDIR)/coff/external.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arm.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_avr_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-avr.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_bfin_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-bfin.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_cr16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cr16.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_cris_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-cris.h -DEPOBJ_cris_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cris.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_crx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-crx.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_d10v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d10v.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_d30v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d30v.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_dlx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-dlx.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_fr30_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-fr30.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_frv_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-frv.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_h8300_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/h8300.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-h8300.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_hppa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-hppa.h \ - $(BFDDIR)/libhppa.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/hppa.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-hppa.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_i370_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/i370.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i370.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_i386_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-i386.h -DEPOBJ_i386_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i386.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_i386_macho = \ - $(BFDDIR)/mach-o.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-macho.h \ - $(srcdir)/config/tc-i386.h -DEPOBJ_i860_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i860.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_i960_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/i960.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i960.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_ia64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/ia64.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ia64.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ia64.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_ip2k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ip2k.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_lm32_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-lm32.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_m32c_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32c.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_m32r_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32r.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_m68hc11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68hc11.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_m68k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-m68k.h -DEPOBJ_m68k_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68k.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_maxq_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mcore.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_mep_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mep.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mep.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_mips_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(BFDDIR)/libecoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-mips.h \ - ecoff.h -DEPOBJ_mips_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_mmix_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mmix.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_mn10200_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10200.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_mn10300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10300.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_msp430_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-msp430.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_mt_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mt.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_ns32k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-ns32k.h -DEPOBJ_openrisc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-openrisc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_or32_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-or32.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_pdp11_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-pdp11.h -DEPOBJ_pdp11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pdp11.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_pj_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pj.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_ppc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/rs6000.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ppc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ppc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_s390_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-s390.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_score_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-score.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_sh_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_sh64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-sh64.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - $(srcdir)/config/tc-sh64.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_sparc_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-sparc.h -DEPOBJ_sparc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sparc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_spu_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/spu-insns.h \ - $(INCDIR)/opcode/spu.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-spu.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_tic30_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-tic30.h -DEPOBJ_tic30_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/v850.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-v850.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_vax_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-vax.h -DEPOBJ_vax_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-vax.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_xc16x_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xc16x.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_xstormy16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xstormy16.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_xtensa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(INCDIR)/xtensa-config.h \ - $(INCDIR)/xtensa-isa.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xtensa.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -DEPOBJ_z80_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h \ - $(BFDDIR)/som.h $(INCDIR)/aout/stab_gnu.h \ - $(INCDIR)/aout/stab.def -DEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) $(DEPOBJ_i386_elf) -DEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) $(DEPOBJ_mips_elf) -DEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf) -DEP_alpha_ecoff = \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-alpha.h \ - ecoff.h -DEP_alpha_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-alpha.h -DEP_alpha_evax = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_arm_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-arm.h -DEP_arm_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/arm.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arm.h -DEP_avr_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_bfin_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_cr16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_cris_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-cris.h -DEP_cris_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_crx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_d10v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d10v.h -DEP_d30v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d30v.h -DEP_dlx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_fr30_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_frv_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-frv.h -DEP_h8300_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/h8300.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_hppa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-hppa.h \ - $(BFDDIR)/libhppa.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/hppa.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-hppa.h -DEP_i370_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_i386_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-i386.h -DEP_i386_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(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 -DEP_i386_macho = \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-macho.h \ - $(srcdir)/config/tc-i386.h -DEP_i860_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_i960_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/i960.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_ia64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/ia64.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/ia64.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ia64.h -DEP_ip2k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_lm32_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_m32c_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_m32r_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_m68hc11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_m68k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-m68k.h -DEP_m68k_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68k.h -DEP_maxq_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mcore.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_mep_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-mips.h \ - ecoff.h -DEP_mips_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h -DEP_mmix_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_mn10200_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_mn10300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_msp430_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_mt_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_ns32k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-ns32k.h -DEP_openrisc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_or32_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/or32.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_pdp11_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-pdp11.h -DEP_pdp11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_pj_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_ppc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/rs6000.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(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 -DEP_s390_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_score_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_sh_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h -DEP_sh64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-sh64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - $(srcdir)/config/tc-sh64.h -DEP_sparc_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-sparc.h -DEP_sparc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sparc.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_spu_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(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 -DEP_tic30_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-tic30.h -DEP_tic30_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(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 -DEP_vax_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-vax.h -DEP_vax_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_xc16x_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_xstormy16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 -DEP_xtensa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/xtensa-config.h \ - $(INCDIR)/xtensa-isa.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xtensa.h -DEP_z80_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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) -DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) $(DEP_mips_elf) -DEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf) -BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE. -#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. -app.o: \ - app.c \ - $(INCDIR)/alloca-conf.h -as.o: \ - as.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - ../bfd/bfdver.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - macro.h \ - output-file.h \ - sb.h \ - subsegs.h -atof-generic.o: \ - atof-generic.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/safe-ctype.h -cond.o: \ - cond.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - macro.h \ - sb.h -depend.o: \ - depend.c \ - $(INCDIR)/alloca-conf.h -dwarf2dbg.o: \ - dwarf2dbg.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - dwarf2dbg.h \ - subsegs.h -dw2gencfi.o: \ - dw2gencfi.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - dw2gencfi.h \ - subsegs.h -ecoff.o: \ - ecoff.c \ - $(INCDIR)/alloca-conf.h \ - ecoff.h -ehopt.o: \ - ehopt.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - struc-symbol.h \ - subsegs.h -expr.o: \ - expr.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h -flonum-copy.o: \ - flonum-copy.c \ - $(INCDIR)/alloca-conf.h -flonum-konst.o: \ - flonum-konst.c -flonum-mult.o: \ - flonum-mult.c -frags.o: \ - frags.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - subsegs.h -hash.o: \ - hash.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h -input-file.o: \ - input-file.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/safe-ctype.h \ - input-file.h -input-scrub.o: \ - input-scrub.c \ - $(INCDIR)/alloca-conf.h \ - input-file.h \ - sb.h -listing.o: \ - listing.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - ../bfd/bfdver.h \ - input-file.h \ - subsegs.h -literal.o: \ - literal.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - subsegs.h -macro.o: \ - macro.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/safe-ctype.h \ - macro.h \ - sb.h -messages.o: \ - messages.c \ - $(INCDIR)/alloca-conf.h -output-file.o: \ - output-file.c \ - $(INCDIR)/alloca-conf.h \ - output-file.h -read.o: \ - read.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - dw2gencfi.h \ - ecoff.h \ - macro.h \ - sb.h \ - subsegs.h -remap.o: \ - remap.c \ - $(INCDIR)/alloca-conf.h -sb.o: \ - sb.c \ - $(INCDIR)/alloca-conf.h \ - sb.h -stabs.o: \ - stabs.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/stab.def \ - $(INCDIR)/aout/stab_gnu.h \ - $(INCDIR)/obstack.h \ - ecoff.h \ - subsegs.h -subsegs.o: \ - subsegs.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - subsegs.h -symbols.o: \ - symbols.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - struc-symbol.h \ - subsegs.h -write.o: \ - write.c \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - dwarf2dbg.h \ - output-file.h \ - subsegs.h -itbl-ops.o: \ - itbl-ops.c \ - $(INCDIR)/alloca-conf.h \ - itbl-ops.h -cgen.o: \ - cgen.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - cgen-desc.h \ - cgen.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -e-crisaout.o: \ - $(srcdir)/config/e-crisaout.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-criself.o: \ - $(srcdir)/config/e-criself.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-i386aout.o: \ - $(srcdir)/config/e-i386aout.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-i386coff.o: \ - $(srcdir)/config/e-i386coff.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-i386elf.o: \ - $(srcdir)/config/e-i386elf.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-mipsecoff.o: \ - $(srcdir)/config/e-mipsecoff.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-mipself.o: \ - $(srcdir)/config/e-mipself.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -$(OBJS): $(DEP_@target_cpu_type@_@obj_format@) -$(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@) -$(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@) -#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE. diff --git a/gas/Makefile.in b/gas/Makefile.in index 30876f91f3..64cd83d74c 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -44,7 +44,8 @@ DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \ $(am__configure_deps) $(srcdir)/config.in \ $(srcdir)/../mkinstalldirs $(srcdir)/gdbinit.in \ $(srcdir)/gdbinit.in $(top_srcdir)/po/Make-in m68k-parse.c \ - bfin-parse.c itbl-parse.c itbl-lex.c $(srcdir)/../ylwrap + bfin-parse.c itbl-parse.c itbl-lex.c $(srcdir)/../depcomp \ + $(srcdir)/../ylwrap ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ $(top_srcdir)/../bfd/warning.m4 \ @@ -87,8 +88,9 @@ itbl_test_OBJECTS = $(am_itbl_test_OBJECTS) itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o $(am__DEPENDENCIES_2) SCRIPTS = $(noinst_SCRIPTS) DEFAULT_INCLUDES = -I.@am__isrc@ -depcomp = -am__depfiles_maybe = +depcomp = $(SHELL) $(top_srcdir)/../depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@ -124,6 +126,7 @@ ETAGS = etags CTAGS = ctags DEJATOOL = $(PACKAGE) RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir +DIST_SUBDIRS = $(SUBDIRS) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ AMTAR = @AMTAR@ @@ -276,15 +279,11 @@ te_file = @te_file@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu +AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = doc po -# Automake should figure this out on its own. It doesn't, because -# of the "cygnus" option. But distclean still wants it. -DIST_SUBDIRS = $(SUBDIRS) tooldir = $(exec_prefix)/$(target_alias) AM_CFLAGS = $(WARN_CFLAGS) -MKDEP = gcc -MM TARG_CPU = @target_cpu_type@ TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c TARG_CPU_O = tc-@target_cpu_type@.o @@ -636,6 +635,7 @@ OBJ_FORMAT_CFILES = \ config/obj-evax.c \ config/obj-fdpicelf.c \ config/obj-macho.c \ + config/obj-multi.c \ config/obj-som.c OBJ_FORMAT_HFILES = \ @@ -646,6 +646,7 @@ OBJ_FORMAT_HFILES = \ config/obj-evax.h \ config/obj-fdpicelf.h \ config/obj-macho.h \ + config/obj-multi.h \ config/obj-som.h @@ -766,19 +767,6 @@ INCLUDES = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \ -DLOCALEDIR="\"$(datadir)/locale\"" -# This should be parallel to INCLUDES, but should replace $(srcdir) -# with $${srcdir}, and should work in a subdirectory. This is used -# when building dependencies, because the dependency building is done -# in a subdirectory. -DEP_INCLUDES = -I.. -I$${srcdir} -I../../bfd \ - -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. \ - -I$${srcdir}/../bfd @INCINTL@ \ - -DLOCALEDIR="\"$(datadir)/locale\"" - -DEP_FLAGS = -DOBJ_MAYBE_ELF \ - -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) - - # How to link with both our special library facilities # and the system's installed libraries. GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a @@ -792,12 +780,15 @@ as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \ $(extra_objects) $(GASLIBS) $(LIBINTL_DEP) + +# The m68k operand parser. +EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ + $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) \ + $(CONFIG_ATOF_CFILES) $(MULTI_CFILES) config/m68k-parse.y \ + config/bfin-parse.y EXPECT = expect RUNTEST = runtest RUNTESTFLAGS = - -# The m68k operand parser. -EXTRA_as_new_SOURCES = config/m68k-parse.y config/bfin-parse.y itbl_test_SOURCES = itbl-parse.y itbl-lex.l itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@ @@ -809,3685 +800,8 @@ MOSTLYCLEANFILES = $(STAGESTUFF) core \ testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \ testsuite/site.exp site.bak site.exp stage stage1 stage2 -CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR against = stage2 -DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ - $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) - CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt -AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. -DEPTC_alpha_ecoff = \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/alpha.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/atof-vax.c \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-alpha.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_alpha_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/alpha.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/alpha.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/atof-vax.c \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-alpha.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_alpha_evax = \ - $(BFDDIR)/vms.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/alpha.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/atof-vax.c \ - $(srcdir)/config/obj-evax.h \ - $(srcdir)/config/tc-alpha.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_arc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/arc.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/arc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/arc-ext.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_arm_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/arm.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-arm.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_arm_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/arm.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 - -DEPTC_arm_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/arm.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/arm.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arm.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_avr_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/avr.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-avr.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_bfin_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/bfin.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/bfin.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/bfin-aux.h \ - $(srcdir)/config/bfin-defs.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-bfin.h \ - dwarf2dbg.h \ - struc-symbol.h - -DEPTC_cr16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/cr16.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/cr16.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cr16.h \ - dwarf2dbg.h - -DEPTC_cris_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cris.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-cris.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_cris_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cris.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cris.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_crx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/crx.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/crx.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-crx.h \ - dwarf2dbg.h - -DEPTC_d10v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/d10v.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d10v.h \ - subsegs.h - -DEPTC_d30v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/d30v.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d30v.h \ - subsegs.h - -DEPTC_dlx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/opcode/dlx.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-dlx.h \ - dwarf2dbg.h - -DEPTC_fr30_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/fr30-desc.h \ - $(srcdir)/../opcodes/fr30-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-fr30.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_frv_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/frv.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/frv-desc.h \ - $(srcdir)/../opcodes/frv-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-frv.h \ - cgen.h \ - subsegs.h - -DEPTC_h8300_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/h8300.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 - -DEPTC_h8300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/h8.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/h8300.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-h8300.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_hppa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-hppa.h \ - $(BFDDIR)/libhppa.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/hppa.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/hppa.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-hppa.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_i370_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/i370.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i370.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i370.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_i386_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-init.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-i386-intel.c \ - $(srcdir)/config/tc-i386.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_i386_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(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 \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_i386_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-init.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i386-intel.c \ - $(srcdir)/config/tc-i386.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_i386_macho = \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-init.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-macho.h \ - $(srcdir)/config/tc-i386-intel.c \ - $(srcdir)/config/tc-i386.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_i860_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/i860.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i860.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i860.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_i960_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/i960.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i960.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i960.h \ - dwarf2dbg.h - -DEPTC_ia64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/ia64.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ia64.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ia64.h \ - ../bfd/bfdver.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_ip2k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ip2k.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/ip2k-desc.h \ - $(srcdir)/../opcodes/ip2k-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ip2k.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_lm32_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/lm32.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/lm32-desc.h \ - $(srcdir)/../opcodes/lm32-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-lm32.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_m32c_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m32c.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/cgen-ops.h \ - $(srcdir)/../opcodes/cgen-types.h \ - $(srcdir)/../opcodes/m32c-desc.h \ - $(srcdir)/../opcodes/m32c-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32c.h \ - ../bfd/bfd_stdint.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_m32r_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m32r.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/m32r-desc.h \ - $(srcdir)/../opcodes/m32r-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32r.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_m68hc11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m68hc11.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68hc11.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68hc11.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_m68k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68k.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/m68k-parse.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-m68k.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_m68k_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68k.h \ - $(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 \ - subsegs.h - -DEPTC_m68k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/m68k.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/m68k.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/m68k-parse.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68k.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_maxq_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/maxq.h \ - $(INCDIR)/obstack.h \ - $(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 - -DEPTC_mcore_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mcore.h \ - $(INCDIR)/obstack.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mcore.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/mcore-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mcore.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_mep_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mep.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/xregex.h \ - $(INCDIR)/xregex2.h \ - $(srcdir)/../opcodes/mep-desc.h \ - $(srcdir)/../opcodes/mep-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mep.h \ - 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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mipspe.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(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 \ - dwarf2dbg.h \ - ecoff.h \ - itbl-ops.h \ - subsegs.h - -DEPTC_mips_ecoff = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mips.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - itbl-ops.h \ - subsegs.h - -DEPTC_mips_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mips.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - ecoff.h \ - itbl-ops.h \ - subsegs.h - -DEPTC_mmix_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mmix.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mmix.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mmix.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_mn10200_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mn10200.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10200.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_mn10300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/mn10300.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10300.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_msp430_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/msp430.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-msp430.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_mt_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mt.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/mt-desc.h \ - $(srcdir)/../opcodes/mt-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mt.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_ns32k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ns32k.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-ns32k.h - -DEPTC_openrisc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/openrisc-desc.h \ - $(srcdir)/../opcodes/openrisc-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-openrisc.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_or32_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/or32.h \ - $(INCDIR)/elf/or32.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/or32.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/or32.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-or32.h \ - dwarf2dbg.h - -DEPTC_pdp11_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/opcode/pdp11.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-pdp11.h - -DEPTC_pdp11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/opcode/pdp11.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pdp11.h \ - dwarf2dbg.h - -DEPTC_pj_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/opcode/pj.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pj.h \ - dwarf2dbg.h - -DEPTC_ppc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/rs6000.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(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 - -DEPTC_ppc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ppc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ppc.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_s390_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/s390.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/s390.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-s390.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_score_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/score.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/score-inst.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-score.h \ - $(srcdir)/config/tc-score7.c \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_sh_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sh.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(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 \ - struc-symbol.h \ - subsegs.h - -DEPTC_sh_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/sh-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_sh64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-sh64.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/sh-opc.h \ - $(srcdir)/../opcodes/sh64-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.c \ - $(srcdir)/config/tc-sh.h \ - $(srcdir)/config/tc-sh64.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_sparc_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/sparc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-sparc.h \ - dw2gencfi.h \ - subsegs.h - -DEPTC_sparc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sparc.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(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 - -DEPTC_sparc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sparc.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/sparc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sparc.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_spu_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/spu-insns.h \ - $(INCDIR)/opcode/spu.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-spu.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_tic30_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/opcode/tic30.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-tic30.h - -DEPTC_tic30_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/tic30.h \ - $(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 \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(INCDIR)/coff/tic4x.h \ - $(INCDIR)/obstack.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(INCDIR)/coff/tic54x.h \ - $(INCDIR)/obstack.h \ - $(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 \ - struc-symbol.h \ - subsegs.h - -DEPTC_v850_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/v850.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/v850.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-v850.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_vax_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/vax.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-vax.h \ - $(srcdir)/config/vax-inst.h \ - subsegs.h - -DEPTC_vax_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/vax.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/vax.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-vax.h \ - $(srcdir)/config/vax-inst.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_xc16x_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/xc16x.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/xc16x-desc.h \ - $(srcdir)/../opcodes/xc16x-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xc16x.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_xstormy16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/cgen-bitset.h \ - $(INCDIR)/opcode/cgen.h \ - $(srcdir)/../opcodes/xstormy16-desc.h \ - $(srcdir)/../opcodes/xstormy16-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xstormy16.h \ - cgen.h \ - dwarf2dbg.h \ - subsegs.h - -DEPTC_xtensa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(INCDIR)/xtensa-config.h \ - $(INCDIR)/xtensa-isa.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xtensa.h \ - $(srcdir)/config/xtensa-istack.h \ - $(srcdir)/config/xtensa-relax.h \ - dwarf2dbg.h \ - sb.h \ - struc-symbol.h \ - subsegs.h - -DEPTC_z80_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/z80.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/z8k.h \ - $(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 \ - $(INCDIR)/opcode/hppa.h $(BFDDIR)/som.h - -DEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) $(DEPTC_i386_elf) -DEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) $(DEPTC_mips_elf) -DEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf) -DEPOBJ_alpha_ecoff = \ - $(BFDDIR)/libcoff.h \ - $(BFDDIR)/libecoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-alpha.h \ - ecoff.h - -DEPOBJ_alpha_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/elf/alpha.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-alpha.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_alpha_evax = \ - $(BFDDIR)/vms.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-evax.h \ - $(srcdir)/config/tc-alpha.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_arc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_arm_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-arm.h - -DEPOBJ_arm_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/arm.h \ - $(INCDIR)/coff/external.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arm.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_avr_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-avr.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_bfin_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-bfin.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_cr16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cr16.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_cris_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-cris.h - -DEPOBJ_cris_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-cris.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_crx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-crx.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_d10v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d10v.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_d30v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d30v.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_dlx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-dlx.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_fr30_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-fr30.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_frv_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-frv.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_h8300_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/h8300.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-h8300.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_hppa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-hppa.h \ - $(BFDDIR)/libhppa.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/hppa.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-hppa.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_i370_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/i370.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i370.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_i386_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-i386.h - -DEPOBJ_i386_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/obstack.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/x86-64.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/i386.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i386.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_i386_macho = \ - $(BFDDIR)/mach-o.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-macho.h \ - $(srcdir)/config/tc-i386.h - -DEPOBJ_i860_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i860.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_i960_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/i960.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-i960.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_ia64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/ia64.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ia64.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ia64.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_ip2k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ip2k.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_lm32_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-lm32.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_m32c_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32c.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_m32r_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m32r.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_m68hc11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68hc11.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_m68k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-m68k.h - -DEPOBJ_m68k_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68k.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_maxq_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mcore.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_mep_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mep.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mep.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_mips_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(BFDDIR)/libecoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-mips.h \ - ecoff.h - -DEPOBJ_mips_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/mips.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h \ - dwarf2dbg.h \ - ecoff.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_mmix_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mmix.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_mn10200_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10200.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_mn10300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mn10300.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_msp430_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-msp430.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_mt_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mt.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_ns32k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-ns32k.h - -DEPOBJ_openrisc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-openrisc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_or32_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-or32.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_pdp11_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-pdp11.h - -DEPOBJ_pdp11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pdp11.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_pj_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-pj.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_ppc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/rs6000.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/ppc.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/ppc.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ppc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_s390_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-s390.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_score_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-score.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_sh_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_sh64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-sh64.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - $(srcdir)/config/tc-sh64.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_sparc_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-sparc.h - -DEPOBJ_sparc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sparc.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_spu_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/opcode/spu-insns.h \ - $(INCDIR)/opcode/spu.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-spu.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_tic30_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-tic30.h - -DEPOBJ_tic30_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/ti.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/v850.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-v850.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_vax_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-vax.h - -DEPOBJ_vax_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-vax.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_xc16x_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xc16x.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_xstormy16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xstormy16.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_xtensa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/aout64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - $(INCDIR)/xtensa-config.h \ - $(INCDIR)/xtensa-isa.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xtensa.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h - -DEPOBJ_z80_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h \ - $(BFDDIR)/som.h $(INCDIR)/aout/stab_gnu.h \ - $(INCDIR)/aout/stab.def - -DEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) $(DEPOBJ_i386_elf) -DEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) $(DEPOBJ_mips_elf) -DEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf) -DEP_alpha_ecoff = \ - $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-alpha.h \ - ecoff.h - -DEP_alpha_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-alpha.h - -DEP_alpha_evax = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(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 = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_arm_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-arm.h - -DEP_arm_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/arm.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-arm.h - -DEP_avr_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_bfin_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_cr16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_cris_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-cris.h - -DEP_cris_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_crx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_d10v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d10v.h - -DEP_d30v_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-d30v.h - -DEP_dlx_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_fr30_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_frv_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-frv.h - -DEP_h8300_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/h8300.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_hppa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-hppa.h \ - $(BFDDIR)/libhppa.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/hppa.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-hppa.h - -DEP_i370_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_i386_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-i386.h - -DEP_i386_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/i386.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(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 - -DEP_i386_macho = \ - $(INCDIR)/opcode/i386.h \ - $(srcdir)/../opcodes/i386-opc.h \ - $(srcdir)/config/obj-macho.h \ - $(srcdir)/config/tc-i386.h - -DEP_i860_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_i960_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/i960.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_ia64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/ia64.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/opcode/ia64.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-ia64.h - -DEP_ip2k_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_lm32_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_m32c_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_m32r_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_m68hc11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_m68k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-m68k.h - -DEP_m68k_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-m68k.h - -DEP_maxq_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mcore.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_mep_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/coff/sym.h \ - $(srcdir)/config/obj-ecoff.h \ - $(srcdir)/config/tc-mips.h \ - ecoff.h - -DEP_mips_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-mips.h - -DEP_mmix_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_mn10200_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_mn10300_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_msp430_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_mt_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_ns32k_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-ns32k.h - -DEP_openrisc_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_or32_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/or32.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_pdp11_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-pdp11.h - -DEP_pdp11_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_pj_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_ppc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/rs6000.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(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 - -DEP_s390_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_score_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_sh_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h - -DEP_sh64_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/elf32-sh64.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/reloc-macros.h \ - $(INCDIR)/elf/sh.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-sh.h \ - $(srcdir)/config/tc-sh64.h - -DEP_sparc_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-sparc.h - -DEP_sparc_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/sparc.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_spu_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(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 - -DEP_tic30_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-tic30.h - -DEP_tic30_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(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 \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(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 - -DEP_vax_aout = \ - $(BFDDIR)/libaout.h \ - $(INCDIR)/bfdlink.h \ - $(srcdir)/config/obj-aout.h \ - $(srcdir)/config/tc-vax.h - -DEP_vax_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_xc16x_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_xstormy16_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/internal.h \ - $(INCDIR)/elf/common.h \ - $(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 - -DEP_xtensa_elf = \ - $(BFDDIR)/elf-bfd.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/external.h \ - $(INCDIR)/elf/internal.h \ - $(INCDIR)/xtensa-config.h \ - $(INCDIR)/xtensa-isa.h \ - $(srcdir)/config/obj-elf.h \ - $(srcdir)/config/tc-xtensa.h - -DEP_z80_coff = \ - $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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 \ - $(INCDIR)/bfdlink.h \ - $(INCDIR)/coff/external.h \ - $(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) -DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) $(DEP_mips_elf) -DEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf) -BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE. all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -4572,14 +886,1232 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/as.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atof-generic.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atof-ieee.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atof-vax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfin-parse.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cond.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/depend.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dw2gencfi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2dbg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-crisaout.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-criself.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-i386aout.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-i386coff.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-i386elf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-mipsecoff.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-mipself.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecoff.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehopt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-copy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-konst.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-mult.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frags.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-file.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-scrub.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-lex.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-ops.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-parse.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listing.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/literal.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k-parse.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messages.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-aout.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-coff.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-ecoff.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-elf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-evax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-fdpicelf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-macho.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-multi.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj-som.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output-file.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remap.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subsegs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbols.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-alpha.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-arc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-arm.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-avr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-bfin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-cr16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-cris.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-crx.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-d10v.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-d30v.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-dlx.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-fr30.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-frv.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-h8300.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-hppa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-i370.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-i386.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-i860.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-i960.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-ia64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-ip2k.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-iq2000.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-lm32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-m32c.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-m32r.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-m68hc11.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-m68k.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-maxq.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-mcore.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-mep.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-microblaze.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-mips.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-mmix.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-mn10200.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-mn10300.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-msp430.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-mt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-ns32k.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-openrisc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-or32.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-pdp11.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-pj.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-ppc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-s390.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-score.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-sh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-sh64.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-sparc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-spu.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-tic30.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-tic4x.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-tic54x.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-v850.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-vax.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-xc16x.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-xstormy16.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-xtensa.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-z80.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tc-z8k.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-relax.Po@am__quote@ + .c.o: - $(COMPILE) -c $< +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: - $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: - $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< + +tc-alpha.o: config/tc-alpha.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-alpha.o -MD -MP -MF $(DEPDIR)/tc-alpha.Tpo -c -o tc-alpha.o `test -f 'config/tc-alpha.c' || echo '$(srcdir)/'`config/tc-alpha.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-alpha.Tpo $(DEPDIR)/tc-alpha.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-alpha.c' object='tc-alpha.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-alpha.o `test -f 'config/tc-alpha.c' || echo '$(srcdir)/'`config/tc-alpha.c + +tc-alpha.obj: config/tc-alpha.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-alpha.obj -MD -MP -MF $(DEPDIR)/tc-alpha.Tpo -c -o tc-alpha.obj `if test -f 'config/tc-alpha.c'; then $(CYGPATH_W) 'config/tc-alpha.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-alpha.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-alpha.Tpo $(DEPDIR)/tc-alpha.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-alpha.c' object='tc-alpha.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-alpha.obj `if test -f 'config/tc-alpha.c'; then $(CYGPATH_W) 'config/tc-alpha.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-alpha.c'; fi` + +tc-arc.o: config/tc-arc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arc.o -MD -MP -MF $(DEPDIR)/tc-arc.Tpo -c -o tc-arc.o `test -f 'config/tc-arc.c' || echo '$(srcdir)/'`config/tc-arc.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-arc.Tpo $(DEPDIR)/tc-arc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-arc.c' object='tc-arc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arc.o `test -f 'config/tc-arc.c' || echo '$(srcdir)/'`config/tc-arc.c + +tc-arc.obj: config/tc-arc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arc.obj -MD -MP -MF $(DEPDIR)/tc-arc.Tpo -c -o tc-arc.obj `if test -f 'config/tc-arc.c'; then $(CYGPATH_W) 'config/tc-arc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arc.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-arc.Tpo $(DEPDIR)/tc-arc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-arc.c' object='tc-arc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arc.obj `if test -f 'config/tc-arc.c'; then $(CYGPATH_W) 'config/tc-arc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arc.c'; fi` + +tc-arm.o: config/tc-arm.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arm.o -MD -MP -MF $(DEPDIR)/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo '$(srcdir)/'`config/tc-arm.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-arm.Tpo $(DEPDIR)/tc-arm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-arm.c' object='tc-arm.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo '$(srcdir)/'`config/tc-arm.c + +tc-arm.obj: config/tc-arm.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arm.obj -MD -MP -MF $(DEPDIR)/tc-arm.Tpo -c -o tc-arm.obj `if test -f 'config/tc-arm.c'; then $(CYGPATH_W) 'config/tc-arm.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arm.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-arm.Tpo $(DEPDIR)/tc-arm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-arm.c' object='tc-arm.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arm.obj `if test -f 'config/tc-arm.c'; then $(CYGPATH_W) 'config/tc-arm.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arm.c'; fi` + +tc-avr.o: config/tc-avr.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-avr.o -MD -MP -MF $(DEPDIR)/tc-avr.Tpo -c -o tc-avr.o `test -f 'config/tc-avr.c' || echo '$(srcdir)/'`config/tc-avr.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-avr.Tpo $(DEPDIR)/tc-avr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-avr.c' object='tc-avr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-avr.o `test -f 'config/tc-avr.c' || echo '$(srcdir)/'`config/tc-avr.c + +tc-avr.obj: config/tc-avr.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-avr.obj -MD -MP -MF $(DEPDIR)/tc-avr.Tpo -c -o tc-avr.obj `if test -f 'config/tc-avr.c'; then $(CYGPATH_W) 'config/tc-avr.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-avr.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-avr.Tpo $(DEPDIR)/tc-avr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-avr.c' object='tc-avr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-avr.obj `if test -f 'config/tc-avr.c'; then $(CYGPATH_W) 'config/tc-avr.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-avr.c'; fi` + +tc-bfin.o: config/tc-bfin.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-bfin.o -MD -MP -MF $(DEPDIR)/tc-bfin.Tpo -c -o tc-bfin.o `test -f 'config/tc-bfin.c' || echo '$(srcdir)/'`config/tc-bfin.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-bfin.Tpo $(DEPDIR)/tc-bfin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-bfin.c' object='tc-bfin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-bfin.o `test -f 'config/tc-bfin.c' || echo '$(srcdir)/'`config/tc-bfin.c + +tc-bfin.obj: config/tc-bfin.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-bfin.obj -MD -MP -MF $(DEPDIR)/tc-bfin.Tpo -c -o tc-bfin.obj `if test -f 'config/tc-bfin.c'; then $(CYGPATH_W) 'config/tc-bfin.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-bfin.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-bfin.Tpo $(DEPDIR)/tc-bfin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-bfin.c' object='tc-bfin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-bfin.obj `if test -f 'config/tc-bfin.c'; then $(CYGPATH_W) 'config/tc-bfin.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-bfin.c'; fi` + +tc-cr16.o: config/tc-cr16.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cr16.o -MD -MP -MF $(DEPDIR)/tc-cr16.Tpo -c -o tc-cr16.o `test -f 'config/tc-cr16.c' || echo '$(srcdir)/'`config/tc-cr16.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-cr16.Tpo $(DEPDIR)/tc-cr16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-cr16.c' object='tc-cr16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cr16.o `test -f 'config/tc-cr16.c' || echo '$(srcdir)/'`config/tc-cr16.c + +tc-cr16.obj: config/tc-cr16.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cr16.obj -MD -MP -MF $(DEPDIR)/tc-cr16.Tpo -c -o tc-cr16.obj `if test -f 'config/tc-cr16.c'; then $(CYGPATH_W) 'config/tc-cr16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cr16.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-cr16.Tpo $(DEPDIR)/tc-cr16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-cr16.c' object='tc-cr16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cr16.obj `if test -f 'config/tc-cr16.c'; then $(CYGPATH_W) 'config/tc-cr16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cr16.c'; fi` + +tc-cris.o: config/tc-cris.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cris.o -MD -MP -MF $(DEPDIR)/tc-cris.Tpo -c -o tc-cris.o `test -f 'config/tc-cris.c' || echo '$(srcdir)/'`config/tc-cris.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-cris.Tpo $(DEPDIR)/tc-cris.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-cris.c' object='tc-cris.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cris.o `test -f 'config/tc-cris.c' || echo '$(srcdir)/'`config/tc-cris.c + +tc-cris.obj: config/tc-cris.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cris.obj -MD -MP -MF $(DEPDIR)/tc-cris.Tpo -c -o tc-cris.obj `if test -f 'config/tc-cris.c'; then $(CYGPATH_W) 'config/tc-cris.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cris.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-cris.Tpo $(DEPDIR)/tc-cris.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-cris.c' object='tc-cris.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cris.obj `if test -f 'config/tc-cris.c'; then $(CYGPATH_W) 'config/tc-cris.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cris.c'; fi` + +tc-crx.o: config/tc-crx.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-crx.o -MD -MP -MF $(DEPDIR)/tc-crx.Tpo -c -o tc-crx.o `test -f 'config/tc-crx.c' || echo '$(srcdir)/'`config/tc-crx.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-crx.Tpo $(DEPDIR)/tc-crx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-crx.c' object='tc-crx.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-crx.o `test -f 'config/tc-crx.c' || echo '$(srcdir)/'`config/tc-crx.c + +tc-crx.obj: config/tc-crx.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-crx.obj -MD -MP -MF $(DEPDIR)/tc-crx.Tpo -c -o tc-crx.obj `if test -f 'config/tc-crx.c'; then $(CYGPATH_W) 'config/tc-crx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-crx.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-crx.Tpo $(DEPDIR)/tc-crx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-crx.c' object='tc-crx.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-crx.obj `if test -f 'config/tc-crx.c'; then $(CYGPATH_W) 'config/tc-crx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-crx.c'; fi` + +tc-d10v.o: config/tc-d10v.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d10v.o -MD -MP -MF $(DEPDIR)/tc-d10v.Tpo -c -o tc-d10v.o `test -f 'config/tc-d10v.c' || echo '$(srcdir)/'`config/tc-d10v.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-d10v.Tpo $(DEPDIR)/tc-d10v.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-d10v.c' object='tc-d10v.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d10v.o `test -f 'config/tc-d10v.c' || echo '$(srcdir)/'`config/tc-d10v.c + +tc-d10v.obj: config/tc-d10v.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d10v.obj -MD -MP -MF $(DEPDIR)/tc-d10v.Tpo -c -o tc-d10v.obj `if test -f 'config/tc-d10v.c'; then $(CYGPATH_W) 'config/tc-d10v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d10v.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-d10v.Tpo $(DEPDIR)/tc-d10v.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-d10v.c' object='tc-d10v.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d10v.obj `if test -f 'config/tc-d10v.c'; then $(CYGPATH_W) 'config/tc-d10v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d10v.c'; fi` + +tc-d30v.o: config/tc-d30v.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d30v.o -MD -MP -MF $(DEPDIR)/tc-d30v.Tpo -c -o tc-d30v.o `test -f 'config/tc-d30v.c' || echo '$(srcdir)/'`config/tc-d30v.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-d30v.Tpo $(DEPDIR)/tc-d30v.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-d30v.c' object='tc-d30v.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d30v.o `test -f 'config/tc-d30v.c' || echo '$(srcdir)/'`config/tc-d30v.c + +tc-d30v.obj: config/tc-d30v.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d30v.obj -MD -MP -MF $(DEPDIR)/tc-d30v.Tpo -c -o tc-d30v.obj `if test -f 'config/tc-d30v.c'; then $(CYGPATH_W) 'config/tc-d30v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d30v.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-d30v.Tpo $(DEPDIR)/tc-d30v.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-d30v.c' object='tc-d30v.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d30v.obj `if test -f 'config/tc-d30v.c'; then $(CYGPATH_W) 'config/tc-d30v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d30v.c'; fi` + +tc-dlx.o: config/tc-dlx.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-dlx.o -MD -MP -MF $(DEPDIR)/tc-dlx.Tpo -c -o tc-dlx.o `test -f 'config/tc-dlx.c' || echo '$(srcdir)/'`config/tc-dlx.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-dlx.Tpo $(DEPDIR)/tc-dlx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-dlx.c' object='tc-dlx.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-dlx.o `test -f 'config/tc-dlx.c' || echo '$(srcdir)/'`config/tc-dlx.c + +tc-dlx.obj: config/tc-dlx.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-dlx.obj -MD -MP -MF $(DEPDIR)/tc-dlx.Tpo -c -o tc-dlx.obj `if test -f 'config/tc-dlx.c'; then $(CYGPATH_W) 'config/tc-dlx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-dlx.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-dlx.Tpo $(DEPDIR)/tc-dlx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-dlx.c' object='tc-dlx.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-dlx.obj `if test -f 'config/tc-dlx.c'; then $(CYGPATH_W) 'config/tc-dlx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-dlx.c'; fi` + +tc-fr30.o: config/tc-fr30.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-fr30.o -MD -MP -MF $(DEPDIR)/tc-fr30.Tpo -c -o tc-fr30.o `test -f 'config/tc-fr30.c' || echo '$(srcdir)/'`config/tc-fr30.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-fr30.Tpo $(DEPDIR)/tc-fr30.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-fr30.c' object='tc-fr30.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-fr30.o `test -f 'config/tc-fr30.c' || echo '$(srcdir)/'`config/tc-fr30.c + +tc-fr30.obj: config/tc-fr30.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-fr30.obj -MD -MP -MF $(DEPDIR)/tc-fr30.Tpo -c -o tc-fr30.obj `if test -f 'config/tc-fr30.c'; then $(CYGPATH_W) 'config/tc-fr30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-fr30.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-fr30.Tpo $(DEPDIR)/tc-fr30.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-fr30.c' object='tc-fr30.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-fr30.obj `if test -f 'config/tc-fr30.c'; then $(CYGPATH_W) 'config/tc-fr30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-fr30.c'; fi` + +tc-frv.o: config/tc-frv.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-frv.o -MD -MP -MF $(DEPDIR)/tc-frv.Tpo -c -o tc-frv.o `test -f 'config/tc-frv.c' || echo '$(srcdir)/'`config/tc-frv.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-frv.Tpo $(DEPDIR)/tc-frv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-frv.c' object='tc-frv.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-frv.o `test -f 'config/tc-frv.c' || echo '$(srcdir)/'`config/tc-frv.c + +tc-frv.obj: config/tc-frv.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-frv.obj -MD -MP -MF $(DEPDIR)/tc-frv.Tpo -c -o tc-frv.obj `if test -f 'config/tc-frv.c'; then $(CYGPATH_W) 'config/tc-frv.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-frv.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-frv.Tpo $(DEPDIR)/tc-frv.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-frv.c' object='tc-frv.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-frv.obj `if test -f 'config/tc-frv.c'; then $(CYGPATH_W) 'config/tc-frv.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-frv.c'; fi` + +tc-h8300.o: config/tc-h8300.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-h8300.o -MD -MP -MF $(DEPDIR)/tc-h8300.Tpo -c -o tc-h8300.o `test -f 'config/tc-h8300.c' || echo '$(srcdir)/'`config/tc-h8300.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-h8300.Tpo $(DEPDIR)/tc-h8300.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-h8300.c' object='tc-h8300.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-h8300.o `test -f 'config/tc-h8300.c' || echo '$(srcdir)/'`config/tc-h8300.c + +tc-h8300.obj: config/tc-h8300.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-h8300.obj -MD -MP -MF $(DEPDIR)/tc-h8300.Tpo -c -o tc-h8300.obj `if test -f 'config/tc-h8300.c'; then $(CYGPATH_W) 'config/tc-h8300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-h8300.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-h8300.Tpo $(DEPDIR)/tc-h8300.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-h8300.c' object='tc-h8300.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-h8300.obj `if test -f 'config/tc-h8300.c'; then $(CYGPATH_W) 'config/tc-h8300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-h8300.c'; fi` + +tc-hppa.o: config/tc-hppa.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-hppa.o -MD -MP -MF $(DEPDIR)/tc-hppa.Tpo -c -o tc-hppa.o `test -f 'config/tc-hppa.c' || echo '$(srcdir)/'`config/tc-hppa.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-hppa.Tpo $(DEPDIR)/tc-hppa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-hppa.c' object='tc-hppa.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-hppa.o `test -f 'config/tc-hppa.c' || echo '$(srcdir)/'`config/tc-hppa.c + +tc-hppa.obj: config/tc-hppa.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-hppa.obj -MD -MP -MF $(DEPDIR)/tc-hppa.Tpo -c -o tc-hppa.obj `if test -f 'config/tc-hppa.c'; then $(CYGPATH_W) 'config/tc-hppa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-hppa.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-hppa.Tpo $(DEPDIR)/tc-hppa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-hppa.c' object='tc-hppa.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-hppa.obj `if test -f 'config/tc-hppa.c'; then $(CYGPATH_W) 'config/tc-hppa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-hppa.c'; fi` + +tc-ia64.o: config/tc-ia64.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ia64.o -MD -MP -MF $(DEPDIR)/tc-ia64.Tpo -c -o tc-ia64.o `test -f 'config/tc-ia64.c' || echo '$(srcdir)/'`config/tc-ia64.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ia64.Tpo $(DEPDIR)/tc-ia64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ia64.c' object='tc-ia64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ia64.o `test -f 'config/tc-ia64.c' || echo '$(srcdir)/'`config/tc-ia64.c + +tc-ia64.obj: config/tc-ia64.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ia64.obj -MD -MP -MF $(DEPDIR)/tc-ia64.Tpo -c -o tc-ia64.obj `if test -f 'config/tc-ia64.c'; then $(CYGPATH_W) 'config/tc-ia64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ia64.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ia64.Tpo $(DEPDIR)/tc-ia64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ia64.c' object='tc-ia64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ia64.obj `if test -f 'config/tc-ia64.c'; then $(CYGPATH_W) 'config/tc-ia64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ia64.c'; fi` + +tc-i370.o: config/tc-i370.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i370.o -MD -MP -MF $(DEPDIR)/tc-i370.Tpo -c -o tc-i370.o `test -f 'config/tc-i370.c' || echo '$(srcdir)/'`config/tc-i370.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i370.Tpo $(DEPDIR)/tc-i370.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i370.c' object='tc-i370.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i370.o `test -f 'config/tc-i370.c' || echo '$(srcdir)/'`config/tc-i370.c + +tc-i370.obj: config/tc-i370.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i370.obj -MD -MP -MF $(DEPDIR)/tc-i370.Tpo -c -o tc-i370.obj `if test -f 'config/tc-i370.c'; then $(CYGPATH_W) 'config/tc-i370.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i370.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i370.Tpo $(DEPDIR)/tc-i370.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i370.c' object='tc-i370.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i370.obj `if test -f 'config/tc-i370.c'; then $(CYGPATH_W) 'config/tc-i370.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i370.c'; fi` + +tc-i386.o: config/tc-i386.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i386.o -MD -MP -MF $(DEPDIR)/tc-i386.Tpo -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '$(srcdir)/'`config/tc-i386.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i386.Tpo $(DEPDIR)/tc-i386.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i386.c' object='tc-i386.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '$(srcdir)/'`config/tc-i386.c + +tc-i386.obj: config/tc-i386.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i386.obj -MD -MP -MF $(DEPDIR)/tc-i386.Tpo -c -o tc-i386.obj `if test -f 'config/tc-i386.c'; then $(CYGPATH_W) 'config/tc-i386.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i386.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i386.Tpo $(DEPDIR)/tc-i386.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i386.c' object='tc-i386.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i386.obj `if test -f 'config/tc-i386.c'; then $(CYGPATH_W) 'config/tc-i386.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i386.c'; fi` + +tc-i860.o: config/tc-i860.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i860.o -MD -MP -MF $(DEPDIR)/tc-i860.Tpo -c -o tc-i860.o `test -f 'config/tc-i860.c' || echo '$(srcdir)/'`config/tc-i860.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i860.Tpo $(DEPDIR)/tc-i860.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i860.c' object='tc-i860.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i860.o `test -f 'config/tc-i860.c' || echo '$(srcdir)/'`config/tc-i860.c + +tc-i860.obj: config/tc-i860.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i860.obj -MD -MP -MF $(DEPDIR)/tc-i860.Tpo -c -o tc-i860.obj `if test -f 'config/tc-i860.c'; then $(CYGPATH_W) 'config/tc-i860.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i860.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i860.Tpo $(DEPDIR)/tc-i860.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i860.c' object='tc-i860.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i860.obj `if test -f 'config/tc-i860.c'; then $(CYGPATH_W) 'config/tc-i860.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i860.c'; fi` + +tc-i960.o: config/tc-i960.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i960.o -MD -MP -MF $(DEPDIR)/tc-i960.Tpo -c -o tc-i960.o `test -f 'config/tc-i960.c' || echo '$(srcdir)/'`config/tc-i960.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i960.Tpo $(DEPDIR)/tc-i960.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i960.c' object='tc-i960.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i960.o `test -f 'config/tc-i960.c' || echo '$(srcdir)/'`config/tc-i960.c + +tc-i960.obj: config/tc-i960.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i960.obj -MD -MP -MF $(DEPDIR)/tc-i960.Tpo -c -o tc-i960.obj `if test -f 'config/tc-i960.c'; then $(CYGPATH_W) 'config/tc-i960.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i960.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-i960.Tpo $(DEPDIR)/tc-i960.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-i960.c' object='tc-i960.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i960.obj `if test -f 'config/tc-i960.c'; then $(CYGPATH_W) 'config/tc-i960.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i960.c'; fi` + +tc-ip2k.o: config/tc-ip2k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ip2k.o -MD -MP -MF $(DEPDIR)/tc-ip2k.Tpo -c -o tc-ip2k.o `test -f 'config/tc-ip2k.c' || echo '$(srcdir)/'`config/tc-ip2k.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ip2k.Tpo $(DEPDIR)/tc-ip2k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ip2k.c' object='tc-ip2k.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ip2k.o `test -f 'config/tc-ip2k.c' || echo '$(srcdir)/'`config/tc-ip2k.c + +tc-ip2k.obj: config/tc-ip2k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ip2k.obj -MD -MP -MF $(DEPDIR)/tc-ip2k.Tpo -c -o tc-ip2k.obj `if test -f 'config/tc-ip2k.c'; then $(CYGPATH_W) 'config/tc-ip2k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ip2k.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ip2k.Tpo $(DEPDIR)/tc-ip2k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ip2k.c' object='tc-ip2k.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ip2k.obj `if test -f 'config/tc-ip2k.c'; then $(CYGPATH_W) 'config/tc-ip2k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ip2k.c'; fi` + +tc-iq2000.o: config/tc-iq2000.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-iq2000.o -MD -MP -MF $(DEPDIR)/tc-iq2000.Tpo -c -o tc-iq2000.o `test -f 'config/tc-iq2000.c' || echo '$(srcdir)/'`config/tc-iq2000.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-iq2000.Tpo $(DEPDIR)/tc-iq2000.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-iq2000.c' object='tc-iq2000.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-iq2000.o `test -f 'config/tc-iq2000.c' || echo '$(srcdir)/'`config/tc-iq2000.c + +tc-iq2000.obj: config/tc-iq2000.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-iq2000.obj -MD -MP -MF $(DEPDIR)/tc-iq2000.Tpo -c -o tc-iq2000.obj `if test -f 'config/tc-iq2000.c'; then $(CYGPATH_W) 'config/tc-iq2000.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-iq2000.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-iq2000.Tpo $(DEPDIR)/tc-iq2000.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-iq2000.c' object='tc-iq2000.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-iq2000.obj `if test -f 'config/tc-iq2000.c'; then $(CYGPATH_W) 'config/tc-iq2000.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-iq2000.c'; fi` + +tc-lm32.o: config/tc-lm32.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-lm32.o -MD -MP -MF $(DEPDIR)/tc-lm32.Tpo -c -o tc-lm32.o `test -f 'config/tc-lm32.c' || echo '$(srcdir)/'`config/tc-lm32.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-lm32.Tpo $(DEPDIR)/tc-lm32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-lm32.c' object='tc-lm32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-lm32.o `test -f 'config/tc-lm32.c' || echo '$(srcdir)/'`config/tc-lm32.c + +tc-lm32.obj: config/tc-lm32.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-lm32.obj -MD -MP -MF $(DEPDIR)/tc-lm32.Tpo -c -o tc-lm32.obj `if test -f 'config/tc-lm32.c'; then $(CYGPATH_W) 'config/tc-lm32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-lm32.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-lm32.Tpo $(DEPDIR)/tc-lm32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-lm32.c' object='tc-lm32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-lm32.obj `if test -f 'config/tc-lm32.c'; then $(CYGPATH_W) 'config/tc-lm32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-lm32.c'; fi` + +tc-m32c.o: config/tc-m32c.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32c.o -MD -MP -MF $(DEPDIR)/tc-m32c.Tpo -c -o tc-m32c.o `test -f 'config/tc-m32c.c' || echo '$(srcdir)/'`config/tc-m32c.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m32c.Tpo $(DEPDIR)/tc-m32c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m32c.c' object='tc-m32c.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32c.o `test -f 'config/tc-m32c.c' || echo '$(srcdir)/'`config/tc-m32c.c + +tc-m32c.obj: config/tc-m32c.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32c.obj -MD -MP -MF $(DEPDIR)/tc-m32c.Tpo -c -o tc-m32c.obj `if test -f 'config/tc-m32c.c'; then $(CYGPATH_W) 'config/tc-m32c.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32c.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m32c.Tpo $(DEPDIR)/tc-m32c.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m32c.c' object='tc-m32c.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32c.obj `if test -f 'config/tc-m32c.c'; then $(CYGPATH_W) 'config/tc-m32c.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32c.c'; fi` + +tc-m32r.o: config/tc-m32r.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32r.o -MD -MP -MF $(DEPDIR)/tc-m32r.Tpo -c -o tc-m32r.o `test -f 'config/tc-m32r.c' || echo '$(srcdir)/'`config/tc-m32r.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m32r.Tpo $(DEPDIR)/tc-m32r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m32r.c' object='tc-m32r.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32r.o `test -f 'config/tc-m32r.c' || echo '$(srcdir)/'`config/tc-m32r.c + +tc-m32r.obj: config/tc-m32r.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32r.obj -MD -MP -MF $(DEPDIR)/tc-m32r.Tpo -c -o tc-m32r.obj `if test -f 'config/tc-m32r.c'; then $(CYGPATH_W) 'config/tc-m32r.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32r.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m32r.Tpo $(DEPDIR)/tc-m32r.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m32r.c' object='tc-m32r.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32r.obj `if test -f 'config/tc-m32r.c'; then $(CYGPATH_W) 'config/tc-m32r.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32r.c'; fi` + +tc-m68hc11.o: config/tc-m68hc11.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68hc11.o -MD -MP -MF $(DEPDIR)/tc-m68hc11.Tpo -c -o tc-m68hc11.o `test -f 'config/tc-m68hc11.c' || echo '$(srcdir)/'`config/tc-m68hc11.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m68hc11.Tpo $(DEPDIR)/tc-m68hc11.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m68hc11.c' object='tc-m68hc11.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68hc11.o `test -f 'config/tc-m68hc11.c' || echo '$(srcdir)/'`config/tc-m68hc11.c + +tc-m68hc11.obj: config/tc-m68hc11.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68hc11.obj -MD -MP -MF $(DEPDIR)/tc-m68hc11.Tpo -c -o tc-m68hc11.obj `if test -f 'config/tc-m68hc11.c'; then $(CYGPATH_W) 'config/tc-m68hc11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68hc11.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m68hc11.Tpo $(DEPDIR)/tc-m68hc11.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m68hc11.c' object='tc-m68hc11.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68hc11.obj `if test -f 'config/tc-m68hc11.c'; then $(CYGPATH_W) 'config/tc-m68hc11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68hc11.c'; fi` + +tc-m68k.o: config/tc-m68k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68k.o -MD -MP -MF $(DEPDIR)/tc-m68k.Tpo -c -o tc-m68k.o `test -f 'config/tc-m68k.c' || echo '$(srcdir)/'`config/tc-m68k.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m68k.Tpo $(DEPDIR)/tc-m68k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m68k.c' object='tc-m68k.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68k.o `test -f 'config/tc-m68k.c' || echo '$(srcdir)/'`config/tc-m68k.c + +tc-m68k.obj: config/tc-m68k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68k.obj -MD -MP -MF $(DEPDIR)/tc-m68k.Tpo -c -o tc-m68k.obj `if test -f 'config/tc-m68k.c'; then $(CYGPATH_W) 'config/tc-m68k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68k.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-m68k.Tpo $(DEPDIR)/tc-m68k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-m68k.c' object='tc-m68k.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68k.obj `if test -f 'config/tc-m68k.c'; then $(CYGPATH_W) 'config/tc-m68k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68k.c'; fi` + +tc-maxq.o: config/tc-maxq.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-maxq.o -MD -MP -MF $(DEPDIR)/tc-maxq.Tpo -c -o tc-maxq.o `test -f 'config/tc-maxq.c' || echo '$(srcdir)/'`config/tc-maxq.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-maxq.Tpo $(DEPDIR)/tc-maxq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-maxq.c' object='tc-maxq.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-maxq.o `test -f 'config/tc-maxq.c' || echo '$(srcdir)/'`config/tc-maxq.c + +tc-maxq.obj: config/tc-maxq.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-maxq.obj -MD -MP -MF $(DEPDIR)/tc-maxq.Tpo -c -o tc-maxq.obj `if test -f 'config/tc-maxq.c'; then $(CYGPATH_W) 'config/tc-maxq.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-maxq.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-maxq.Tpo $(DEPDIR)/tc-maxq.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-maxq.c' object='tc-maxq.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-maxq.obj `if test -f 'config/tc-maxq.c'; then $(CYGPATH_W) 'config/tc-maxq.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-maxq.c'; fi` + +tc-mcore.o: config/tc-mcore.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mcore.o -MD -MP -MF $(DEPDIR)/tc-mcore.Tpo -c -o tc-mcore.o `test -f 'config/tc-mcore.c' || echo '$(srcdir)/'`config/tc-mcore.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mcore.Tpo $(DEPDIR)/tc-mcore.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mcore.c' object='tc-mcore.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mcore.o `test -f 'config/tc-mcore.c' || echo '$(srcdir)/'`config/tc-mcore.c + +tc-mcore.obj: config/tc-mcore.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mcore.obj -MD -MP -MF $(DEPDIR)/tc-mcore.Tpo -c -o tc-mcore.obj `if test -f 'config/tc-mcore.c'; then $(CYGPATH_W) 'config/tc-mcore.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mcore.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mcore.Tpo $(DEPDIR)/tc-mcore.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mcore.c' object='tc-mcore.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mcore.obj `if test -f 'config/tc-mcore.c'; then $(CYGPATH_W) 'config/tc-mcore.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mcore.c'; fi` + +tc-mep.o: config/tc-mep.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mep.o -MD -MP -MF $(DEPDIR)/tc-mep.Tpo -c -o tc-mep.o `test -f 'config/tc-mep.c' || echo '$(srcdir)/'`config/tc-mep.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mep.Tpo $(DEPDIR)/tc-mep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mep.c' object='tc-mep.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mep.o `test -f 'config/tc-mep.c' || echo '$(srcdir)/'`config/tc-mep.c + +tc-mep.obj: config/tc-mep.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mep.obj -MD -MP -MF $(DEPDIR)/tc-mep.Tpo -c -o tc-mep.obj `if test -f 'config/tc-mep.c'; then $(CYGPATH_W) 'config/tc-mep.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mep.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mep.Tpo $(DEPDIR)/tc-mep.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mep.c' object='tc-mep.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mep.obj `if test -f 'config/tc-mep.c'; then $(CYGPATH_W) 'config/tc-mep.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mep.c'; fi` + +tc-microblaze.o: config/tc-microblaze.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-microblaze.o -MD -MP -MF $(DEPDIR)/tc-microblaze.Tpo -c -o tc-microblaze.o `test -f 'config/tc-microblaze.c' || echo '$(srcdir)/'`config/tc-microblaze.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-microblaze.Tpo $(DEPDIR)/tc-microblaze.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-microblaze.c' object='tc-microblaze.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-microblaze.o `test -f 'config/tc-microblaze.c' || echo '$(srcdir)/'`config/tc-microblaze.c + +tc-microblaze.obj: config/tc-microblaze.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-microblaze.obj -MD -MP -MF $(DEPDIR)/tc-microblaze.Tpo -c -o tc-microblaze.obj `if test -f 'config/tc-microblaze.c'; then $(CYGPATH_W) 'config/tc-microblaze.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-microblaze.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-microblaze.Tpo $(DEPDIR)/tc-microblaze.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-microblaze.c' object='tc-microblaze.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-microblaze.obj `if test -f 'config/tc-microblaze.c'; then $(CYGPATH_W) 'config/tc-microblaze.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-microblaze.c'; fi` + +tc-mips.o: config/tc-mips.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mips.o -MD -MP -MF $(DEPDIR)/tc-mips.Tpo -c -o tc-mips.o `test -f 'config/tc-mips.c' || echo '$(srcdir)/'`config/tc-mips.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mips.Tpo $(DEPDIR)/tc-mips.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mips.c' object='tc-mips.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mips.o `test -f 'config/tc-mips.c' || echo '$(srcdir)/'`config/tc-mips.c + +tc-mips.obj: config/tc-mips.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mips.obj -MD -MP -MF $(DEPDIR)/tc-mips.Tpo -c -o tc-mips.obj `if test -f 'config/tc-mips.c'; then $(CYGPATH_W) 'config/tc-mips.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mips.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mips.Tpo $(DEPDIR)/tc-mips.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mips.c' object='tc-mips.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mips.obj `if test -f 'config/tc-mips.c'; then $(CYGPATH_W) 'config/tc-mips.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mips.c'; fi` + +tc-mmix.o: config/tc-mmix.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mmix.o -MD -MP -MF $(DEPDIR)/tc-mmix.Tpo -c -o tc-mmix.o `test -f 'config/tc-mmix.c' || echo '$(srcdir)/'`config/tc-mmix.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mmix.Tpo $(DEPDIR)/tc-mmix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mmix.c' object='tc-mmix.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mmix.o `test -f 'config/tc-mmix.c' || echo '$(srcdir)/'`config/tc-mmix.c + +tc-mmix.obj: config/tc-mmix.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mmix.obj -MD -MP -MF $(DEPDIR)/tc-mmix.Tpo -c -o tc-mmix.obj `if test -f 'config/tc-mmix.c'; then $(CYGPATH_W) 'config/tc-mmix.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mmix.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mmix.Tpo $(DEPDIR)/tc-mmix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mmix.c' object='tc-mmix.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mmix.obj `if test -f 'config/tc-mmix.c'; then $(CYGPATH_W) 'config/tc-mmix.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mmix.c'; fi` + +tc-mn10200.o: config/tc-mn10200.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10200.o -MD -MP -MF $(DEPDIR)/tc-mn10200.Tpo -c -o tc-mn10200.o `test -f 'config/tc-mn10200.c' || echo '$(srcdir)/'`config/tc-mn10200.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mn10200.Tpo $(DEPDIR)/tc-mn10200.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mn10200.c' object='tc-mn10200.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10200.o `test -f 'config/tc-mn10200.c' || echo '$(srcdir)/'`config/tc-mn10200.c + +tc-mn10200.obj: config/tc-mn10200.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10200.obj -MD -MP -MF $(DEPDIR)/tc-mn10200.Tpo -c -o tc-mn10200.obj `if test -f 'config/tc-mn10200.c'; then $(CYGPATH_W) 'config/tc-mn10200.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10200.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mn10200.Tpo $(DEPDIR)/tc-mn10200.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mn10200.c' object='tc-mn10200.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10200.obj `if test -f 'config/tc-mn10200.c'; then $(CYGPATH_W) 'config/tc-mn10200.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10200.c'; fi` + +tc-mn10300.o: config/tc-mn10300.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10300.o -MD -MP -MF $(DEPDIR)/tc-mn10300.Tpo -c -o tc-mn10300.o `test -f 'config/tc-mn10300.c' || echo '$(srcdir)/'`config/tc-mn10300.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mn10300.Tpo $(DEPDIR)/tc-mn10300.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mn10300.c' object='tc-mn10300.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10300.o `test -f 'config/tc-mn10300.c' || echo '$(srcdir)/'`config/tc-mn10300.c + +tc-mn10300.obj: config/tc-mn10300.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10300.obj -MD -MP -MF $(DEPDIR)/tc-mn10300.Tpo -c -o tc-mn10300.obj `if test -f 'config/tc-mn10300.c'; then $(CYGPATH_W) 'config/tc-mn10300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10300.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mn10300.Tpo $(DEPDIR)/tc-mn10300.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mn10300.c' object='tc-mn10300.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10300.obj `if test -f 'config/tc-mn10300.c'; then $(CYGPATH_W) 'config/tc-mn10300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10300.c'; fi` + +tc-msp430.o: config/tc-msp430.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-msp430.o -MD -MP -MF $(DEPDIR)/tc-msp430.Tpo -c -o tc-msp430.o `test -f 'config/tc-msp430.c' || echo '$(srcdir)/'`config/tc-msp430.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-msp430.Tpo $(DEPDIR)/tc-msp430.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-msp430.c' object='tc-msp430.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-msp430.o `test -f 'config/tc-msp430.c' || echo '$(srcdir)/'`config/tc-msp430.c + +tc-msp430.obj: config/tc-msp430.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-msp430.obj -MD -MP -MF $(DEPDIR)/tc-msp430.Tpo -c -o tc-msp430.obj `if test -f 'config/tc-msp430.c'; then $(CYGPATH_W) 'config/tc-msp430.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-msp430.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-msp430.Tpo $(DEPDIR)/tc-msp430.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-msp430.c' object='tc-msp430.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-msp430.obj `if test -f 'config/tc-msp430.c'; then $(CYGPATH_W) 'config/tc-msp430.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-msp430.c'; fi` + +tc-mt.o: config/tc-mt.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mt.o -MD -MP -MF $(DEPDIR)/tc-mt.Tpo -c -o tc-mt.o `test -f 'config/tc-mt.c' || echo '$(srcdir)/'`config/tc-mt.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mt.Tpo $(DEPDIR)/tc-mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mt.c' object='tc-mt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mt.o `test -f 'config/tc-mt.c' || echo '$(srcdir)/'`config/tc-mt.c + +tc-mt.obj: config/tc-mt.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mt.obj -MD -MP -MF $(DEPDIR)/tc-mt.Tpo -c -o tc-mt.obj `if test -f 'config/tc-mt.c'; then $(CYGPATH_W) 'config/tc-mt.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mt.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-mt.Tpo $(DEPDIR)/tc-mt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-mt.c' object='tc-mt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mt.obj `if test -f 'config/tc-mt.c'; then $(CYGPATH_W) 'config/tc-mt.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mt.c'; fi` + +tc-ns32k.o: config/tc-ns32k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ns32k.o -MD -MP -MF $(DEPDIR)/tc-ns32k.Tpo -c -o tc-ns32k.o `test -f 'config/tc-ns32k.c' || echo '$(srcdir)/'`config/tc-ns32k.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ns32k.Tpo $(DEPDIR)/tc-ns32k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ns32k.c' object='tc-ns32k.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ns32k.o `test -f 'config/tc-ns32k.c' || echo '$(srcdir)/'`config/tc-ns32k.c + +tc-ns32k.obj: config/tc-ns32k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ns32k.obj -MD -MP -MF $(DEPDIR)/tc-ns32k.Tpo -c -o tc-ns32k.obj `if test -f 'config/tc-ns32k.c'; then $(CYGPATH_W) 'config/tc-ns32k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ns32k.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ns32k.Tpo $(DEPDIR)/tc-ns32k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ns32k.c' object='tc-ns32k.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ns32k.obj `if test -f 'config/tc-ns32k.c'; then $(CYGPATH_W) 'config/tc-ns32k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ns32k.c'; fi` + +tc-openrisc.o: config/tc-openrisc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-openrisc.o -MD -MP -MF $(DEPDIR)/tc-openrisc.Tpo -c -o tc-openrisc.o `test -f 'config/tc-openrisc.c' || echo '$(srcdir)/'`config/tc-openrisc.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-openrisc.Tpo $(DEPDIR)/tc-openrisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-openrisc.c' object='tc-openrisc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-openrisc.o `test -f 'config/tc-openrisc.c' || echo '$(srcdir)/'`config/tc-openrisc.c + +tc-openrisc.obj: config/tc-openrisc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-openrisc.obj -MD -MP -MF $(DEPDIR)/tc-openrisc.Tpo -c -o tc-openrisc.obj `if test -f 'config/tc-openrisc.c'; then $(CYGPATH_W) 'config/tc-openrisc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-openrisc.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-openrisc.Tpo $(DEPDIR)/tc-openrisc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-openrisc.c' object='tc-openrisc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-openrisc.obj `if test -f 'config/tc-openrisc.c'; then $(CYGPATH_W) 'config/tc-openrisc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-openrisc.c'; fi` + +tc-or32.o: config/tc-or32.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-or32.o -MD -MP -MF $(DEPDIR)/tc-or32.Tpo -c -o tc-or32.o `test -f 'config/tc-or32.c' || echo '$(srcdir)/'`config/tc-or32.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-or32.Tpo $(DEPDIR)/tc-or32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-or32.c' object='tc-or32.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-or32.o `test -f 'config/tc-or32.c' || echo '$(srcdir)/'`config/tc-or32.c + +tc-or32.obj: config/tc-or32.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-or32.obj -MD -MP -MF $(DEPDIR)/tc-or32.Tpo -c -o tc-or32.obj `if test -f 'config/tc-or32.c'; then $(CYGPATH_W) 'config/tc-or32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-or32.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-or32.Tpo $(DEPDIR)/tc-or32.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-or32.c' object='tc-or32.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-or32.obj `if test -f 'config/tc-or32.c'; then $(CYGPATH_W) 'config/tc-or32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-or32.c'; fi` + +tc-pdp11.o: config/tc-pdp11.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pdp11.o -MD -MP -MF $(DEPDIR)/tc-pdp11.Tpo -c -o tc-pdp11.o `test -f 'config/tc-pdp11.c' || echo '$(srcdir)/'`config/tc-pdp11.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-pdp11.Tpo $(DEPDIR)/tc-pdp11.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-pdp11.c' object='tc-pdp11.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pdp11.o `test -f 'config/tc-pdp11.c' || echo '$(srcdir)/'`config/tc-pdp11.c + +tc-pdp11.obj: config/tc-pdp11.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pdp11.obj -MD -MP -MF $(DEPDIR)/tc-pdp11.Tpo -c -o tc-pdp11.obj `if test -f 'config/tc-pdp11.c'; then $(CYGPATH_W) 'config/tc-pdp11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pdp11.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-pdp11.Tpo $(DEPDIR)/tc-pdp11.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-pdp11.c' object='tc-pdp11.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pdp11.obj `if test -f 'config/tc-pdp11.c'; then $(CYGPATH_W) 'config/tc-pdp11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pdp11.c'; fi` + +tc-pj.o: config/tc-pj.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pj.o -MD -MP -MF $(DEPDIR)/tc-pj.Tpo -c -o tc-pj.o `test -f 'config/tc-pj.c' || echo '$(srcdir)/'`config/tc-pj.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-pj.Tpo $(DEPDIR)/tc-pj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-pj.c' object='tc-pj.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pj.o `test -f 'config/tc-pj.c' || echo '$(srcdir)/'`config/tc-pj.c + +tc-pj.obj: config/tc-pj.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pj.obj -MD -MP -MF $(DEPDIR)/tc-pj.Tpo -c -o tc-pj.obj `if test -f 'config/tc-pj.c'; then $(CYGPATH_W) 'config/tc-pj.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pj.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-pj.Tpo $(DEPDIR)/tc-pj.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-pj.c' object='tc-pj.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pj.obj `if test -f 'config/tc-pj.c'; then $(CYGPATH_W) 'config/tc-pj.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pj.c'; fi` + +tc-ppc.o: config/tc-ppc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ppc.o -MD -MP -MF $(DEPDIR)/tc-ppc.Tpo -c -o tc-ppc.o `test -f 'config/tc-ppc.c' || echo '$(srcdir)/'`config/tc-ppc.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ppc.Tpo $(DEPDIR)/tc-ppc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ppc.c' object='tc-ppc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ppc.o `test -f 'config/tc-ppc.c' || echo '$(srcdir)/'`config/tc-ppc.c + +tc-ppc.obj: config/tc-ppc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ppc.obj -MD -MP -MF $(DEPDIR)/tc-ppc.Tpo -c -o tc-ppc.obj `if test -f 'config/tc-ppc.c'; then $(CYGPATH_W) 'config/tc-ppc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ppc.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-ppc.Tpo $(DEPDIR)/tc-ppc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-ppc.c' object='tc-ppc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ppc.obj `if test -f 'config/tc-ppc.c'; then $(CYGPATH_W) 'config/tc-ppc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ppc.c'; fi` + +tc-s390.o: config/tc-s390.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-s390.o -MD -MP -MF $(DEPDIR)/tc-s390.Tpo -c -o tc-s390.o `test -f 'config/tc-s390.c' || echo '$(srcdir)/'`config/tc-s390.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-s390.Tpo $(DEPDIR)/tc-s390.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-s390.c' object='tc-s390.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-s390.o `test -f 'config/tc-s390.c' || echo '$(srcdir)/'`config/tc-s390.c + +tc-s390.obj: config/tc-s390.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-s390.obj -MD -MP -MF $(DEPDIR)/tc-s390.Tpo -c -o tc-s390.obj `if test -f 'config/tc-s390.c'; then $(CYGPATH_W) 'config/tc-s390.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-s390.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-s390.Tpo $(DEPDIR)/tc-s390.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-s390.c' object='tc-s390.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-s390.obj `if test -f 'config/tc-s390.c'; then $(CYGPATH_W) 'config/tc-s390.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-s390.c'; fi` + +tc-score.o: config/tc-score.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-score.o -MD -MP -MF $(DEPDIR)/tc-score.Tpo -c -o tc-score.o `test -f 'config/tc-score.c' || echo '$(srcdir)/'`config/tc-score.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-score.Tpo $(DEPDIR)/tc-score.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-score.c' object='tc-score.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-score.o `test -f 'config/tc-score.c' || echo '$(srcdir)/'`config/tc-score.c + +tc-score.obj: config/tc-score.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-score.obj -MD -MP -MF $(DEPDIR)/tc-score.Tpo -c -o tc-score.obj `if test -f 'config/tc-score.c'; then $(CYGPATH_W) 'config/tc-score.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-score.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-score.Tpo $(DEPDIR)/tc-score.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-score.c' object='tc-score.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-score.obj `if test -f 'config/tc-score.c'; then $(CYGPATH_W) 'config/tc-score.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-score.c'; fi` + +tc-sh.o: config/tc-sh.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh.o -MD -MP -MF $(DEPDIR)/tc-sh.Tpo -c -o tc-sh.o `test -f 'config/tc-sh.c' || echo '$(srcdir)/'`config/tc-sh.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-sh.Tpo $(DEPDIR)/tc-sh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-sh.c' object='tc-sh.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh.o `test -f 'config/tc-sh.c' || echo '$(srcdir)/'`config/tc-sh.c + +tc-sh.obj: config/tc-sh.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh.obj -MD -MP -MF $(DEPDIR)/tc-sh.Tpo -c -o tc-sh.obj `if test -f 'config/tc-sh.c'; then $(CYGPATH_W) 'config/tc-sh.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-sh.Tpo $(DEPDIR)/tc-sh.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-sh.c' object='tc-sh.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh.obj `if test -f 'config/tc-sh.c'; then $(CYGPATH_W) 'config/tc-sh.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh.c'; fi` + +tc-sh64.o: config/tc-sh64.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh64.o -MD -MP -MF $(DEPDIR)/tc-sh64.Tpo -c -o tc-sh64.o `test -f 'config/tc-sh64.c' || echo '$(srcdir)/'`config/tc-sh64.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-sh64.Tpo $(DEPDIR)/tc-sh64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-sh64.c' object='tc-sh64.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh64.o `test -f 'config/tc-sh64.c' || echo '$(srcdir)/'`config/tc-sh64.c + +tc-sh64.obj: config/tc-sh64.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh64.obj -MD -MP -MF $(DEPDIR)/tc-sh64.Tpo -c -o tc-sh64.obj `if test -f 'config/tc-sh64.c'; then $(CYGPATH_W) 'config/tc-sh64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh64.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-sh64.Tpo $(DEPDIR)/tc-sh64.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-sh64.c' object='tc-sh64.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh64.obj `if test -f 'config/tc-sh64.c'; then $(CYGPATH_W) 'config/tc-sh64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh64.c'; fi` + +tc-sparc.o: config/tc-sparc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sparc.o -MD -MP -MF $(DEPDIR)/tc-sparc.Tpo -c -o tc-sparc.o `test -f 'config/tc-sparc.c' || echo '$(srcdir)/'`config/tc-sparc.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-sparc.Tpo $(DEPDIR)/tc-sparc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-sparc.c' object='tc-sparc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sparc.o `test -f 'config/tc-sparc.c' || echo '$(srcdir)/'`config/tc-sparc.c + +tc-sparc.obj: config/tc-sparc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sparc.obj -MD -MP -MF $(DEPDIR)/tc-sparc.Tpo -c -o tc-sparc.obj `if test -f 'config/tc-sparc.c'; then $(CYGPATH_W) 'config/tc-sparc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sparc.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-sparc.Tpo $(DEPDIR)/tc-sparc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-sparc.c' object='tc-sparc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sparc.obj `if test -f 'config/tc-sparc.c'; then $(CYGPATH_W) 'config/tc-sparc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sparc.c'; fi` + +tc-spu.o: config/tc-spu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-spu.o -MD -MP -MF $(DEPDIR)/tc-spu.Tpo -c -o tc-spu.o `test -f 'config/tc-spu.c' || echo '$(srcdir)/'`config/tc-spu.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-spu.Tpo $(DEPDIR)/tc-spu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-spu.c' object='tc-spu.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-spu.o `test -f 'config/tc-spu.c' || echo '$(srcdir)/'`config/tc-spu.c + +tc-spu.obj: config/tc-spu.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-spu.obj -MD -MP -MF $(DEPDIR)/tc-spu.Tpo -c -o tc-spu.obj `if test -f 'config/tc-spu.c'; then $(CYGPATH_W) 'config/tc-spu.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-spu.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-spu.Tpo $(DEPDIR)/tc-spu.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-spu.c' object='tc-spu.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-spu.obj `if test -f 'config/tc-spu.c'; then $(CYGPATH_W) 'config/tc-spu.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-spu.c'; fi` + +tc-tic30.o: config/tc-tic30.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic30.o -MD -MP -MF $(DEPDIR)/tc-tic30.Tpo -c -o tc-tic30.o `test -f 'config/tc-tic30.c' || echo '$(srcdir)/'`config/tc-tic30.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-tic30.Tpo $(DEPDIR)/tc-tic30.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-tic30.c' object='tc-tic30.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic30.o `test -f 'config/tc-tic30.c' || echo '$(srcdir)/'`config/tc-tic30.c + +tc-tic30.obj: config/tc-tic30.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic30.obj -MD -MP -MF $(DEPDIR)/tc-tic30.Tpo -c -o tc-tic30.obj `if test -f 'config/tc-tic30.c'; then $(CYGPATH_W) 'config/tc-tic30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic30.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-tic30.Tpo $(DEPDIR)/tc-tic30.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-tic30.c' object='tc-tic30.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic30.obj `if test -f 'config/tc-tic30.c'; then $(CYGPATH_W) 'config/tc-tic30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic30.c'; fi` + +tc-tic4x.o: config/tc-tic4x.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic4x.o -MD -MP -MF $(DEPDIR)/tc-tic4x.Tpo -c -o tc-tic4x.o `test -f 'config/tc-tic4x.c' || echo '$(srcdir)/'`config/tc-tic4x.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-tic4x.Tpo $(DEPDIR)/tc-tic4x.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-tic4x.c' object='tc-tic4x.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic4x.o `test -f 'config/tc-tic4x.c' || echo '$(srcdir)/'`config/tc-tic4x.c + +tc-tic4x.obj: config/tc-tic4x.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic4x.obj -MD -MP -MF $(DEPDIR)/tc-tic4x.Tpo -c -o tc-tic4x.obj `if test -f 'config/tc-tic4x.c'; then $(CYGPATH_W) 'config/tc-tic4x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic4x.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-tic4x.Tpo $(DEPDIR)/tc-tic4x.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-tic4x.c' object='tc-tic4x.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic4x.obj `if test -f 'config/tc-tic4x.c'; then $(CYGPATH_W) 'config/tc-tic4x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic4x.c'; fi` + +tc-tic54x.o: config/tc-tic54x.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic54x.o -MD -MP -MF $(DEPDIR)/tc-tic54x.Tpo -c -o tc-tic54x.o `test -f 'config/tc-tic54x.c' || echo '$(srcdir)/'`config/tc-tic54x.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-tic54x.Tpo $(DEPDIR)/tc-tic54x.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-tic54x.c' object='tc-tic54x.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic54x.o `test -f 'config/tc-tic54x.c' || echo '$(srcdir)/'`config/tc-tic54x.c + +tc-tic54x.obj: config/tc-tic54x.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic54x.obj -MD -MP -MF $(DEPDIR)/tc-tic54x.Tpo -c -o tc-tic54x.obj `if test -f 'config/tc-tic54x.c'; then $(CYGPATH_W) 'config/tc-tic54x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic54x.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-tic54x.Tpo $(DEPDIR)/tc-tic54x.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-tic54x.c' object='tc-tic54x.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic54x.obj `if test -f 'config/tc-tic54x.c'; then $(CYGPATH_W) 'config/tc-tic54x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic54x.c'; fi` + +tc-vax.o: config/tc-vax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-vax.o -MD -MP -MF $(DEPDIR)/tc-vax.Tpo -c -o tc-vax.o `test -f 'config/tc-vax.c' || echo '$(srcdir)/'`config/tc-vax.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-vax.Tpo $(DEPDIR)/tc-vax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-vax.c' object='tc-vax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-vax.o `test -f 'config/tc-vax.c' || echo '$(srcdir)/'`config/tc-vax.c + +tc-vax.obj: config/tc-vax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-vax.obj -MD -MP -MF $(DEPDIR)/tc-vax.Tpo -c -o tc-vax.obj `if test -f 'config/tc-vax.c'; then $(CYGPATH_W) 'config/tc-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-vax.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-vax.Tpo $(DEPDIR)/tc-vax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-vax.c' object='tc-vax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-vax.obj `if test -f 'config/tc-vax.c'; then $(CYGPATH_W) 'config/tc-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-vax.c'; fi` + +tc-v850.o: config/tc-v850.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-v850.o -MD -MP -MF $(DEPDIR)/tc-v850.Tpo -c -o tc-v850.o `test -f 'config/tc-v850.c' || echo '$(srcdir)/'`config/tc-v850.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-v850.Tpo $(DEPDIR)/tc-v850.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-v850.c' object='tc-v850.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-v850.o `test -f 'config/tc-v850.c' || echo '$(srcdir)/'`config/tc-v850.c + +tc-v850.obj: config/tc-v850.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-v850.obj -MD -MP -MF $(DEPDIR)/tc-v850.Tpo -c -o tc-v850.obj `if test -f 'config/tc-v850.c'; then $(CYGPATH_W) 'config/tc-v850.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-v850.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-v850.Tpo $(DEPDIR)/tc-v850.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-v850.c' object='tc-v850.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-v850.obj `if test -f 'config/tc-v850.c'; then $(CYGPATH_W) 'config/tc-v850.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-v850.c'; fi` + +tc-xstormy16.o: config/tc-xstormy16.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xstormy16.o -MD -MP -MF $(DEPDIR)/tc-xstormy16.Tpo -c -o tc-xstormy16.o `test -f 'config/tc-xstormy16.c' || echo '$(srcdir)/'`config/tc-xstormy16.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-xstormy16.Tpo $(DEPDIR)/tc-xstormy16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-xstormy16.c' object='tc-xstormy16.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xstormy16.o `test -f 'config/tc-xstormy16.c' || echo '$(srcdir)/'`config/tc-xstormy16.c + +tc-xstormy16.obj: config/tc-xstormy16.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xstormy16.obj -MD -MP -MF $(DEPDIR)/tc-xstormy16.Tpo -c -o tc-xstormy16.obj `if test -f 'config/tc-xstormy16.c'; then $(CYGPATH_W) 'config/tc-xstormy16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xstormy16.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-xstormy16.Tpo $(DEPDIR)/tc-xstormy16.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-xstormy16.c' object='tc-xstormy16.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xstormy16.obj `if test -f 'config/tc-xstormy16.c'; then $(CYGPATH_W) 'config/tc-xstormy16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xstormy16.c'; fi` + +tc-xc16x.o: config/tc-xc16x.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xc16x.o -MD -MP -MF $(DEPDIR)/tc-xc16x.Tpo -c -o tc-xc16x.o `test -f 'config/tc-xc16x.c' || echo '$(srcdir)/'`config/tc-xc16x.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-xc16x.Tpo $(DEPDIR)/tc-xc16x.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-xc16x.c' object='tc-xc16x.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xc16x.o `test -f 'config/tc-xc16x.c' || echo '$(srcdir)/'`config/tc-xc16x.c + +tc-xc16x.obj: config/tc-xc16x.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xc16x.obj -MD -MP -MF $(DEPDIR)/tc-xc16x.Tpo -c -o tc-xc16x.obj `if test -f 'config/tc-xc16x.c'; then $(CYGPATH_W) 'config/tc-xc16x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xc16x.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-xc16x.Tpo $(DEPDIR)/tc-xc16x.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-xc16x.c' object='tc-xc16x.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xc16x.obj `if test -f 'config/tc-xc16x.c'; then $(CYGPATH_W) 'config/tc-xc16x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xc16x.c'; fi` + +tc-xtensa.o: config/tc-xtensa.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xtensa.o -MD -MP -MF $(DEPDIR)/tc-xtensa.Tpo -c -o tc-xtensa.o `test -f 'config/tc-xtensa.c' || echo '$(srcdir)/'`config/tc-xtensa.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-xtensa.Tpo $(DEPDIR)/tc-xtensa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-xtensa.c' object='tc-xtensa.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xtensa.o `test -f 'config/tc-xtensa.c' || echo '$(srcdir)/'`config/tc-xtensa.c + +tc-xtensa.obj: config/tc-xtensa.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xtensa.obj -MD -MP -MF $(DEPDIR)/tc-xtensa.Tpo -c -o tc-xtensa.obj `if test -f 'config/tc-xtensa.c'; then $(CYGPATH_W) 'config/tc-xtensa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xtensa.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-xtensa.Tpo $(DEPDIR)/tc-xtensa.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-xtensa.c' object='tc-xtensa.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xtensa.obj `if test -f 'config/tc-xtensa.c'; then $(CYGPATH_W) 'config/tc-xtensa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xtensa.c'; fi` + +tc-z80.o: config/tc-z80.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z80.o -MD -MP -MF $(DEPDIR)/tc-z80.Tpo -c -o tc-z80.o `test -f 'config/tc-z80.c' || echo '$(srcdir)/'`config/tc-z80.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-z80.Tpo $(DEPDIR)/tc-z80.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-z80.c' object='tc-z80.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z80.o `test -f 'config/tc-z80.c' || echo '$(srcdir)/'`config/tc-z80.c + +tc-z80.obj: config/tc-z80.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z80.obj -MD -MP -MF $(DEPDIR)/tc-z80.Tpo -c -o tc-z80.obj `if test -f 'config/tc-z80.c'; then $(CYGPATH_W) 'config/tc-z80.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z80.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-z80.Tpo $(DEPDIR)/tc-z80.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-z80.c' object='tc-z80.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z80.obj `if test -f 'config/tc-z80.c'; then $(CYGPATH_W) 'config/tc-z80.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z80.c'; fi` + +tc-z8k.o: config/tc-z8k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z8k.o -MD -MP -MF $(DEPDIR)/tc-z8k.Tpo -c -o tc-z8k.o `test -f 'config/tc-z8k.c' || echo '$(srcdir)/'`config/tc-z8k.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-z8k.Tpo $(DEPDIR)/tc-z8k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-z8k.c' object='tc-z8k.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z8k.o `test -f 'config/tc-z8k.c' || echo '$(srcdir)/'`config/tc-z8k.c + +tc-z8k.obj: config/tc-z8k.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z8k.obj -MD -MP -MF $(DEPDIR)/tc-z8k.Tpo -c -o tc-z8k.obj `if test -f 'config/tc-z8k.c'; then $(CYGPATH_W) 'config/tc-z8k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z8k.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tc-z8k.Tpo $(DEPDIR)/tc-z8k.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/tc-z8k.c' object='tc-z8k.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z8k.obj `if test -f 'config/tc-z8k.c'; then $(CYGPATH_W) 'config/tc-z8k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z8k.c'; fi` + +xtensa-relax.o: config/xtensa-relax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtensa-relax.o -MD -MP -MF $(DEPDIR)/xtensa-relax.Tpo -c -o xtensa-relax.o `test -f 'config/xtensa-relax.c' || echo '$(srcdir)/'`config/xtensa-relax.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xtensa-relax.Tpo $(DEPDIR)/xtensa-relax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/xtensa-relax.c' object='xtensa-relax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtensa-relax.o `test -f 'config/xtensa-relax.c' || echo '$(srcdir)/'`config/xtensa-relax.c + +xtensa-relax.obj: config/xtensa-relax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtensa-relax.obj -MD -MP -MF $(DEPDIR)/xtensa-relax.Tpo -c -o xtensa-relax.obj `if test -f 'config/xtensa-relax.c'; then $(CYGPATH_W) 'config/xtensa-relax.c'; else $(CYGPATH_W) '$(srcdir)/config/xtensa-relax.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xtensa-relax.Tpo $(DEPDIR)/xtensa-relax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/xtensa-relax.c' object='xtensa-relax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtensa-relax.obj `if test -f 'config/xtensa-relax.c'; then $(CYGPATH_W) 'config/xtensa-relax.c'; else $(CYGPATH_W) '$(srcdir)/config/xtensa-relax.c'; fi` + +obj-aout.o: config/obj-aout.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-aout.o -MD -MP -MF $(DEPDIR)/obj-aout.Tpo -c -o obj-aout.o `test -f 'config/obj-aout.c' || echo '$(srcdir)/'`config/obj-aout.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-aout.Tpo $(DEPDIR)/obj-aout.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-aout.c' object='obj-aout.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-aout.o `test -f 'config/obj-aout.c' || echo '$(srcdir)/'`config/obj-aout.c + +obj-aout.obj: config/obj-aout.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-aout.obj -MD -MP -MF $(DEPDIR)/obj-aout.Tpo -c -o obj-aout.obj `if test -f 'config/obj-aout.c'; then $(CYGPATH_W) 'config/obj-aout.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-aout.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-aout.Tpo $(DEPDIR)/obj-aout.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-aout.c' object='obj-aout.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-aout.obj `if test -f 'config/obj-aout.c'; then $(CYGPATH_W) 'config/obj-aout.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-aout.c'; fi` + +obj-coff.o: config/obj-coff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-coff.o -MD -MP -MF $(DEPDIR)/obj-coff.Tpo -c -o obj-coff.o `test -f 'config/obj-coff.c' || echo '$(srcdir)/'`config/obj-coff.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-coff.Tpo $(DEPDIR)/obj-coff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-coff.c' object='obj-coff.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-coff.o `test -f 'config/obj-coff.c' || echo '$(srcdir)/'`config/obj-coff.c + +obj-coff.obj: config/obj-coff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-coff.obj -MD -MP -MF $(DEPDIR)/obj-coff.Tpo -c -o obj-coff.obj `if test -f 'config/obj-coff.c'; then $(CYGPATH_W) 'config/obj-coff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-coff.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-coff.Tpo $(DEPDIR)/obj-coff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-coff.c' object='obj-coff.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-coff.obj `if test -f 'config/obj-coff.c'; then $(CYGPATH_W) 'config/obj-coff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-coff.c'; fi` + +obj-ecoff.o: config/obj-ecoff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-ecoff.o -MD -MP -MF $(DEPDIR)/obj-ecoff.Tpo -c -o obj-ecoff.o `test -f 'config/obj-ecoff.c' || echo '$(srcdir)/'`config/obj-ecoff.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-ecoff.Tpo $(DEPDIR)/obj-ecoff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-ecoff.c' object='obj-ecoff.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-ecoff.o `test -f 'config/obj-ecoff.c' || echo '$(srcdir)/'`config/obj-ecoff.c + +obj-ecoff.obj: config/obj-ecoff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-ecoff.obj -MD -MP -MF $(DEPDIR)/obj-ecoff.Tpo -c -o obj-ecoff.obj `if test -f 'config/obj-ecoff.c'; then $(CYGPATH_W) 'config/obj-ecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-ecoff.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-ecoff.Tpo $(DEPDIR)/obj-ecoff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-ecoff.c' object='obj-ecoff.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-ecoff.obj `if test -f 'config/obj-ecoff.c'; then $(CYGPATH_W) 'config/obj-ecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-ecoff.c'; fi` + +obj-elf.o: config/obj-elf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-elf.o -MD -MP -MF $(DEPDIR)/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '$(srcdir)/'`config/obj-elf.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-elf.Tpo $(DEPDIR)/obj-elf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-elf.c' object='obj-elf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '$(srcdir)/'`config/obj-elf.c + +obj-elf.obj: config/obj-elf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-elf.obj -MD -MP -MF $(DEPDIR)/obj-elf.Tpo -c -o obj-elf.obj `if test -f 'config/obj-elf.c'; then $(CYGPATH_W) 'config/obj-elf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-elf.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-elf.Tpo $(DEPDIR)/obj-elf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-elf.c' object='obj-elf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-elf.obj `if test -f 'config/obj-elf.c'; then $(CYGPATH_W) 'config/obj-elf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-elf.c'; fi` + +obj-evax.o: config/obj-evax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-evax.o -MD -MP -MF $(DEPDIR)/obj-evax.Tpo -c -o obj-evax.o `test -f 'config/obj-evax.c' || echo '$(srcdir)/'`config/obj-evax.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-evax.Tpo $(DEPDIR)/obj-evax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-evax.c' object='obj-evax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-evax.o `test -f 'config/obj-evax.c' || echo '$(srcdir)/'`config/obj-evax.c + +obj-evax.obj: config/obj-evax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-evax.obj -MD -MP -MF $(DEPDIR)/obj-evax.Tpo -c -o obj-evax.obj `if test -f 'config/obj-evax.c'; then $(CYGPATH_W) 'config/obj-evax.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-evax.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-evax.Tpo $(DEPDIR)/obj-evax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-evax.c' object='obj-evax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-evax.obj `if test -f 'config/obj-evax.c'; then $(CYGPATH_W) 'config/obj-evax.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-evax.c'; fi` + +obj-fdpicelf.o: config/obj-fdpicelf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-fdpicelf.o -MD -MP -MF $(DEPDIR)/obj-fdpicelf.Tpo -c -o obj-fdpicelf.o `test -f 'config/obj-fdpicelf.c' || echo '$(srcdir)/'`config/obj-fdpicelf.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-fdpicelf.Tpo $(DEPDIR)/obj-fdpicelf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-fdpicelf.c' object='obj-fdpicelf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-fdpicelf.o `test -f 'config/obj-fdpicelf.c' || echo '$(srcdir)/'`config/obj-fdpicelf.c + +obj-fdpicelf.obj: config/obj-fdpicelf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-fdpicelf.obj -MD -MP -MF $(DEPDIR)/obj-fdpicelf.Tpo -c -o obj-fdpicelf.obj `if test -f 'config/obj-fdpicelf.c'; then $(CYGPATH_W) 'config/obj-fdpicelf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-fdpicelf.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-fdpicelf.Tpo $(DEPDIR)/obj-fdpicelf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-fdpicelf.c' object='obj-fdpicelf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-fdpicelf.obj `if test -f 'config/obj-fdpicelf.c'; then $(CYGPATH_W) 'config/obj-fdpicelf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-fdpicelf.c'; fi` + +obj-macho.o: config/obj-macho.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-macho.o -MD -MP -MF $(DEPDIR)/obj-macho.Tpo -c -o obj-macho.o `test -f 'config/obj-macho.c' || echo '$(srcdir)/'`config/obj-macho.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-macho.Tpo $(DEPDIR)/obj-macho.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-macho.c' object='obj-macho.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-macho.o `test -f 'config/obj-macho.c' || echo '$(srcdir)/'`config/obj-macho.c + +obj-macho.obj: config/obj-macho.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-macho.obj -MD -MP -MF $(DEPDIR)/obj-macho.Tpo -c -o obj-macho.obj `if test -f 'config/obj-macho.c'; then $(CYGPATH_W) 'config/obj-macho.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-macho.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-macho.Tpo $(DEPDIR)/obj-macho.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-macho.c' object='obj-macho.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-macho.obj `if test -f 'config/obj-macho.c'; then $(CYGPATH_W) 'config/obj-macho.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-macho.c'; fi` + +obj-multi.o: config/obj-multi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-multi.o -MD -MP -MF $(DEPDIR)/obj-multi.Tpo -c -o obj-multi.o `test -f 'config/obj-multi.c' || echo '$(srcdir)/'`config/obj-multi.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-multi.Tpo $(DEPDIR)/obj-multi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-multi.c' object='obj-multi.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-multi.o `test -f 'config/obj-multi.c' || echo '$(srcdir)/'`config/obj-multi.c + +obj-multi.obj: config/obj-multi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-multi.obj -MD -MP -MF $(DEPDIR)/obj-multi.Tpo -c -o obj-multi.obj `if test -f 'config/obj-multi.c'; then $(CYGPATH_W) 'config/obj-multi.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-multi.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-multi.Tpo $(DEPDIR)/obj-multi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-multi.c' object='obj-multi.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-multi.obj `if test -f 'config/obj-multi.c'; then $(CYGPATH_W) 'config/obj-multi.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-multi.c'; fi` + +obj-som.o: config/obj-som.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-som.o -MD -MP -MF $(DEPDIR)/obj-som.Tpo -c -o obj-som.o `test -f 'config/obj-som.c' || echo '$(srcdir)/'`config/obj-som.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-som.Tpo $(DEPDIR)/obj-som.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-som.c' object='obj-som.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-som.o `test -f 'config/obj-som.c' || echo '$(srcdir)/'`config/obj-som.c + +obj-som.obj: config/obj-som.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-som.obj -MD -MP -MF $(DEPDIR)/obj-som.Tpo -c -o obj-som.obj `if test -f 'config/obj-som.c'; then $(CYGPATH_W) 'config/obj-som.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-som.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/obj-som.Tpo $(DEPDIR)/obj-som.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/obj-som.c' object='obj-som.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-som.obj `if test -f 'config/obj-som.c'; then $(CYGPATH_W) 'config/obj-som.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-som.c'; fi` + +atof-ieee.o: config/atof-ieee.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-ieee.o -MD -MP -MF $(DEPDIR)/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '$(srcdir)/'`config/atof-ieee.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/atof-ieee.Tpo $(DEPDIR)/atof-ieee.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/atof-ieee.c' object='atof-ieee.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '$(srcdir)/'`config/atof-ieee.c + +atof-ieee.obj: config/atof-ieee.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-ieee.obj -MD -MP -MF $(DEPDIR)/atof-ieee.Tpo -c -o atof-ieee.obj `if test -f 'config/atof-ieee.c'; then $(CYGPATH_W) 'config/atof-ieee.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-ieee.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/atof-ieee.Tpo $(DEPDIR)/atof-ieee.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/atof-ieee.c' object='atof-ieee.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-ieee.obj `if test -f 'config/atof-ieee.c'; then $(CYGPATH_W) 'config/atof-ieee.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-ieee.c'; fi` + +atof-vax.o: config/atof-vax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-vax.o -MD -MP -MF $(DEPDIR)/atof-vax.Tpo -c -o atof-vax.o `test -f 'config/atof-vax.c' || echo '$(srcdir)/'`config/atof-vax.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/atof-vax.Tpo $(DEPDIR)/atof-vax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/atof-vax.c' object='atof-vax.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-vax.o `test -f 'config/atof-vax.c' || echo '$(srcdir)/'`config/atof-vax.c + +atof-vax.obj: config/atof-vax.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-vax.obj -MD -MP -MF $(DEPDIR)/atof-vax.Tpo -c -o atof-vax.obj `if test -f 'config/atof-vax.c'; then $(CYGPATH_W) 'config/atof-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-vax.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/atof-vax.Tpo $(DEPDIR)/atof-vax.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/atof-vax.c' object='atof-vax.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-vax.obj `if test -f 'config/atof-vax.c'; then $(CYGPATH_W) 'config/atof-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-vax.c'; fi` + +e-crisaout.o: config/e-crisaout.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-crisaout.o -MD -MP -MF $(DEPDIR)/e-crisaout.Tpo -c -o e-crisaout.o `test -f 'config/e-crisaout.c' || echo '$(srcdir)/'`config/e-crisaout.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-crisaout.Tpo $(DEPDIR)/e-crisaout.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-crisaout.c' object='e-crisaout.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-crisaout.o `test -f 'config/e-crisaout.c' || echo '$(srcdir)/'`config/e-crisaout.c + +e-crisaout.obj: config/e-crisaout.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-crisaout.obj -MD -MP -MF $(DEPDIR)/e-crisaout.Tpo -c -o e-crisaout.obj `if test -f 'config/e-crisaout.c'; then $(CYGPATH_W) 'config/e-crisaout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-crisaout.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-crisaout.Tpo $(DEPDIR)/e-crisaout.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-crisaout.c' object='e-crisaout.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-crisaout.obj `if test -f 'config/e-crisaout.c'; then $(CYGPATH_W) 'config/e-crisaout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-crisaout.c'; fi` + +e-criself.o: config/e-criself.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-criself.o -MD -MP -MF $(DEPDIR)/e-criself.Tpo -c -o e-criself.o `test -f 'config/e-criself.c' || echo '$(srcdir)/'`config/e-criself.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-criself.Tpo $(DEPDIR)/e-criself.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-criself.c' object='e-criself.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-criself.o `test -f 'config/e-criself.c' || echo '$(srcdir)/'`config/e-criself.c + +e-criself.obj: config/e-criself.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-criself.obj -MD -MP -MF $(DEPDIR)/e-criself.Tpo -c -o e-criself.obj `if test -f 'config/e-criself.c'; then $(CYGPATH_W) 'config/e-criself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-criself.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-criself.Tpo $(DEPDIR)/e-criself.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-criself.c' object='e-criself.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-criself.obj `if test -f 'config/e-criself.c'; then $(CYGPATH_W) 'config/e-criself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-criself.c'; fi` + +e-i386aout.o: config/e-i386aout.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386aout.o -MD -MP -MF $(DEPDIR)/e-i386aout.Tpo -c -o e-i386aout.o `test -f 'config/e-i386aout.c' || echo '$(srcdir)/'`config/e-i386aout.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-i386aout.Tpo $(DEPDIR)/e-i386aout.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-i386aout.c' object='e-i386aout.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386aout.o `test -f 'config/e-i386aout.c' || echo '$(srcdir)/'`config/e-i386aout.c + +e-i386aout.obj: config/e-i386aout.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386aout.obj -MD -MP -MF $(DEPDIR)/e-i386aout.Tpo -c -o e-i386aout.obj `if test -f 'config/e-i386aout.c'; then $(CYGPATH_W) 'config/e-i386aout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386aout.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-i386aout.Tpo $(DEPDIR)/e-i386aout.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-i386aout.c' object='e-i386aout.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386aout.obj `if test -f 'config/e-i386aout.c'; then $(CYGPATH_W) 'config/e-i386aout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386aout.c'; fi` + +e-i386coff.o: config/e-i386coff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386coff.o -MD -MP -MF $(DEPDIR)/e-i386coff.Tpo -c -o e-i386coff.o `test -f 'config/e-i386coff.c' || echo '$(srcdir)/'`config/e-i386coff.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-i386coff.Tpo $(DEPDIR)/e-i386coff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-i386coff.c' object='e-i386coff.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386coff.o `test -f 'config/e-i386coff.c' || echo '$(srcdir)/'`config/e-i386coff.c + +e-i386coff.obj: config/e-i386coff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386coff.obj -MD -MP -MF $(DEPDIR)/e-i386coff.Tpo -c -o e-i386coff.obj `if test -f 'config/e-i386coff.c'; then $(CYGPATH_W) 'config/e-i386coff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386coff.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-i386coff.Tpo $(DEPDIR)/e-i386coff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-i386coff.c' object='e-i386coff.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386coff.obj `if test -f 'config/e-i386coff.c'; then $(CYGPATH_W) 'config/e-i386coff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386coff.c'; fi` + +e-i386elf.o: config/e-i386elf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386elf.o -MD -MP -MF $(DEPDIR)/e-i386elf.Tpo -c -o e-i386elf.o `test -f 'config/e-i386elf.c' || echo '$(srcdir)/'`config/e-i386elf.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-i386elf.Tpo $(DEPDIR)/e-i386elf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-i386elf.c' object='e-i386elf.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386elf.o `test -f 'config/e-i386elf.c' || echo '$(srcdir)/'`config/e-i386elf.c + +e-i386elf.obj: config/e-i386elf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386elf.obj -MD -MP -MF $(DEPDIR)/e-i386elf.Tpo -c -o e-i386elf.obj `if test -f 'config/e-i386elf.c'; then $(CYGPATH_W) 'config/e-i386elf.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386elf.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-i386elf.Tpo $(DEPDIR)/e-i386elf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-i386elf.c' object='e-i386elf.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386elf.obj `if test -f 'config/e-i386elf.c'; then $(CYGPATH_W) 'config/e-i386elf.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386elf.c'; fi` + +e-mipsecoff.o: config/e-mipsecoff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipsecoff.o -MD -MP -MF $(DEPDIR)/e-mipsecoff.Tpo -c -o e-mipsecoff.o `test -f 'config/e-mipsecoff.c' || echo '$(srcdir)/'`config/e-mipsecoff.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-mipsecoff.Tpo $(DEPDIR)/e-mipsecoff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-mipsecoff.c' object='e-mipsecoff.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipsecoff.o `test -f 'config/e-mipsecoff.c' || echo '$(srcdir)/'`config/e-mipsecoff.c + +e-mipsecoff.obj: config/e-mipsecoff.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipsecoff.obj -MD -MP -MF $(DEPDIR)/e-mipsecoff.Tpo -c -o e-mipsecoff.obj `if test -f 'config/e-mipsecoff.c'; then $(CYGPATH_W) 'config/e-mipsecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipsecoff.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-mipsecoff.Tpo $(DEPDIR)/e-mipsecoff.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-mipsecoff.c' object='e-mipsecoff.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipsecoff.obj `if test -f 'config/e-mipsecoff.c'; then $(CYGPATH_W) 'config/e-mipsecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipsecoff.c'; fi` + +e-mipself.o: config/e-mipself.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipself.o -MD -MP -MF $(DEPDIR)/e-mipself.Tpo -c -o e-mipself.o `test -f 'config/e-mipself.c' || echo '$(srcdir)/'`config/e-mipself.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-mipself.Tpo $(DEPDIR)/e-mipself.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-mipself.c' object='e-mipself.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipself.o `test -f 'config/e-mipself.c' || echo '$(srcdir)/'`config/e-mipself.c + +e-mipself.obj: config/e-mipself.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipself.obj -MD -MP -MF $(DEPDIR)/e-mipself.Tpo -c -o e-mipself.obj `if test -f 'config/e-mipself.c'; then $(CYGPATH_W) 'config/e-mipself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipself.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/e-mipself.Tpo $(DEPDIR)/e-mipself.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/e-mipself.c' object='e-mipself.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipself.obj `if test -f 'config/e-mipself.c'; then $(CYGPATH_W) 'config/e-mipself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipself.c'; fi` .l.c: $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) @@ -4755,7 +2287,7 @@ distclean-DEJAGNU: -l='$(DEJATOOL)'; for tool in $$l; do \ rm -f $$tool.sum $$tool.log; \ done -check-am: +check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU check: check-recursive all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h @@ -4779,7 +2311,6 @@ mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -4800,6 +2331,7 @@ clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-DEJAGNU distclean-compile \ distclean-generic distclean-hdr distclean-libtool \ @@ -4848,6 +2380,7 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -4890,16 +2423,6 @@ po/POTFILES.in: @MAINT@ Makefile && mv tmp $(srcdir)/po/POTFILES.in diststuff: $(EXTRA_DIST) info -all: info - -# Stuff that every object file depends upon. If anything is removed -# from this list, remove it from dep-in.sed as well. -$(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h \ - $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \ - $(INCDIR)/fopen-same.h $(INCDIR)/fopen-bin.h $(INCDIR)/fopen-vms.h \ - $(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \ - as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \ - frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h check-DEJAGNU: site.exp if [ -d testsuite ]; then \ @@ -4920,61 +2443,6 @@ check-DEJAGNU: site.exp else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi -# The implicit .c.o rule doesn't work for these, perhaps because of -# the variables, or perhaps because the sources are not on vpath. -$(TARG_CPU_O): $(TARG_CPU_C) - $(COMPILE) -c $(TARG_CPU_C) -$(ATOF_TARG_O): $(ATOF_TARG_C) - $(COMPILE) -c $(ATOF_TARG_C) - -# ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined, -# so the automatic dependency stuff doesn't work. -ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ - $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \ - $(INCDIR)/aout/stab_gnu.h - -# We need all these explicit rules for the multi stuff. Because of -# these rules, we don't need one for OBJ_FORMAT_O. - -obj-aout.o : $(srcdir)/config/obj-aout.c $(DEP_@target_cpu_type@_aout) - $(COMPILE) -c $(srcdir)/config/obj-aout.c -obj-coff.o: $(srcdir)/config/obj-coff.c $(DEP_@target_cpu_type@_coff) - $(COMPILE) -c $(srcdir)/config/obj-coff.c -obj-ecoff.o : $(srcdir)/config/obj-ecoff.c $(DEP_@target_cpu_type@_ecoff) - $(COMPILE) -c $(srcdir)/config/obj-ecoff.c -obj-elf.o : $(srcdir)/config/obj-elf.c $(DEP_@target_cpu_type@_elf) - $(COMPILE) -c $(srcdir)/config/obj-elf.c -obj-evax.o : $(srcdir)/config/obj-evax.c - $(COMPILE) -c $(srcdir)/config/obj-evax.c -obj-fdpicelf.o : $(srcdir)/config/obj-fdpicelf.c - $(COMPILE) -c $(srcdir)/config/obj-fdpicelf.c -obj-macho.o : $(srcdir)/config/obj-macho.c - $(COMPILE) -c $(srcdir)/config/obj-macho.c -obj-multi.o : $(srcdir)/config/obj-multi.c - $(COMPILE) -c $(srcdir)/config/obj-multi.c -obj-som.o : $(srcdir)/config/obj-som.c - $(COMPILE) -c $(srcdir)/config/obj-som.c - -e-mipself.o : $(srcdir)/config/e-mipself.c - $(COMPILE) -c $(srcdir)/config/e-mipself.c -e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c - $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c -e-i386aout.o: $(srcdir)/config/e-i386aout.c - $(COMPILE) -c $(srcdir)/config/e-i386aout.c -e-i386coff.o: $(srcdir)/config/e-i386coff.c - $(COMPILE) -c $(srcdir)/config/e-i386coff.c -e-i386elf.o: $(srcdir)/config/e-i386elf.c - $(COMPILE) -c $(srcdir)/config/e-i386elf.c -e-crisaout.o: $(srcdir)/config/e-crisaout.c - $(COMPILE) -c $(srcdir)/config/e-crisaout.c -e-criself.o: $(srcdir)/config/e-criself.c - $(COMPILE) -c $(srcdir)/config/e-criself.c - -tc-i386.o: $(srcdir)/config/tc-i386-intel.c - -xtensa-relax.o: $(srcdir)/config/xtensa-relax.c - $(COMPILE) -c $(srcdir)/config/xtensa-relax.c - # If m68k-parse.y is in a different directory, then ylwrap will use an # absolute path when it invokes yacc, which will cause yacc to put the # absolute path into the generated file. That's a pain when it comes @@ -4999,8 +2467,12 @@ m68k-parse.c: $(srcdir)/config/m68k-parse.y else true; fi # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. -m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h - $(COMPILE) -c $< $(NO_WERROR) +m68k-parse.o: m68k-parse.c +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ m68k-parse.c $(NO_WERROR) +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='m68k-parse.c' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c m68k-parse.c $(NO_WERROR) # Don't let the .y.h rule clobber m68k-parse.h. m68k-parse.h: ; @true @@ -5017,33 +2489,49 @@ $(srcdir)/config/bfin-defs.h: ; @true bfin-lex.c: $(srcdir)/config/bfin-lex.l $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE) -bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h - $(COMPILE) -c $< $(NO_WERROR) +bfin-lex.o: bfin-lex.c +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ bfin-lex.c $(NO_WERROR) +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bfin-lex.c' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c bfin-lex.c $(NO_WERROR) # The instruction table specification lexical analyzer and parser. -itbl-lex.c: $(srcdir)/itbl-lex.l - # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. -itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h - $(COMPILE) -c $< $(NO_WERROR) +itbl-lex.o: itbl-lex.c +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ itbl-lex.c $(NO_WERROR) +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-lex.c' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c itbl-lex.c $(NO_WERROR) # Disable -Werror, if it has been enabled, since old versions of bison/ # yacc will produce working code which contain compile time warnings. -itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h - $(COMPILE) -c $< $(NO_WERROR) - -itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h +itbl-parse.o: itbl-parse.c +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ itbl-parse.c $(NO_WERROR) +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-parse.c' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c itbl-parse.c $(NO_WERROR) itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d -itbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h - $(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c +itbl-tops.o: itbl-ops.c +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-ops.c' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c -itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h - $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c +itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-test.c' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c cgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \ $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \ @@ -5150,411 +2638,6 @@ de-stage3: - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) - rmdir stage3 -# Automatic dependency computation. This is a real pain, because the -# dependencies change based on target_cpu_type and obj_format. -# Just to make things even more complicated, automake separates the -# dependency variable assignments from the dependency rules, and tacks -# on a .NOEXPORT at the end of Makefile.in. - -DEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2 - rm -f DEP1 # delete because we use $? in DEP1 rule - srcdir=`cd $(srcdir); pwd`; \ - $(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1 - rm -rf DEPDIR - echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA - cat < DEPTC >> DEPA - cat < DEPOBJ >> DEPA - cat < DEP2 >> DEPA - echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA - echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA - cat < DEP1 >> DEPA - echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA - echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA - echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA - echo '#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA - if grep ' /' DEPA > /dev/null 2> /dev/null; then \ - echo 'make DEP failed!'; exit 1; \ - else \ - mv -f DEPA $@; \ - fi - -DEP1: $(CFILES) $(MULTI_CFILES) - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - echo '' > targ-cpu.h; \ - echo '' > obj-format.h; \ - echo '' > targ-env.h; \ - echo '' > itbl-cpu.h; \ - echo '' > itbl-parse.h; \ - rm -f DEP2; \ - for f in $?; do \ - $(MKDEP) $(DEP_FLAGS) $$f > DEP; \ - sed -n -e '1s/: .*/: \\/p' -e q < DEP >> DEP2; \ - sed -e '1s/.*://' -f ../dep.sed < DEP | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \ - done - mv -f DEPDIR/DEP2 $@ - -# Work out the special dependencies for the tc-*.c files. -DEPTC: $(TARGET_CPU_CFILES) - rm -f DEPTCA - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - for c in $(CPU_TYPES); do \ - for o in $(OBJ_FORMATS); do \ - $(CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ - echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ - echo '#include "te-generic.h"' > targ-env.h; \ - echo '' > itbl-cpu.h; \ - echo '' > itbl-parse.h; \ - if [ -f $${srcdir}/opcodes/$${c}-desc.h ]; then \ - echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \ - else \ - echo '' > cgen-desc.h; \ - fi ;\ - rm -f dumtc.c; \ - cp $${srcdir}/config/tc-$${c}.c dumtc.c; \ - echo "DEPTC_$${c}_$${o} = \\" >> ../DEPTCA; \ - $(MKDEP) $(DEP_FLAGS) dumtc.c | \ - sed -e '1s/dumtc.o: //' -f ../dep.sed | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e '/^A/d' -e 's/^B/ /' -e '$$s/ \\$$//' >> ../DEPTCA; \ - rm -f dumtc.c; \ - else true; fi; \ - done; \ - done - echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA - echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA - echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA - for c in $(MULTI_CPU_TYPES); do \ - x="DEPTC_$${c}_multi ="; \ - for o in $(OBJ_FORMATS); do \ - $(MULTI_CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - x="$$x"' $$(DEPTC_'"$${c}_$${o}"')'; \ - else true; fi; \ - done; \ - echo "$$x" >> DEPTCA; \ - done - mv -f DEPTCA DEPTC - -# Work out the special dependencies for the obj-*.c files. -DEPOBJ: $(OBJ_FORMAT_CFILES) - rm -f DEPOBJA - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - for c in $(CPU_TYPES); do \ - for o in $(OBJ_FORMATS); do \ - $(CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ - echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \ - echo '#include "te-generic.h"' > targ-env.h; \ - echo '' > itbl-cpu.h; \ - echo '' > itbl-parse.h; \ - rm -f dumobj.c; \ - cp $${srcdir}/config/obj-$${o}.c dumobj.c; \ - echo "DEPOBJ_$${c}_$${o} = \\" >> ../DEPOBJA; \ - $(MKDEP) $(DEP_FLAGS) dumobj.c | \ - sed -e "s/dumobj.o: //" -f ../dep.sed | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e '/^A/d' -e 's/^B/ /' -e '$$s/ \\$$//' >> ../DEPOBJA; \ - rm -f dumobj.c; \ - else true; fi; \ - done; \ - done - echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA - echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA - echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA - echo ' $$(INCDIR)/aout/stab.def' >> DEPOBJA - for c in $(MULTI_CPU_TYPES); do \ - x="DEPOBJ_$${c}_multi ="; \ - for o in $(OBJ_FORMATS); do \ - $(MULTI_CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - x="$$x"' $$(DEPOBJ_'"$${c}_$${o}"')'; \ - else true; fi; \ - done; \ - echo "$$x" >> DEPOBJA; \ - done - mv -f DEPOBJA DEPOBJ - -# Work out the dependencies for each CPU/OBJ combination. -# Note that SOM is a special case, because it only works native. -DEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES) - rm -f DEP2A - if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi - srcdir=`cd $(srcdir); pwd`; \ - cd DEPDIR; \ - for c in $(CPU_TYPES); do \ - for o in $(OBJ_FORMATS); do \ - $(CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \ - echo '#include "obj-'"$${o}"'.h"' > dummy.c; \ - echo "DEP_$${c}_$${o} = \\" >> ../DEP2A; \ - $(MKDEP) $(DEP_FLAGS) dummy.c | \ - sed -e "s/dummy.o: //" -f ../dep.sed | \ - LC_ALL=C sort | LC_ALL=C uniq | \ - sed -e '/^A/d' -e 's/^B/ /' -e '$$s/ \\$$//' >> ../DEP2A; \ - else true; fi; \ - done; \ - done - echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A - for c in $(MULTI_CPU_TYPES); do \ - x="DEP_$${c}_multi ="; \ - for o in $(OBJ_FORMATS); do \ - $(MULTI_CPU_OBJ_VALID) \ - if [ x$${valid} = xyes ]; then \ - x="$$x"' $$(DEP_'"$${c}_$${o}"')'; \ - else true; fi; \ - done; \ - echo "$$x" >> DEP2A; \ - done - mv -f DEP2A DEP2 - -dep.sed: dep-in.sed config.status - srcdir=`cd $(srcdir); pwd`; \ - sed <$(srcdir)/dep-in.sed >dep.sed \ - -e "s!@INCDIR@!$${srcdir}/../include!" \ - -e "s!@BFDDIR@!$${srcdir}/../bfd!" \ - -e "s!@SRCDIR@!$${srcdir}!" \ - -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!' - -dep: DEP - sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ - < Makefile > tmp-Makefile - cat DEP >> tmp-Makefile - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile - -dep-in: DEP - sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ - < $(srcdir)/Makefile.in > tmp-Makefile.in - cat DEP >> tmp-Makefile.in - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in - -dep-am: DEP - sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \ - < $(srcdir)/Makefile.am > tmp-Makefile.am - cat DEP >> tmp-Makefile.am - $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am - -# HEED THE MKDEP WARNINGS. -# ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY. -.PHONY: dep dep-in dep-am -#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. -app.o: \ - app.c \ - $(INCDIR)/alloca-conf.h -as.o: \ - as.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - ../bfd/bfdver.h \ - dw2gencfi.h \ - dwarf2dbg.h \ - macro.h \ - output-file.h \ - sb.h \ - subsegs.h -atof-generic.o: \ - atof-generic.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/safe-ctype.h -cond.o: \ - cond.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - macro.h \ - sb.h -depend.o: \ - depend.c \ - $(INCDIR)/alloca-conf.h -dwarf2dbg.o: \ - dwarf2dbg.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/filenames.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - dwarf2dbg.h \ - subsegs.h -dw2gencfi.o: \ - dw2gencfi.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - dw2gencfi.h \ - subsegs.h -ecoff.o: \ - ecoff.c \ - $(INCDIR)/alloca-conf.h \ - ecoff.h -ehopt.o: \ - ehopt.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - struc-symbol.h \ - subsegs.h -expr.o: \ - expr.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h -flonum-copy.o: \ - flonum-copy.c \ - $(INCDIR)/alloca-conf.h -flonum-konst.o: \ - flonum-konst.c -flonum-mult.o: \ - flonum-mult.c -frags.o: \ - frags.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - subsegs.h -hash.o: \ - hash.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h -input-file.o: \ - input-file.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/safe-ctype.h \ - input-file.h -input-scrub.o: \ - input-scrub.c \ - $(INCDIR)/alloca-conf.h \ - input-file.h \ - sb.h -listing.o: \ - listing.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - ../bfd/bfdver.h \ - input-file.h \ - subsegs.h -literal.o: \ - literal.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - subsegs.h -macro.o: \ - macro.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/safe-ctype.h \ - macro.h \ - sb.h -messages.o: \ - messages.c \ - $(INCDIR)/alloca-conf.h -output-file.o: \ - output-file.c \ - $(INCDIR)/alloca-conf.h \ - output-file.h -read.o: \ - read.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/dwarf2.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - dw2gencfi.h \ - ecoff.h \ - macro.h \ - sb.h \ - subsegs.h -remap.o: \ - remap.c \ - $(INCDIR)/alloca-conf.h -sb.o: \ - sb.c \ - $(INCDIR)/alloca-conf.h \ - sb.h -stabs.o: \ - stabs.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/aout/stab.def \ - $(INCDIR)/aout/stab_gnu.h \ - $(INCDIR)/obstack.h \ - ecoff.h \ - subsegs.h -subsegs.o: \ - subsegs.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - subsegs.h -symbols.o: \ - symbols.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - $(INCDIR)/safe-ctype.h \ - struc-symbol.h \ - subsegs.h -write.o: \ - write.c \ - $(BFDDIR)/libbfd.h \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/hashtab.h \ - $(INCDIR)/obstack.h \ - dwarf2dbg.h \ - output-file.h \ - subsegs.h -itbl-ops.o: \ - itbl-ops.c \ - $(INCDIR)/alloca-conf.h \ - itbl-ops.h -cgen.o: \ - cgen.c \ - $(INCDIR)/alloca-conf.h \ - $(INCDIR)/obstack.h \ - cgen-desc.h \ - cgen.h \ - dwarf2dbg.h \ - struc-symbol.h \ - subsegs.h -e-crisaout.o: \ - $(srcdir)/config/e-crisaout.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-criself.o: \ - $(srcdir)/config/e-criself.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-i386aout.o: \ - $(srcdir)/config/e-i386aout.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-i386coff.o: \ - $(srcdir)/config/e-i386coff.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-i386elf.o: \ - $(srcdir)/config/e-i386elf.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-mipsecoff.o: \ - $(srcdir)/config/e-mipsecoff.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -e-mipself.o: \ - $(srcdir)/config/e-mipself.c \ - $(INCDIR)/alloca-conf.h \ - emul-target.h -$(OBJS): $(DEP_@target_cpu_type@_@obj_format@) -$(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@) -$(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@) -#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE. - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in index af61e7c90a..5ca5ea11e3 100644 --- a/gas/po/POTFILES.in +++ b/gas/po/POTFILES.in @@ -29,6 +29,10 @@ config/obj-evax.c config/obj-evax.h config/obj-fdpicelf.c config/obj-fdpicelf.h +config/obj-macho.c +config/obj-macho.h +config/obj-multi.c +config/obj-multi.h config/obj-som.c config/obj-som.h config/tc-alpha.c @@ -91,6 +95,8 @@ config/tc-mcore.c config/tc-mcore.h config/tc-mep.c config/tc-mep.h +config/tc-microblaze.c +config/tc-microblaze.h config/tc-mips.c config/tc-mips.h config/tc-mmix.c diff --git a/gas/po/gas.pot b/gas/po/gas.pot index e7457cae0e..71683c9eb6 100644 --- a/gas/po/gas.pot +++ b/gas/po/gas.pot @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2008-09-09 15:56+0930\n" +"POT-Creation-Date: 2009-08-22 19:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,19 +39,19 @@ msgstr "" msgid "end of file in multiline comment" msgstr "" -#: app.c:1046 +#: app.c:1048 msgid "end of file after a one-character quote; \\0 inserted" msgstr "" -#: app.c:1054 +#: app.c:1056 msgid "end of file in escape character" msgstr "" -#: app.c:1066 +#: app.c:1068 msgid "missing close quote; (assumed)" msgstr "" -#: app.c:1135 app.c:1190 app.c:1201 app.c:1275 +#: app.c:1137 app.c:1192 app.c:1203 app.c:1277 msgid "end of file in comment; newline inserted" msgstr "" @@ -341,7 +342,7 @@ msgstr "" #: as.c:603 #, c-format -msgid "Copyright 2007 Free Software Foundation, Inc.\n" +msgid "Copyright 2008 Free Software Foundation, Inc.\n" msgstr "" #: as.c:604 @@ -422,12 +423,12 @@ msgstr "" msgid "%s: data size %ld\n" msgstr "" -#: as.c:1245 +#: as.c:1241 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "" -#: as.h:237 +#: as.h:208 #, c-format msgid "Case value %ld unexpected at line %d of file \"%s\"\n" msgstr "" @@ -436,67 +437,68 @@ msgstr "" #. * We have a GROSS internal error. #. * This should never happen. #. -#: atof-generic.c:417 config/tc-m68k.c:3396 +#: atof-generic.c:417 config/tc-m68k.c:3536 msgid "failed sanity check" msgstr "" -#: cgen.c:113 config/tc-alpha.c:1926 config/tc-alpha.c:1950 +#: cgen.c:113 config/tc-alpha.c:2083 config/tc-alpha.c:2107 #: config/tc-arc.c:1681 config/tc-d10v.c:550 config/tc-d30v.c:538 -#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1749 config/tc-ppc.c:2510 -#: config/tc-ppc.c:2734 config/tc-ppc.c:2746 config/tc-s390.c:1201 -#: config/tc-s390.c:1301 config/tc-s390.c:1430 config/tc-v850.c:1730 -#: config/tc-v850.c:1753 config/tc-v850.c:1956 +#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1749 config/tc-ppc.c:2562 +#: config/tc-ppc.c:2713 config/tc-ppc.c:2834 config/tc-ppc.c:2845 +#: config/tc-s390.c:1218 config/tc-s390.c:1318 config/tc-s390.c:1447 +#: config/tc-v850.c:1730 config/tc-v850.c:1753 config/tc-v850.c:1956 msgid "too many fixups" msgstr "" #: cgen.c:400 cgen.c:420 config/tc-arc.c:1662 config/tc-d10v.c:461 -#: config/tc-d30v.c:453 config/tc-mn10200.c:1042 config/tc-mn10300.c:1674 -#: config/tc-ppc.c:2549 config/tc-s390.c:1189 config/tc-v850.c:1932 -#: config/tc-z80.c:422 +#: config/tc-d30v.c:453 config/tc-i370.c:2129 config/tc-mn10200.c:1042 +#: config/tc-mn10300.c:1674 config/tc-ppc.c:2601 config/tc-s390.c:1189 +#: config/tc-v850.c:1932 config/tc-z80.c:422 msgid "illegal operand" msgstr "" -#: cgen.c:424 config/tc-arc.c:1664 config/tc-avr.c:539 config/tc-d10v.c:463 -#: config/tc-d30v.c:455 config/tc-h8300.c:449 config/tc-mcore.c:662 -#: config/tc-mmix.c:488 config/tc-mn10200.c:1045 config/tc-mn10300.c:1677 -#: config/tc-msp430.c:452 config/tc-or32.c:307 config/tc-ppc.c:2551 -#: config/tc-s390.c:1191 config/tc-sh.c:1359 config/tc-sh64.c:2213 -#: config/tc-v850.c:1935 config/tc-z80.c:575 config/tc-z8k.c:350 +#: cgen.c:424 config/tc-arc.c:1664 config/tc-avr.c:569 config/tc-d10v.c:463 +#: config/tc-d30v.c:455 config/tc-h8300.c:449 config/tc-i370.c:2131 +#: config/tc-mcore.c:662 config/tc-microblaze.c:583 config/tc-mmix.c:488 +#: config/tc-mn10200.c:1045 config/tc-mn10300.c:1677 config/tc-msp430.c:452 +#: config/tc-or32.c:307 config/tc-ppc.c:2603 config/tc-s390.c:1207 +#: config/tc-sh.c:1359 config/tc-sh64.c:2213 config/tc-v850.c:1935 +#: config/tc-z80.c:575 config/tc-z8k.c:350 msgid "missing operand" msgstr "" -#: cgen.c:798 +#: cgen.c:799 msgid "a reloc on this operand implies an overflow" msgstr "" -#: cgen.c:821 +#: cgen.c:822 msgid "operand mask overflow" msgstr "" #. We can't actually support subtracting a symbol. -#: cgen.c:884 config/tc-arc.c:1247 config/tc-arm.c:1527 config/tc-arm.c:8182 -#: config/tc-arm.c:8233 config/tc-arm.c:8466 config/tc-arm.c:9189 -#: config/tc-arm.c:9992 config/tc-arm.c:10020 config/tc-arm.c:10278 -#: config/tc-arm.c:10295 config/tc-arm.c:10417 config/tc-avr.c:1057 -#: config/tc-cris.c:3984 config/tc-d10v.c:1502 config/tc-d30v.c:1903 -#: config/tc-mips.c:4346 config/tc-mips.c:5470 config/tc-mips.c:6408 -#: config/tc-mips.c:6984 config/tc-msp430.c:1937 config/tc-ppc.c:5661 -#: config/tc-spu.c:907 config/tc-spu.c:931 config/tc-v850.c:2271 -#: config/tc-xstormy16.c:484 config/tc-xtensa.c:5756 config/tc-xtensa.c:11697 +#: cgen.c:885 config/tc-arc.c:1247 config/tc-arm.c:1612 config/tc-arm.c:8617 +#: config/tc-arm.c:8668 config/tc-arm.c:8914 config/tc-arm.c:9704 +#: config/tc-arm.c:10703 config/tc-arm.c:10743 config/tc-arm.c:11051 +#: config/tc-arm.c:11080 config/tc-avr.c:1087 config/tc-cris.c:4044 +#: config/tc-d10v.c:1502 config/tc-d30v.c:1903 config/tc-mips.c:4394 +#: config/tc-mips.c:5518 config/tc-mips.c:6493 config/tc-mips.c:7069 +#: config/tc-msp430.c:1937 config/tc-ppc.c:5769 config/tc-spu.c:959 +#: config/tc-spu.c:983 config/tc-v850.c:2271 config/tc-xstormy16.c:484 +#: config/tc-xtensa.c:5820 config/tc-xtensa.c:11838 msgid "expression too complex" msgstr "" -#: cgen.c:978 config/tc-arc.c:1308 config/tc-ppc.c:5786 config/tc-s390.c:2006 +#: cgen.c:979 config/tc-arc.c:1308 config/tc-ppc.c:5894 config/tc-s390.c:2023 #: config/tc-v850.c:2311 config/tc-xstormy16.c:538 msgid "unresolved expression that must be resolved" msgstr "" -#: cgen.c:1003 config/tc-xstormy16.c:563 +#: cgen.c:1004 config/tc-xstormy16.c:563 #, c-format msgid "internal error: can't install fix for reloc type %d (`%s')" msgstr "" -#: cgen.c:1033 +#: cgen.c:1034 msgid "relocation is not supported" msgstr "" @@ -568,8 +570,16 @@ msgstr "" msgid "cannot create floating-point number" msgstr "" -#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:923 -#: config/tc-ia64.c:11316 config/tc-tic30.c:1261 config/tc-tic4x.c:2598 +#: config/atof-ieee.c:288 +msgid "NaNs are not supported by this target\n" +msgstr "" + +#: config/atof-ieee.c:327 config/atof-ieee.c:368 +msgid "Infinities are not supported by this target\n" +msgstr "" + +#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1007 +#: config/tc-ia64.c:11332 config/tc-tic30.c:1261 config/tc-tic4x.c:2599 msgid "Unrecognized or unsupported floating point constant" msgstr "" @@ -583,122 +593,127 @@ msgstr "" msgid "Attempt to put an undefined symbol into set %s" msgstr "" -#: config/obj-aout.c:116 config/obj-coff.c:1339 +#: config/obj-aout.c:116 config/obj-coff.c:1406 #, c-format msgid "Symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-coff.c:133 +#: config/obj-coff.c:135 #, c-format msgid "Inserting \"%s\" into structure table failed: %s" msgstr "" +#: config/obj-coff.c:214 config/obj-coff.c:1694 config/tc-ppc.c:4859 +#: config/tc-tic54x.c:4011 read.c:2796 +#, c-format +msgid "error setting flags for \"%s\": %s" +msgstr "" + #. Zero is used as an end marker in the file. -#: config/obj-coff.c:366 +#: config/obj-coff.c:433 msgid "Line numbers must be positive integers\n" msgstr "" -#: config/obj-coff.c:398 +#: config/obj-coff.c:465 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:440 ecoff.c:3240 +#: config/obj-coff.c:507 ecoff.c:3240 msgid ".loc outside of .text" msgstr "" -#: config/obj-coff.c:447 +#: config/obj-coff.c:514 msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:528 +#: config/obj-coff.c:595 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:567 +#: config/obj-coff.c:634 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:606 +#: config/obj-coff.c:673 #, c-format msgid "`%s' symbol without preceding function" msgstr "" -#: config/obj-coff.c:693 +#: config/obj-coff.c:760 #, c-format msgid "unexpected storage class %d" msgstr "" -#: config/obj-coff.c:801 +#: config/obj-coff.c:868 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:821 +#: config/obj-coff.c:888 msgid "badly formed .dim directive ignored" msgstr "" -#: config/obj-coff.c:870 +#: config/obj-coff.c:937 msgid ".size pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:885 +#: config/obj-coff.c:952 msgid ".scl pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:902 +#: config/obj-coff.c:969 msgid ".tag pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:920 +#: config/obj-coff.c:987 #, c-format msgid "tag not found for .tag %s" msgstr "" -#: config/obj-coff.c:933 +#: config/obj-coff.c:1000 msgid ".type pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:952 +#: config/obj-coff.c:1019 msgid ".val pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1119 +#: config/obj-coff.c:1186 msgid "badly formed .weak directive ignored" msgstr "" -#: config/obj-coff.c:1297 +#: config/obj-coff.c:1364 msgid "mismatched .eb" msgstr "" -#: config/obj-coff.c:1318 +#: config/obj-coff.c:1385 #, c-format msgid "C_EFCN symbol for %s out of scope" msgstr "" +#: config/obj-coff.c:1439 +#, c-format +msgid "Warning: internal error: forgetting to set endndx of %s" +msgstr "" + #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1590 +#: config/obj-coff.c:1662 #, c-format msgid "unsupported section attribute '%c'" msgstr "" -#: config/obj-coff.c:1594 config/tc-ppc.c:4741 +#: config/obj-coff.c:1666 config/tc-ppc.c:4841 #, c-format msgid "unknown section attribute '%c'" msgstr "" -#: config/obj-coff.c:1622 config/tc-ppc.c:4759 config/tc-tic54x.c:4011 -#: read.c:2760 -#, c-format -msgid "error setting flags for \"%s\": %s" -msgstr "" - -#: config/obj-coff.c:1633 +#: config/obj-coff.c:1706 #, c-format msgid "Ignoring changed section attributes for %s" msgstr "" -#: config/obj-coff.c:1764 +#: config/obj-coff.c:1836 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "" @@ -711,167 +726,172 @@ msgstr "" msgid "Can't set register masks" msgstr "" -#: config/obj-elf.c:323 config/tc-sparc.c:3946 config/tc-v850.c:450 +#: config/obj-elf.c:334 config/tc-sparc.c:3950 config/tc-v850.c:450 #, c-format msgid "bad .common segment %s" msgstr "" -#: config/obj-elf.c:601 +#: config/obj-elf.c:612 #, c-format msgid "setting incorrect section type for %s" msgstr "" -#: config/obj-elf.c:606 +#: config/obj-elf.c:617 #, c-format msgid "ignoring incorrect section type for %s" msgstr "" -#: config/obj-elf.c:648 +#: config/obj-elf.c:659 #, c-format msgid "setting incorrect section attributes for %s" msgstr "" -#: config/obj-elf.c:700 +#: config/obj-elf.c:711 #, c-format msgid "ignoring changed section type for %s" msgstr "" -#: config/obj-elf.c:712 +#: config/obj-elf.c:723 #, c-format msgid "ignoring changed section attributes for %s" msgstr "" -#: config/obj-elf.c:714 +#: config/obj-elf.c:725 #, c-format msgid "ignoring changed section entity size for %s" msgstr "" -#: config/obj-elf.c:767 +#: config/obj-elf.c:778 msgid "unrecognized .section attribute: want a,w,x,M,S,G,T" msgstr "" -#: config/obj-elf.c:809 read.c:2744 +#: config/obj-elf.c:820 read.c:2780 msgid "unrecognized section type" msgstr "" -#: config/obj-elf.c:839 +#: config/obj-elf.c:850 msgid "unrecognized section attribute" msgstr "" -#: config/obj-elf.c:870 +#: config/obj-elf.c:881 config/tc-alpha.c:4190 msgid "missing name" msgstr "" -#: config/obj-elf.c:998 +#: config/obj-elf.c:1010 msgid "invalid merge entity size" msgstr "" -#: config/obj-elf.c:1005 +#: config/obj-elf.c:1017 msgid "entity size for SHF_MERGE not specified" msgstr "" -#: config/obj-elf.c:1025 +#: config/obj-elf.c:1037 msgid "group name for SHF_GROUP not specified" msgstr "" -#: config/obj-elf.c:1038 +#: config/obj-elf.c:1050 msgid "character following name is not '#'" msgstr "" -#: config/obj-elf.c:1157 +#: config/obj-elf.c:1169 msgid ".previous without corresponding .section; ignored" msgstr "" -#: config/obj-elf.c:1183 +#: config/obj-elf.c:1195 msgid ".popsection without corresponding .pushsection; ignored" msgstr "" -#: config/obj-elf.c:1235 +#: config/obj-elf.c:1247 msgid "expected comma after name in .symver" msgstr "" -#: config/obj-elf.c:1259 +#: config/obj-elf.c:1271 #, c-format msgid "missing version name in `%s' for symbol `%s'" msgstr "" -#: config/obj-elf.c:1270 +#: config/obj-elf.c:1282 #, c-format msgid "multiple versions [`%s'|`%s'] for symbol `%s'" msgstr "" -#: config/obj-elf.c:1307 +#: config/obj-elf.c:1319 #, c-format msgid "expected `%s' to have already been set for .vtable_inherit" msgstr "" -#: config/obj-elf.c:1317 +#: config/obj-elf.c:1329 msgid "expected comma after name in .vtable_inherit" msgstr "" -#: config/obj-elf.c:1377 +#: config/obj-elf.c:1389 msgid "expected comma after name in .vtable_entry" msgstr "" -#: config/obj-elf.c:1500 +#: config/obj-elf.c:1512 msgid "expected quoted string" msgstr "" -#: config/obj-elf.c:1520 +#: config/obj-elf.c:1532 #, c-format msgid "expected comma after name `%s' in .size directive" msgstr "" -#: config/obj-elf.c:1529 +#: config/obj-elf.c:1541 msgid "missing expression in .size directive" msgstr "" -#: config/obj-elf.c:1656 +#: config/obj-elf.c:1668 #, c-format msgid "symbol '%s' is already defined" msgstr "" -#: config/obj-elf.c:1671 +#: config/obj-elf.c:1688 config/obj-elf.c:1700 +#, c-format +msgid "symbol type \"%s\" is supported only by GNU targets" +msgstr "" + +#: config/obj-elf.c:1709 #, c-format msgid "unrecognized symbol type \"%s\"" msgstr "" -#: config/obj-elf.c:1842 +#: config/obj-elf.c:1885 msgid ".size expression too complicated to fix up" msgstr "" -#: config/obj-elf.c:1874 +#: config/obj-elf.c:1917 #, c-format msgid "" "invalid attempt to declare external version name as default in symbol `%s'" msgstr "" -#: config/obj-elf.c:1935 ecoff.c:3598 +#: config/obj-elf.c:1978 ecoff.c:3598 #, c-format msgid "symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-elf.c:2042 +#: config/obj-elf.c:2085 #, c-format msgid "assuming all members of group `%s' are COMDAT" msgstr "" -#: config/obj-elf.c:2064 +#: config/obj-elf.c:2107 #, c-format msgid "can't create group: %s" msgstr "" -#: config/obj-elf.c:2174 +#: config/obj-elf.c:2217 #, c-format msgid "failed to set up debugging information: %s" msgstr "" -#: config/obj-elf.c:2194 +#: config/obj-elf.c:2237 #, c-format msgid "can't start writing .mdebug section: %s" msgstr "" -#: config/obj-elf.c:2202 +#: config/obj-elf.c:2245 #, c-format msgid "could not write .mdebug section: %s" msgstr "" @@ -915,384 +935,389 @@ msgstr "" msgid "attaching copyright header %s: %s" msgstr "" -#: config/tc-alpha.c:592 +#: config/tc-alpha.c:643 #, c-format msgid "No !literal!%ld was found" msgstr "" -#: config/tc-alpha.c:599 +#: config/tc-alpha.c:650 #, c-format msgid "No !tlsgd!%ld was found" msgstr "" -#: config/tc-alpha.c:606 +#: config/tc-alpha.c:657 #, c-format msgid "No !tlsldm!%ld was found" msgstr "" -#: config/tc-alpha.c:615 +#: config/tc-alpha.c:666 #, c-format msgid "No ldah !gpdisp!%ld was found" msgstr "" -#: config/tc-alpha.c:665 +#: config/tc-alpha.c:716 #, c-format msgid "too many !literal!%ld for %s" msgstr "" -#: config/tc-alpha.c:695 +#: config/tc-alpha.c:746 #, c-format msgid "No lda !gpdisp!%ld was found" msgstr "" #. Only support one relocation op per insn. -#: config/tc-alpha.c:852 +#: config/tc-alpha.c:905 msgid "More than one relocation op per insn" msgstr "" -#: config/tc-alpha.c:868 +#: config/tc-alpha.c:921 msgid "No relocation operand" msgstr "" -#: config/tc-alpha.c:878 +#: config/tc-alpha.c:931 #, c-format msgid "Unknown relocation operand: !%s" msgstr "" -#: config/tc-alpha.c:888 +#: config/tc-alpha.c:941 #, c-format msgid "no sequence number after !%s" msgstr "" -#: config/tc-alpha.c:898 +#: config/tc-alpha.c:951 #, c-format msgid "!%s does not use a sequence number" msgstr "" -#: config/tc-alpha.c:908 +#: config/tc-alpha.c:961 #, c-format msgid "Bad sequence number: !%s!%s" msgstr "" -#: config/tc-alpha.c:1123 config/tc-alpha.c:3140 +#: config/tc-alpha.c:1176 config/tc-alpha.c:3343 #, c-format msgid "inappropriate arguments for opcode `%s'" msgstr "" -#: config/tc-alpha.c:1125 config/tc-alpha.c:3142 +#: config/tc-alpha.c:1178 config/tc-alpha.c:3345 #, c-format msgid "opcode `%s' not supported for target %s" msgstr "" -#: config/tc-alpha.c:1129 config/tc-alpha.c:3146 config/tc-avr.c:1326 +#: config/tc-alpha.c:1182 config/tc-alpha.c:3349 config/tc-avr.c:1356 #: config/tc-msp430.c:1829 #, c-format msgid "unknown opcode `%s'" msgstr "" -#: config/tc-alpha.c:1209 config/tc-alpha.c:1384 +#: config/tc-alpha.c:1263 config/tc-alpha.c:1517 msgid "overflow in literal (.lita) table" msgstr "" -#: config/tc-alpha.c:1216 config/tc-alpha.c:1240 config/tc-alpha.c:1397 -#: config/tc-alpha.c:2050 config/tc-alpha.c:2094 config/tc-alpha.c:2163 -#: config/tc-alpha.c:2246 config/tc-alpha.c:2471 config/tc-alpha.c:2569 +#: config/tc-alpha.c:1270 config/tc-alpha.c:1294 config/tc-alpha.c:1530 +#: config/tc-alpha.c:2215 config/tc-alpha.c:2260 config/tc-alpha.c:2329 +#: config/tc-alpha.c:2412 config/tc-alpha.c:2637 config/tc-alpha.c:2735 msgid "macro requires $at register while noat in effect" msgstr "" -#: config/tc-alpha.c:1218 config/tc-alpha.c:1242 config/tc-alpha.c:1399 +#: config/tc-alpha.c:1272 config/tc-alpha.c:1296 config/tc-alpha.c:1532 msgid "macro requires $at while $at in use" msgstr "" -#: config/tc-alpha.c:1346 +#: config/tc-alpha.c:1475 msgid "bignum invalid; zero assumed" msgstr "" -#: config/tc-alpha.c:1348 +#: config/tc-alpha.c:1477 msgid "floating point number invalid; zero assumed" msgstr "" -#: config/tc-alpha.c:1353 +#: config/tc-alpha.c:1482 msgid "can't handle expression" msgstr "" -#: config/tc-alpha.c:1390 +#: config/tc-alpha.c:1523 msgid "overflow in literal (.lit8) table" msgstr "" -#: config/tc-alpha.c:1674 +#: config/tc-alpha.c:1819 #, c-format msgid "too many ldah insns for !gpdisp!%ld" msgstr "" -#: config/tc-alpha.c:1676 config/tc-alpha.c:1688 +#: config/tc-alpha.c:1821 config/tc-alpha.c:1833 #, c-format msgid "both insns for !gpdisp!%ld must be in the same section" msgstr "" -#: config/tc-alpha.c:1686 +#: config/tc-alpha.c:1831 #, c-format msgid "too many lda insns for !gpdisp!%ld" msgstr "" -#: config/tc-alpha.c:1742 +#: config/tc-alpha.c:1887 #, c-format msgid "too many lituse insns for !lituse_tlsgd!%ld" msgstr "" -#: config/tc-alpha.c:1745 +#: config/tc-alpha.c:1890 #, c-format msgid "too many lituse insns for !lituse_tlsldm!%ld" msgstr "" -#: config/tc-alpha.c:1762 +#: config/tc-alpha.c:1907 #, c-format msgid "duplicate !tlsgd!%ld" msgstr "" -#: config/tc-alpha.c:1764 +#: config/tc-alpha.c:1909 #, c-format msgid "sequence number in use for !tlsldm!%ld" msgstr "" -#: config/tc-alpha.c:1778 +#: config/tc-alpha.c:1923 #, c-format msgid "duplicate !tlsldm!%ld" msgstr "" -#: config/tc-alpha.c:1780 +#: config/tc-alpha.c:1925 #, c-format msgid "sequence number in use for !tlsgd!%ld" msgstr "" -#: config/tc-alpha.c:1823 config/tc-arc.c:292 config/tc-mn10200.c:856 -#: config/tc-mn10300.c:1146 config/tc-ppc.c:1649 config/tc-s390.c:604 +#: config/tc-alpha.c:1980 config/tc-arc.c:292 config/tc-mn10200.c:856 +#: config/tc-mn10300.c:1146 config/tc-ppc.c:1676 config/tc-s390.c:604 #: config/tc-v850.c:1556 msgid "operand" msgstr "" -#: config/tc-alpha.c:1962 +#: config/tc-alpha.c:2119 msgid "invalid relocation for instruction" msgstr "" -#: config/tc-alpha.c:1974 +#: config/tc-alpha.c:2132 msgid "invalid relocation for field" msgstr "" -#: config/tc-alpha.c:2761 +#: config/tc-alpha.c:2961 msgid "can not resolve expression" msgstr "" -#: config/tc-alpha.c:3276 config/tc-ppc.c:1948 config/tc-ppc.c:4504 +#: config/tc-alpha.c:3503 config/tc-i370.c:1058 config/tc-microblaze.c:187 +#: config/tc-ppc.c:2000 config/tc-ppc.c:4604 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-alpha.c:3305 config/tc-sparc.c:3816 config/tc-v850.c:245 +#: config/tc-alpha.c:3514 config/tc-sparc.c:3820 config/tc-v850.c:245 msgid "Ignoring attempt to re-define symbol" msgstr "" -#: config/tc-alpha.c:3314 config/tc-alpha.c:3323 config/tc-ppc.c:4541 -#: config/tc-sparc.c:3824 +#: config/tc-alpha.c:3606 config/tc-ppc.c:4641 config/tc-sparc.c:3828 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-alpha.c:3440 ecoff.c:3054 +#: config/tc-alpha.c:3713 ecoff.c:3054 msgid ".ent directive has no name" msgstr "" -#: config/tc-alpha.c:3448 +#: config/tc-alpha.c:3721 msgid "nested .ent directives" msgstr "" -#: config/tc-alpha.c:3492 ecoff.c:3005 +#: config/tc-alpha.c:3765 ecoff.c:3005 msgid ".end directive has no name" msgstr "" -#: config/tc-alpha.c:3501 +#: config/tc-alpha.c:3774 msgid ".end directive without matching .ent" msgstr "" -#: config/tc-alpha.c:3503 +#: config/tc-alpha.c:3776 msgid ".end directive names different symbol than .ent" msgstr "" -#: config/tc-alpha.c:3546 ecoff.c:3140 +#: config/tc-alpha.c:3819 ecoff.c:3140 msgid ".fmask outside of .ent" msgstr "" -#: config/tc-alpha.c:3548 config/tc-score.c:5816 ecoff.c:3204 +#: config/tc-alpha.c:3821 config/tc-score.c:5601 ecoff.c:3204 msgid ".mask outside of .ent" msgstr "" -#: config/tc-alpha.c:3556 ecoff.c:3147 +#: config/tc-alpha.c:3829 ecoff.c:3147 msgid "bad .fmask directive" msgstr "" -#: config/tc-alpha.c:3558 ecoff.c:3211 +#: config/tc-alpha.c:3831 ecoff.c:3211 msgid "bad .mask directive" msgstr "" -#: config/tc-alpha.c:3591 config/tc-mips.c:14967 config/tc-score.c:5959 +#: config/tc-alpha.c:3864 config/tc-mips.c:15074 config/tc-score.c:5743 #: ecoff.c:3168 msgid ".frame outside of .ent" msgstr "" -#: config/tc-alpha.c:3602 ecoff.c:3179 +#: config/tc-alpha.c:3875 ecoff.c:3179 msgid "bad .frame directive" msgstr "" -#: config/tc-alpha.c:3634 +#: config/tc-alpha.c:3909 msgid ".prologue directive without a preceding .ent directive" msgstr "" -#: config/tc-alpha.c:3652 +#: config/tc-alpha.c:3927 #, c-format msgid "Invalid argument %d to .prologue." msgstr "" -#: config/tc-alpha.c:3743 +#: config/tc-alpha.c:4018 msgid "ECOFF debugging is disabled." msgstr "" -#: config/tc-alpha.c:3757 +#: config/tc-alpha.c:4032 msgid ".ent directive without matching .end" msgstr "" -#: config/tc-alpha.c:3842 +#: config/tc-alpha.c:4117 msgid ".usepv directive has no name" msgstr "" -#: config/tc-alpha.c:3853 +#: config/tc-alpha.c:4128 msgid ".usepv directive has no type" msgstr "" -#: config/tc-alpha.c:3868 +#: config/tc-alpha.c:4143 msgid "unknown argument for .usepv" msgstr "" -#: config/tc-alpha.c:3901 -msgid "Unknown section directive" +#: config/tc-alpha.c:4250 +#, c-format +msgid "unknown section attribute %s" msgstr "" -#: config/tc-alpha.c:3936 +#: config/tc-alpha.c:4361 msgid ".ent directive has no symbol" msgstr "" -#: config/tc-alpha.c:3961 +#: config/tc-alpha.c:4390 +msgid ".handler directive has no name" +msgstr "" + +#: config/tc-alpha.c:4419 msgid "Bad .frame directive 1./2. param" msgstr "" -#: config/tc-alpha.c:3973 +#: config/tc-alpha.c:4431 msgid "Bad .frame directive 3./4. param" msgstr "" -#: config/tc-alpha.c:3995 +#: config/tc-alpha.c:4466 msgid ".pdesc directive not in link (.link) section" msgstr "" -#: config/tc-alpha.c:4003 -msgid ".pdesc has no matching .ent" +#: config/tc-alpha.c:4474 +msgid ".pdesc directive has no entry symbol" msgstr "" -#: config/tc-alpha.c:4014 -msgid ".pdesc directive has no entry symbol" +#: config/tc-alpha.c:4492 +msgid ".pdesc has no matching .ent" msgstr "" -#: config/tc-alpha.c:4027 +#: config/tc-alpha.c:4510 msgid "No comma after .pdesc " msgstr "" -#: config/tc-alpha.c:4047 +#: config/tc-alpha.c:4530 msgid "unknown procedure kind" msgstr "" -#: config/tc-alpha.c:4137 +#: config/tc-alpha.c:4642 msgid ".name directive not in link (.link) section" msgstr "" -#: config/tc-alpha.c:4145 +#: config/tc-alpha.c:4650 msgid ".name directive has no symbol" msgstr "" -#: config/tc-alpha.c:4176 +#: config/tc-alpha.c:4682 msgid "No symbol after .linkage" msgstr "" -#: config/tc-alpha.c:4200 +#: config/tc-alpha.c:4732 msgid "No symbol after .code_address" msgstr "" -#: config/tc-alpha.c:4227 config/tc-score.c:5822 +#: config/tc-alpha.c:4759 config/tc-score.c:5607 msgid "Bad .mask directive" msgstr "" -#: config/tc-alpha.c:4245 +#: config/tc-alpha.c:4777 msgid "Bad .fmask directive" msgstr "" -#: config/tc-alpha.c:4402 +#: config/tc-alpha.c:4934 #, c-format msgid "Expected comma after name \"%s\"" msgstr "" #. *symbol_get_obj (symbolP) = (signed char) temp; -#: config/tc-alpha.c:4413 +#: config/tc-alpha.c:4945 #, c-format msgid "unhandled: .proc %s,%d" msgstr "" -#: config/tc-alpha.c:4447 +#: config/tc-alpha.c:4979 #, c-format msgid "Tried to .set unrecognized mode `%s'" msgstr "" -#: config/tc-alpha.c:4473 +#: config/tc-alpha.c:5005 #, c-format msgid "Bad base register, using $%d." msgstr "" -#: config/tc-alpha.c:4494 +#: config/tc-alpha.c:5026 #, c-format msgid "Alignment too large: %d. assumed" msgstr "" -#: config/tc-alpha.c:4498 config/tc-d30v.c:2048 +#: config/tc-alpha.c:5030 config/tc-d30v.c:2048 msgid "Alignment negative: 0 assumed" msgstr "" -#: config/tc-alpha.c:4775 +#: config/tc-alpha.c:5124 config/tc-alpha.c:5617 +#, c-format +msgid "Unknown CPU identifier `%s'" +msgstr "" + +#: config/tc-alpha.c:5315 #, c-format msgid "Chose GP value of %lx\n" msgstr "" -#: config/tc-alpha.c:4789 +#: config/tc-alpha.c:5329 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-alpha.c:4878 +#: config/tc-alpha.c:5418 #, c-format msgid "internal error: can't hash opcode `%s': %s" msgstr "" -#: config/tc-alpha.c:4914 +#: config/tc-alpha.c:5454 #, c-format msgid "internal error: can't hash macro `%s': %s" msgstr "" -#: config/tc-alpha.c:4998 config/tc-arm.c:6073 config/tc-arm.c:6085 -#: config/tc-i960.c:708 config/tc-xtensa.c:5251 config/tc-xtensa.c:5329 -#: config/tc-xtensa.c:5425 config/tc-z80.c:1893 +#: config/tc-alpha.c:5539 config/tc-arm.c:6439 config/tc-arm.c:6451 +#: config/tc-i960.c:708 config/tc-xtensa.c:5293 config/tc-xtensa.c:5371 +#: config/tc-xtensa.c:5489 config/tc-z80.c:1893 msgid "syntax error" msgstr "" -#: config/tc-alpha.c:5076 -#, c-format -msgid "Unknown CPU identifier `%s'" -msgstr "" - -#: config/tc-alpha.c:5119 +#: config/tc-alpha.c:5668 msgid "" "Alpha options:\n" "-32addr\t\t\ttreat addresses as 32-bit values\n" @@ -1304,47 +1329,48 @@ msgid "" "\t\t\tthese variants include PALcode opcodes\n" msgstr "" -#: config/tc-alpha.c:5129 +#: config/tc-alpha.c:5678 msgid "" "VMS options:\n" -"-+\t\t\thash encode (don't truncate) names longer than 64 characters\n" +"-+\t\t\tencode (don't truncate) names longer than 64 characters\n" "-H\t\t\tshow new symbol after hash truncation\n" +"-replace/-noreplace\tenable or disable the optimization of procedure calls\n" msgstr "" -#: config/tc-alpha.c:5306 +#: config/tc-alpha.c:5929 #, c-format msgid "unhandled relocation type %s" msgstr "" -#: config/tc-alpha.c:5319 +#: config/tc-alpha.c:5942 msgid "non-absolute expression in constant field" msgstr "" -#: config/tc-alpha.c:5333 +#: config/tc-alpha.c:5956 #, c-format msgid "type %d reloc done?\n" msgstr "" -#: config/tc-alpha.c:5380 config/tc-alpha.c:5387 +#: config/tc-alpha.c:6003 config/tc-alpha.c:6010 msgid "Used $at without \".set noat\"" msgstr "" -#: config/tc-alpha.c:5549 +#: config/tc-alpha.c:6179 #, c-format msgid "!samegp reloc against symbol without .prologue: %s" msgstr "" -#: config/tc-alpha.c:5586 config/tc-xtensa.c:5931 +#: config/tc-alpha.c:6223 config/tc-xtensa.c:5995 #, c-format msgid "cannot represent `%s' relocation in object file" msgstr "" -#: config/tc-alpha.c:5592 +#: config/tc-alpha.c:6229 #, c-format msgid "internal error? cannot generate `%s' relocation" msgstr "" -#: config/tc-alpha.c:5643 +#: config/tc-alpha.c:6336 #, c-format msgid "frame reg expected, using $%d." msgstr "" @@ -1352,15 +1378,15 @@ msgstr "" #: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:991 #: config/tc-h8300.c:76 config/tc-h8300.c:85 config/tc-h8300.c:95 #: config/tc-h8300.c:105 config/tc-h8300.c:115 config/tc-h8300.c:126 -#: config/tc-h8300.c:193 config/tc-hppa.c:6789 config/tc-hppa.c:6795 -#: config/tc-hppa.c:6801 config/tc-hppa.c:6807 config/tc-hppa.c:8214 +#: config/tc-h8300.c:193 config/tc-hppa.c:6820 config/tc-hppa.c:6826 +#: config/tc-hppa.c:6832 config/tc-hppa.c:6838 config/tc-hppa.c:8245 #: config/tc-mn10300.c:935 config/tc-mn10300.c:940 config/tc-mn10300.c:2433 #: config/tc-xc16x.c:79 config/tc-xc16x.c:86 config/tc-xc16x.c:93 msgid "could not set architecture and machine" msgstr "" -#: config/tc-arc.c:212 config/tc-arm.c:19602 config/tc-score.c:6522 -#: config/tc-score.c:6538 config/tc-score.c:6543 +#: config/tc-arc.c:212 config/tc-arm.c:21296 config/tc-score.c:6303 +#: config/tc-score.c:6526 config/tc-score.c:6531 msgid "virtual memory exhausted" msgstr "" @@ -1500,8 +1526,8 @@ msgstr "" msgid "missing ')' in %%-op" msgstr "" -#: config/tc-arc.c:1362 config/tc-dlx.c:1200 config/tc-m32r.c:2281 -#: config/tc-sparc.c:3504 +#: config/tc-arc.c:1362 config/tc-dlx.c:1200 config/tc-i960.c:2641 +#: config/tc-m32r.c:2281 config/tc-sparc.c:3508 #, c-format msgid "internal error: can't export reloc type %d (`%s')" msgstr "" @@ -1519,8 +1545,9 @@ msgstr "" msgid "symbol as destination register" msgstr "" -#: config/tc-arc.c:1756 config/tc-mn10200.c:1141 config/tc-mn10300.c:1820 -#: config/tc-ppc.c:2791 config/tc-s390.c:1443 config/tc-v850.c:2009 +#: config/tc-arc.c:1756 config/tc-i370.c:2211 config/tc-mn10200.c:1141 +#: config/tc-mn10300.c:1820 config/tc-ppc.c:2891 config/tc-s390.c:1460 +#: config/tc-v850.c:2009 #, c-format msgid "junk at end of line: `%s'" msgstr "" @@ -1538,716 +1565,774 @@ msgstr "" msgid "conditional branch follows set of flags" msgstr "" -#: config/tc-arc.c:1890 config/tc-arm.c:14208 +#: config/tc-arc.c:1890 config/tc-arm.c:15434 #, c-format msgid "bad instruction `%s'" msgstr "" -#: config/tc-arm.c:489 +#: config/tc-arm.c:516 msgid "ARM register expected" msgstr "" -#: config/tc-arm.c:490 +#: config/tc-arm.c:517 msgid "bad or missing co-processor number" msgstr "" -#: config/tc-arm.c:491 +#: config/tc-arm.c:518 msgid "co-processor register expected" msgstr "" -#: config/tc-arm.c:492 +#: config/tc-arm.c:519 msgid "FPA register expected" msgstr "" -#: config/tc-arm.c:493 +#: config/tc-arm.c:520 msgid "VFP single precision register expected" msgstr "" -#: config/tc-arm.c:494 +#: config/tc-arm.c:521 msgid "VFP/Neon double precision register expected" msgstr "" -#: config/tc-arm.c:495 +#: config/tc-arm.c:522 msgid "Neon quad precision register expected" msgstr "" -#: config/tc-arm.c:496 +#: config/tc-arm.c:523 msgid "VFP single or double precision register expected" msgstr "" -#: config/tc-arm.c:497 +#: config/tc-arm.c:524 msgid "Neon double or quad precision register expected" msgstr "" -#: config/tc-arm.c:498 +#: config/tc-arm.c:525 msgid "VFP single, double or Neon quad precision register expected" msgstr "" -#: config/tc-arm.c:499 +#: config/tc-arm.c:526 msgid "VFP system register expected" msgstr "" -#: config/tc-arm.c:500 +#: config/tc-arm.c:527 msgid "Maverick MVF register expected" msgstr "" -#: config/tc-arm.c:501 +#: config/tc-arm.c:528 msgid "Maverick MVD register expected" msgstr "" -#: config/tc-arm.c:502 +#: config/tc-arm.c:529 msgid "Maverick MVFX register expected" msgstr "" -#: config/tc-arm.c:503 +#: config/tc-arm.c:530 msgid "Maverick MVDX register expected" msgstr "" -#: config/tc-arm.c:504 +#: config/tc-arm.c:531 msgid "Maverick MVAX register expected" msgstr "" -#: config/tc-arm.c:505 +#: config/tc-arm.c:532 msgid "Maverick DSPSC register expected" msgstr "" -#: config/tc-arm.c:506 +#: config/tc-arm.c:533 msgid "iWMMXt data register expected" msgstr "" -#: config/tc-arm.c:507 config/tc-arm.c:5882 +#: config/tc-arm.c:534 config/tc-arm.c:6248 msgid "iWMMXt control register expected" msgstr "" -#: config/tc-arm.c:508 +#: config/tc-arm.c:535 msgid "iWMMXt scalar register expected" msgstr "" -#: config/tc-arm.c:509 +#: config/tc-arm.c:536 msgid "XScale accumulator register expected" msgstr "" #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. -#: config/tc-arm.c:658 config/tc-score.c:47 +#: config/tc-arm.c:685 config/tc-score.c:259 msgid "bad arguments to instruction" msgstr "" -#: config/tc-arm.c:659 config/tc-score.c:48 +#: config/tc-arm.c:686 +msgid "r13 not allowed here" +msgstr "" + +#: config/tc-arm.c:687 msgid "r15 not allowed here" msgstr "" -#: config/tc-arm.c:660 +#: config/tc-arm.c:688 msgid "instruction cannot be conditional" msgstr "" -#: config/tc-arm.c:661 +#: config/tc-arm.c:689 msgid "registers may not be the same" msgstr "" -#: config/tc-arm.c:662 +#: config/tc-arm.c:690 msgid "lo register required" msgstr "" -#: config/tc-arm.c:663 +#: config/tc-arm.c:691 msgid "instruction not supported in Thumb16 mode" msgstr "" -#: config/tc-arm.c:664 +#: config/tc-arm.c:692 msgid "instruction does not accept this addressing mode" msgstr "" -#: config/tc-arm.c:665 +#: config/tc-arm.c:693 msgid "branch must be last instruction in IT block" msgstr "" -#: config/tc-arm.c:666 +#: config/tc-arm.c:694 msgid "instruction not allowed in IT block" msgstr "" -#: config/tc-arm.c:667 +#: config/tc-arm.c:695 msgid "selected FPU does not support instruction" msgstr "" -#: config/tc-arm.c:807 +#: config/tc-arm.c:696 +msgid "thumb conditional instruction should be in IT block" +msgstr "" + +#: config/tc-arm.c:697 +msgid "incorrect condition in IT block" +msgstr "" + +#: config/tc-arm.c:698 +msgid "IT falling in the range of a previous IT block" +msgstr "" + +#: config/tc-arm.c:699 +msgid "missing .fnstart before unwinding directive" +msgstr "" + +#: config/tc-arm.c:890 msgid "immediate expression requires a # prefix" msgstr "" -#: config/tc-arm.c:834 config/tc-score.c:5605 expr.c:1300 read.c:2440 +#: config/tc-arm.c:918 read.c:3617 +msgid "missing expression" +msgstr "" + +#: config/tc-arm.c:918 config/tc-score.c:6513 expr.c:1352 read.c:2464 msgid "bad expression" msgstr "" -#: config/tc-arm.c:845 config/tc-i860.c:1003 config/tc-sparc.c:2876 +#: config/tc-arm.c:929 config/tc-i860.c:1003 config/tc-sparc.c:2880 msgid "bad segment" msgstr "" -#: config/tc-arm.c:862 config/tc-arm.c:4399 config/tc-i960.c:1300 -#: config/tc-score.c:980 +#: config/tc-arm.c:946 config/tc-arm.c:4744 config/tc-i960.c:1300 +#: config/tc-score.c:1211 msgid "invalid constant" msgstr "" -#: config/tc-arm.c:992 +#: config/tc-arm.c:1076 msgid "expected #constant" msgstr "" -#: config/tc-arm.c:1153 +#: config/tc-arm.c:1237 #, c-format msgid "unexpected character `%c' in type specifier" msgstr "" -#: config/tc-arm.c:1170 +#: config/tc-arm.c:1254 #, c-format msgid "bad size %d in type specifier" msgstr "" -#: config/tc-arm.c:1220 +#: config/tc-arm.c:1304 msgid "only one type should be specified for operand" msgstr "" -#: config/tc-arm.c:1226 +#: config/tc-arm.c:1310 msgid "vector type expected" msgstr "" -#: config/tc-arm.c:1298 +#: config/tc-arm.c:1382 msgid "can't redefine type for operand" msgstr "" -#: config/tc-arm.c:1309 +#: config/tc-arm.c:1393 msgid "only D registers may be indexed" msgstr "" -#: config/tc-arm.c:1315 +#: config/tc-arm.c:1399 msgid "can't change index for operand" msgstr "" -#: config/tc-arm.c:1331 config/tc-arm.c:4000 +#: config/tc-arm.c:1415 config/tc-arm.c:3274 config/tc-arm.c:4345 msgid "constant expression required" msgstr "" -#: config/tc-arm.c:1374 +#: config/tc-arm.c:1458 msgid "register operand expected, but got scalar" msgstr "" -#: config/tc-arm.c:1407 +#: config/tc-arm.c:1491 msgid "scalar must have an index" msgstr "" -#: config/tc-arm.c:1412 config/tc-arm.c:13175 config/tc-arm.c:13223 -#: config/tc-arm.c:13625 +#: config/tc-arm.c:1496 config/tc-arm.c:14062 config/tc-arm.c:14110 +#: config/tc-arm.c:14512 msgid "scalar index out of range" msgstr "" -#: config/tc-arm.c:1459 +#: config/tc-arm.c:1544 msgid "bad range in register list" msgstr "" -#: config/tc-arm.c:1467 config/tc-arm.c:1476 config/tc-arm.c:1517 +#: config/tc-arm.c:1552 config/tc-arm.c:1561 config/tc-arm.c:1602 #, c-format msgid "Warning: duplicated register (r%d) in register list" msgstr "" -#: config/tc-arm.c:1479 +#: config/tc-arm.c:1564 msgid "Warning: register range not in ascending order" msgstr "" -#: config/tc-arm.c:1490 +#: config/tc-arm.c:1575 msgid "missing `}'" msgstr "" -#: config/tc-arm.c:1506 +#: config/tc-arm.c:1591 msgid "invalid register mask" msgstr "" -#: config/tc-arm.c:1588 +#: config/tc-arm.c:1673 msgid "expecting {" msgstr "" -#: config/tc-arm.c:1643 config/tc-arm.c:1687 +#: config/tc-arm.c:1728 config/tc-arm.c:1772 msgid "register out of range in list" msgstr "" -#: config/tc-arm.c:1659 config/tc-arm.c:1704 config/tc-h8300.c:989 -#: config/tc-mips.c:10471 config/tc-mips.c:10493 +#: config/tc-arm.c:1744 config/tc-arm.c:1789 config/tc-h8300.c:989 +#: config/tc-mips.c:10561 config/tc-mips.c:10583 msgid "invalid register list" msgstr "" -#: config/tc-arm.c:1665 config/tc-arm.c:3464 config/tc-arm.c:3597 +#: config/tc-arm.c:1750 config/tc-arm.c:3788 config/tc-arm.c:3921 msgid "register list not in ascending order" msgstr "" -#: config/tc-arm.c:1696 +#: config/tc-arm.c:1781 msgid "register range not in ascending order" msgstr "" -#: config/tc-arm.c:1729 +#: config/tc-arm.c:1814 msgid "non-contiguous register range" msgstr "" -#: config/tc-arm.c:1855 +#: config/tc-arm.c:1874 +msgid "register stride must be 1 or 2" +msgstr "" + +#: config/tc-arm.c:1875 +msgid "mismatched element/structure types in list" +msgstr "" + +#: config/tc-arm.c:1940 msgid "don't use Rn-Rm syntax with non-unit stride" msgstr "" -#: config/tc-arm.c:1910 +#: config/tc-arm.c:1995 msgid "error parsing element/structure list" msgstr "" -#: config/tc-arm.c:1916 +#: config/tc-arm.c:2001 msgid "expected }" msgstr "" -#: config/tc-arm.c:1972 +#: config/tc-arm.c:2057 #, c-format msgid "ignoring attempt to redefine built-in register '%s'" msgstr "" -#: config/tc-arm.c:1977 +#: config/tc-arm.c:2062 #, c-format msgid "ignoring redefinition of register alias '%s'" msgstr "" -#: config/tc-arm.c:2005 +#: config/tc-arm.c:2090 msgid "attempt to redefine typed alias" msgstr "" -#: config/tc-arm.c:2043 +#: config/tc-arm.c:2128 #, c-format msgid "unknown register '%s' -- .req ignored" msgstr "" -#: config/tc-arm.c:2138 +#: config/tc-arm.c:2223 msgid "bad type for register" msgstr "" -#: config/tc-arm.c:2149 +#: config/tc-arm.c:2234 msgid "expression must be constant" msgstr "" -#: config/tc-arm.c:2166 +#: config/tc-arm.c:2251 msgid "can't redefine the type of a register alias" msgstr "" -#: config/tc-arm.c:2173 +#: config/tc-arm.c:2258 msgid "you must specify a single type only" msgstr "" -#: config/tc-arm.c:2186 +#: config/tc-arm.c:2271 msgid "can't redefine the index of a scalar alias" msgstr "" -#: config/tc-arm.c:2194 +#: config/tc-arm.c:2279 msgid "scalar index must be constant" msgstr "" -#: config/tc-arm.c:2203 +#: config/tc-arm.c:2288 msgid "expecting ]" msgstr "" -#: config/tc-arm.c:2240 +#: config/tc-arm.c:2326 msgid "invalid syntax for .req directive" msgstr "" -#: config/tc-arm.c:2246 +#: config/tc-arm.c:2332 msgid "invalid syntax for .dn directive" msgstr "" -#: config/tc-arm.c:2252 +#: config/tc-arm.c:2338 msgid "invalid syntax for .qn directive" msgstr "" -#: config/tc-arm.c:2278 +#: config/tc-arm.c:2364 msgid "invalid syntax for .unreq directive" msgstr "" -#: config/tc-arm.c:2284 +#: config/tc-arm.c:2370 #, c-format msgid "unknown register alias '%s'" msgstr "" -#: config/tc-arm.c:2286 +#: config/tc-arm.c:2372 #, c-format msgid "ignoring attempt to undefine built-in register '%s'" msgstr "" -#: config/tc-arm.c:2437 +#: config/tc-arm.c:2610 #, c-format msgid "Failed to find real start of function: %s\n" msgstr "" -#: config/tc-arm.c:2453 +#: config/tc-arm.c:2627 msgid "selected processor does not support THUMB opcodes" msgstr "" -#: config/tc-arm.c:2467 +#: config/tc-arm.c:2640 msgid "selected processor does not support ARM opcodes" msgstr "" -#: config/tc-arm.c:2480 +#: config/tc-arm.c:2652 #, c-format msgid "invalid instruction size selected (%d)" msgstr "" -#: config/tc-arm.c:2512 +#: config/tc-arm.c:2684 #, c-format msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" msgstr "" -#: config/tc-arm.c:2568 +#: config/tc-arm.c:2740 #, c-format msgid "expected comma after name \"%s\"" msgstr "" -#: config/tc-arm.c:2618 config/tc-m32r.c:588 +#: config/tc-arm.c:2790 config/tc-m32r.c:588 #, c-format msgid "symbol `%s' already defined" msgstr "" -#: config/tc-arm.c:2652 +#: config/tc-arm.c:2824 #, c-format msgid "unrecognized syntax mode \"%s\"" msgstr "" -#: config/tc-arm.c:2673 +#: config/tc-arm.c:2845 #, c-format msgid "alignment too large: %d assumed" msgstr "" -#: config/tc-arm.c:2676 +#: config/tc-arm.c:2848 msgid "alignment negative. 0 assumed." msgstr "" -#: config/tc-arm.c:2823 +#: config/tc-arm.c:2998 msgid "literal pool overflow" msgstr "" -#: config/tc-arm.c:2979 config/tc-arm.c:5817 +#: config/tc-arm.c:3154 config/tc-arm.c:6183 msgid "unrecognized relocation suffix" msgstr "" -#: config/tc-arm.c:2992 +#: config/tc-arm.c:3167 msgid "(plt) is only valid on branch targets" msgstr "" -#: config/tc-arm.c:2998 config/tc-s390.c:1100 config/tc-s390.c:1708 -#: config/tc-xtensa.c:1564 +#: config/tc-arm.c:3173 config/tc-s390.c:1100 config/tc-s390.c:1725 +#: config/tc-xtensa.c:1590 #, c-format msgid "%s relocations do not fit in %d bytes" msgstr "" -#: config/tc-arm.c:3046 dwarf2dbg.c:670 +#: config/tc-arm.c:3250 +msgid ".inst.n operand too big. Use .inst.w instead" +msgstr "" + +#: config/tc-arm.c:3270 +msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead" +msgstr "" + +#: config/tc-arm.c:3300 +msgid "width suffixes are invalid in ARM mode" +msgstr "" + +#: config/tc-arm.c:3342 dwarf2dbg.c:701 msgid "expected 0 or 1" msgstr "" -#: config/tc-arm.c:3050 +#: config/tc-arm.c:3346 msgid "missing comma" msgstr "" -#: config/tc-arm.c:3105 +#: config/tc-arm.c:3379 +msgid "duplicate .fnstart directive" +msgstr "" + +#: config/tc-arm.c:3410 msgid "duplicate .handlerdata directive" msgstr "" -#: config/tc-arm.c:3177 +#: config/tc-arm.c:3429 +msgid ".fnend directive without .fnstart" +msgstr "" + +#: config/tc-arm.c:3495 msgid "personality routine specified for cantunwind frame" msgstr "" -#: config/tc-arm.c:3191 +#: config/tc-arm.c:3512 msgid "duplicate .personalityindex directive" msgstr "" -#: config/tc-arm.c:3198 +#: config/tc-arm.c:3519 msgid "bad personality routine number" msgstr "" -#: config/tc-arm.c:3217 +#: config/tc-arm.c:3541 msgid "duplicate .personality directive" msgstr "" -#: config/tc-arm.c:3240 config/tc-arm.c:3368 config/tc-arm.c:3416 +#: config/tc-arm.c:3564 config/tc-arm.c:3692 config/tc-arm.c:3740 msgid "expected register list" msgstr "" -#: config/tc-arm.c:3322 +#: config/tc-arm.c:3646 msgid "expected , " msgstr "" -#: config/tc-arm.c:3331 +#: config/tc-arm.c:3655 msgid "number of registers must be in the range [1:4]" msgstr "" -#: config/tc-arm.c:3478 config/tc-arm.c:3611 +#: config/tc-arm.c:3802 config/tc-arm.c:3935 msgid "bad register range" msgstr "" -#: config/tc-arm.c:3665 +#: config/tc-arm.c:3992 msgid "register expected" msgstr "" -#: config/tc-arm.c:3675 +#: config/tc-arm.c:4002 msgid "FPA .unwind_save does not take a register list" msgstr "" -#: config/tc-arm.c:3694 +#: config/tc-arm.c:4021 msgid ".unwind_save does not support this kind of register" msgstr "" -#: config/tc-arm.c:3730 +#: config/tc-arm.c:4060 msgid "SP and PC not permitted in .unwind_movsp directive" msgstr "" -#: config/tc-arm.c:3735 +#: config/tc-arm.c:4065 msgid "unexpected .unwind_movsp directive" msgstr "" -#: config/tc-arm.c:3759 +#: config/tc-arm.c:4092 msgid "stack increment must be multiple of 4" msgstr "" -#: config/tc-arm.c:3788 +#: config/tc-arm.c:4124 msgid "expected , " msgstr "" -#: config/tc-arm.c:3806 +#: config/tc-arm.c:4142 msgid "register must be either sp or set by a previousunwind_movsp directive" msgstr "" -#: config/tc-arm.c:3842 +#: config/tc-arm.c:4181 msgid "expected , " msgstr "" -#: config/tc-arm.c:3854 +#: config/tc-arm.c:4193 msgid "unwind opcode too long" msgstr "" -#: config/tc-arm.c:3859 +#: config/tc-arm.c:4198 msgid "invalid unwind opcode" msgstr "" -#: config/tc-arm.c:4006 config/tc-arm.c:4868 config/tc-arm.c:8469 -#: config/tc-arm.c:8951 config/tc-arm.c:11748 config/tc-arm.c:18741 -#: config/tc-arm.c:18766 config/tc-arm.c:18774 config/tc-z8k.c:1144 +#: config/tc-arm.c:4351 config/tc-arm.c:5213 config/tc-arm.c:8917 +#: config/tc-arm.c:9440 config/tc-arm.c:12568 config/tc-arm.c:20329 +#: config/tc-arm.c:20354 config/tc-arm.c:20362 config/tc-z8k.c:1144 #: config/tc-z8k.c:1154 msgid "immediate value out of range" msgstr "" -#: config/tc-arm.c:4153 +#: config/tc-arm.c:4498 msgid "invalid FPA immediate expression" msgstr "" -#: config/tc-arm.c:4277 config/tc-arm.c:4285 +#: config/tc-arm.c:4622 config/tc-arm.c:4630 msgid "shift expression expected" msgstr "" -#: config/tc-arm.c:4299 +#: config/tc-arm.c:4644 msgid "'LSL' or 'ASR' required" msgstr "" -#: config/tc-arm.c:4307 +#: config/tc-arm.c:4652 msgid "'LSL' required" msgstr "" -#: config/tc-arm.c:4315 +#: config/tc-arm.c:4660 msgid "'ASR' required" msgstr "" -#: config/tc-arm.c:4387 config/tc-arm.c:4862 config/tc-arm.c:6443 +#: config/tc-arm.c:4732 config/tc-arm.c:5207 config/tc-arm.c:6832 #: config/tc-v850.c:1827 config/tc-v850.c:1848 msgid "constant expression expected" msgstr "" -#: config/tc-arm.c:4394 +#: config/tc-arm.c:4739 msgid "invalid rotation" msgstr "" -#: config/tc-arm.c:4554 config/tc-arm.c:4698 +#: config/tc-arm.c:4899 config/tc-arm.c:5043 msgid "unknown group relocation" msgstr "" -#: config/tc-arm.c:4667 +#: config/tc-arm.c:5012 msgid "alignment must be constant" msgstr "" -#: config/tc-arm.c:4729 +#: config/tc-arm.c:5074 msgid "this group relocation is not allowed on this instruction" msgstr "" -#: config/tc-arm.c:4741 config/tc-arm.c:5141 +#: config/tc-arm.c:5086 config/tc-arm.c:5486 msgid "']' expected" msgstr "" -#: config/tc-arm.c:4759 +#: config/tc-arm.c:5104 msgid "'}' expected at end of 'option' field" msgstr "" -#: config/tc-arm.c:4764 +#: config/tc-arm.c:5109 msgid "cannot combine index with option" msgstr "" -#: config/tc-arm.c:4777 +#: config/tc-arm.c:5122 msgid "cannot combine pre- and post-indexing" msgstr "" -#: config/tc-arm.c:4938 +#: config/tc-arm.c:5283 msgid "flag for {c}psr instruction expected" msgstr "" -#: config/tc-arm.c:4963 +#: config/tc-arm.c:5308 msgid "unrecognized CPS flag" msgstr "" -#: config/tc-arm.c:4970 +#: config/tc-arm.c:5315 msgid "missing CPS flags" msgstr "" -#: config/tc-arm.c:4993 config/tc-arm.c:4999 +#: config/tc-arm.c:5338 config/tc-arm.c:5344 msgid "valid endian specifiers are be or le" msgstr "" -#: config/tc-arm.c:5021 +#: config/tc-arm.c:5366 msgid "missing rotation field after comma" msgstr "" -#: config/tc-arm.c:5036 +#: config/tc-arm.c:5381 msgid "rotation can only be 0, 8, 16, or 24" msgstr "" -#: config/tc-arm.c:5065 +#: config/tc-arm.c:5410 msgid "condition required" msgstr "" -#: config/tc-arm.c:5103 config/tc-arm.c:6953 +#: config/tc-arm.c:5448 config/tc-arm.c:7385 msgid "'[' expected" msgstr "" -#: config/tc-arm.c:5116 +#: config/tc-arm.c:5461 msgid "',' expected" msgstr "" -#: config/tc-arm.c:5133 +#: config/tc-arm.c:5478 msgid "invalid shift" msgstr "" -#: config/tc-arm.c:5206 +#: config/tc-arm.c:5551 msgid "can't use Neon quad register here" msgstr "" -#: config/tc-arm.c:5272 +#: config/tc-arm.c:5617 msgid "expected or or operand" msgstr "" -#: config/tc-arm.c:5352 +#: config/tc-arm.c:5697 msgid "parse error" msgstr "" -#: config/tc-arm.c:5362 read.c:2097 +#: config/tc-arm.c:5707 read.c:2135 msgid "expected comma" msgstr "" -#: config/tc-arm.c:5652 config/tc-arm.c:5722 +#: config/tc-arm.c:6018 config/tc-arm.c:6088 msgid "immediate value is out of range" msgstr "" -#: config/tc-arm.c:5867 +#: config/tc-arm.c:6233 msgid "iWMMXt data or control register expected" msgstr "" -#: config/tc-arm.c:6020 +#: config/tc-arm.c:6386 #, c-format msgid "unhandled operand code %d" msgstr "" -#: config/tc-arm.c:6099 config/tc-score.c:56 +#: config/tc-arm.c:6465 config/tc-score.c:264 msgid "garbage following instruction" msgstr "" -#: config/tc-arm.c:6186 +#. If REG is R13 (the stack pointer), warn that its use is +#. deprecated. +#: config/tc-arm.c:6505 +msgid "use of r13 is deprecated" +msgstr "" + +#: config/tc-arm.c:6575 msgid "D register out of range for selected VFP version" msgstr "" -#: config/tc-arm.c:6265 +#: config/tc-arm.c:6654 msgid "instruction does not accept preindexed addressing" msgstr "" #. unindexed - only for coprocessor -#: config/tc-arm.c:6281 config/tc-arm.c:8275 +#: config/tc-arm.c:6670 config/tc-arm.c:8710 msgid "instruction does not accept unindexed addressing" msgstr "" -#: config/tc-arm.c:6289 +#: config/tc-arm.c:6678 msgid "destination register same as write-back base" msgstr "" -#: config/tc-arm.c:6290 +#: config/tc-arm.c:6679 msgid "source register same as write-back base" msgstr "" -#: config/tc-arm.c:6336 +#: config/tc-arm.c:6725 msgid "instruction does not accept scaled register index" msgstr "" -#: config/tc-arm.c:6376 +#: config/tc-arm.c:6765 msgid "instruction does not support unindexed addressing" msgstr "" -#: config/tc-arm.c:6391 +#: config/tc-arm.c:6780 msgid "pc may not be used with write-back" msgstr "" -#: config/tc-arm.c:6396 +#: config/tc-arm.c:6785 msgid "instruction does not support writeback" msgstr "" -#: config/tc-arm.c:6438 +#: config/tc-arm.c:6827 msgid "invalid pseudo operation" msgstr "" -#: config/tc-arm.c:6484 +#: config/tc-arm.c:6873 msgid "literal pool insertion failed" msgstr "" -#: config/tc-arm.c:6542 +#: config/tc-arm.c:6931 msgid "Rn must not overlap other operands" msgstr "" -#: config/tc-arm.c:6631 config/tc-arm.c:8807 +#: config/tc-arm.c:7020 config/tc-arm.c:9276 msgid "bad barrier type" msgstr "" -#: config/tc-arm.c:6642 config/tc-arm.c:6661 config/tc-arm.c:6674 -#: config/tc-arm.c:8818 config/tc-arm.c:8838 config/tc-arm.c:8852 +#: config/tc-arm.c:7031 config/tc-arm.c:7050 config/tc-arm.c:7063 +#: config/tc-arm.c:9288 config/tc-arm.c:9319 config/tc-arm.c:9341 msgid "bit-field extends past end of register" msgstr "" -#: config/tc-arm.c:6703 +#: config/tc-arm.c:7092 msgid "the only suffix valid here is '(plt)'" msgstr "" -#: config/tc-arm.c:6756 +#: config/tc-arm.c:7145 msgid "use of r15 in blx in ARM mode is not really useful" msgstr "" -#: config/tc-arm.c:6781 +#: config/tc-arm.c:7167 msgid "use of r15 in bx in ARM mode is not really useful" msgstr "" -#: config/tc-arm.c:6806 config/tc-arm.c:8990 +#: config/tc-arm.c:7192 msgid "use of r15 in bxj is not really useful" msgstr "" -#: config/tc-arm.c:6920 config/tc-arm.c:6929 +#: config/tc-arm.c:7352 config/tc-arm.c:7361 msgid "writeback of base register is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:6923 +#: config/tc-arm.c:7355 msgid "writeback of base register when in register list is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:6933 +#: config/tc-arm.c:7365 msgid "if writeback register is in list, it must be the lowest reg in the list" msgstr "" -#: config/tc-arm.c:6948 +#: config/tc-arm.c:7380 msgid "first destination register must be even" msgstr "" -#: config/tc-arm.c:6951 config/tc-arm.c:7018 +#: config/tc-arm.c:7383 config/tc-arm.c:7450 msgid "can only load two consecutive registers" msgstr "" @@ -2255,1047 +2340,1083 @@ msgstr "" #. have been called in the first place. #. If op 2 were present and equal to PC, this function wouldn't #. have been called in the first place. -#: config/tc-arm.c:6952 config/tc-arm.c:7021 config/tc-arm.c:7547 -#: config/tc-arm.c:9468 +#: config/tc-arm.c:7384 config/tc-arm.c:7453 config/tc-arm.c:7982 +#: config/tc-arm.c:9988 msgid "r14 not allowed here" msgstr "" -#: config/tc-arm.c:6966 +#: config/tc-arm.c:7398 msgid "base register written back, and overlaps second destination register" msgstr "" -#: config/tc-arm.c:6974 +#: config/tc-arm.c:7406 msgid "index register overlaps destination register" msgstr "" -#: config/tc-arm.c:7004 config/tc-arm.c:7529 +#: config/tc-arm.c:7436 config/tc-arm.c:7964 msgid "offset must be zero in ARM encoding" msgstr "" -#: config/tc-arm.c:7015 config/tc-arm.c:7541 +#: config/tc-arm.c:7447 config/tc-arm.c:7976 msgid "even register required" msgstr "" -#: config/tc-arm.c:7046 config/tc-arm.c:7077 +#: config/tc-arm.c:7478 config/tc-arm.c:7509 msgid "this instruction requires a post-indexed address" msgstr "" -#: config/tc-arm.c:7104 +#: config/tc-arm.c:7536 msgid "Rd and Rm should be different in mla" msgstr "" -#: config/tc-arm.c:7128 config/tc-arm.c:9725 +#: config/tc-arm.c:7560 config/tc-arm.c:10317 msgid ":lower16: not allowed this instruction" msgstr "" -#: config/tc-arm.c:7130 +#: config/tc-arm.c:7562 msgid ":upper16: not allowed instruction" msgstr "" -#: config/tc-arm.c:7149 +#: config/tc-arm.c:7581 msgid "operand 1 must be FPSCR" msgstr "" -#: config/tc-arm.c:7182 config/tc-arm.c:9834 +#: config/tc-arm.c:7614 config/tc-arm.c:10442 msgid "'CPSR' or 'SPSR' expected" msgstr "" -#: config/tc-arm.c:7219 +#: config/tc-arm.c:7651 msgid "Rd and Rm should be different in mul" msgstr "" -#: config/tc-arm.c:7238 config/tc-arm.c:7474 config/tc-arm.c:9914 +#: config/tc-arm.c:7670 config/tc-arm.c:7909 config/tc-arm.c:10572 msgid "rdhi and rdlo must be different" msgstr "" -#: config/tc-arm.c:7244 +#: config/tc-arm.c:7676 msgid "rdhi, rdlo and rm must all be different" msgstr "" -#: config/tc-arm.c:7306 +#: config/tc-arm.c:7741 msgid "'[' expected after PLD mnemonic" msgstr "" -#: config/tc-arm.c:7308 config/tc-arm.c:7323 +#: config/tc-arm.c:7743 config/tc-arm.c:7758 msgid "post-indexed expression used in preload instruction" msgstr "" -#: config/tc-arm.c:7310 config/tc-arm.c:7325 +#: config/tc-arm.c:7745 config/tc-arm.c:7760 msgid "writeback used in preload instruction" msgstr "" -#: config/tc-arm.c:7312 config/tc-arm.c:7327 +#: config/tc-arm.c:7747 config/tc-arm.c:7762 msgid "unindexed addressing used in preload instruction" msgstr "" -#: config/tc-arm.c:7321 +#: config/tc-arm.c:7756 msgid "'[' expected after PLI mnemonic" msgstr "" -#: config/tc-arm.c:7500 +#: config/tc-arm.c:7935 msgid "SRS base register must be r13" msgstr "" -#: config/tc-arm.c:7544 +#: config/tc-arm.c:7979 msgid "can only store two consecutive registers" msgstr "" -#: config/tc-arm.c:7639 config/tc-arm.c:7656 +#: config/tc-arm.c:8074 config/tc-arm.c:8091 msgid "only two consecutive VFP SP registers allowed here" msgstr "" -#: config/tc-arm.c:7684 config/tc-arm.c:7699 +#: config/tc-arm.c:8119 config/tc-arm.c:8134 msgid "this addressing mode requires base-register writeback" msgstr "" -#: config/tc-arm.c:7873 +#: config/tc-arm.c:8308 msgid "this instruction does not support indexing" msgstr "" -#: config/tc-arm.c:7896 +#: config/tc-arm.c:8331 msgid "only r15 allowed here" msgstr "" -#: config/tc-arm.c:8031 +#: config/tc-arm.c:8466 msgid "immediate operand requires iWMMXt2" msgstr "" -#: config/tc-arm.c:8175 +#: config/tc-arm.c:8610 msgid "shift by register not allowed in thumb mode" msgstr "" -#: config/tc-arm.c:8187 config/tc-arm.c:18248 +#: config/tc-arm.c:8622 config/tc-arm.c:11085 config/tc-arm.c:19719 msgid "shift expression is too large" msgstr "" -#: config/tc-arm.c:8213 +#: config/tc-arm.c:8648 msgid "Instruction does not support =N addresses" msgstr "" -#: config/tc-arm.c:8218 +#: config/tc-arm.c:8653 msgid "cannot use register index with PC-relative addressing" msgstr "" -#: config/tc-arm.c:8219 +#: config/tc-arm.c:8654 msgid "cannot use register index with this instruction" msgstr "" -#: config/tc-arm.c:8221 +#: config/tc-arm.c:8656 msgid "Thumb does not support negative register indexing" msgstr "" -#: config/tc-arm.c:8223 +#: config/tc-arm.c:8658 msgid "Thumb does not support register post-indexing" msgstr "" -#: config/tc-arm.c:8225 +#: config/tc-arm.c:8660 msgid "Thumb does not support register indexing with writeback" msgstr "" -#: config/tc-arm.c:8227 +#: config/tc-arm.c:8662 msgid "Thumb supports only LSL in shifted register indexing" msgstr "" -#: config/tc-arm.c:8236 config/tc-arm.c:12978 +#: config/tc-arm.c:8671 config/tc-arm.c:13865 msgid "shift out of range" msgstr "" -#: config/tc-arm.c:8244 +#: config/tc-arm.c:8679 msgid "cannot use writeback with PC-relative addressing" msgstr "" -#: config/tc-arm.c:8246 +#: config/tc-arm.c:8681 msgid "cannot use writeback with this instruction" msgstr "" -#: config/tc-arm.c:8265 +#: config/tc-arm.c:8700 msgid "cannot use post-indexing with PC-relative addressing" msgstr "" -#: config/tc-arm.c:8266 +#: config/tc-arm.c:8701 msgid "cannot use post-indexing with this instruction" msgstr "" -#: config/tc-arm.c:8393 -msgid "PC not allowed as destination" -msgstr "" - -#: config/tc-arm.c:8464 +#: config/tc-arm.c:8912 msgid "only SUBS PC, LR, #const allowed" msgstr "" -#: config/tc-arm.c:8537 config/tc-arm.c:8678 config/tc-arm.c:8770 -#: config/tc-arm.c:9789 +#: config/tc-arm.c:8991 config/tc-arm.c:9142 config/tc-arm.c:9239 +#: config/tc-arm.c:10396 config/tc-arm.c:10678 msgid "shift must be constant" msgstr "" -#: config/tc-arm.c:8564 config/tc-arm.c:8693 config/tc-arm.c:8785 -#: config/tc-arm.c:9802 +#: config/tc-arm.c:9018 config/tc-arm.c:9157 config/tc-arm.c:9254 +#: config/tc-arm.c:10409 msgid "unshifted register required" msgstr "" -#: config/tc-arm.c:8579 config/tc-arm.c:8796 config/tc-arm.c:9901 +#: config/tc-arm.c:9033 config/tc-arm.c:9265 config/tc-arm.c:10533 msgid "dest must overlap one source register" msgstr "" -#: config/tc-arm.c:8696 +#: config/tc-arm.c:9160 msgid "dest and source1 must be the same register" msgstr "" -#: config/tc-arm.c:8947 +#: config/tc-arm.c:9436 msgid "instruction is always unconditional" msgstr "" -#: config/tc-arm.c:9029 +#: config/tc-arm.c:9531 msgid "selected processor does not support 'A' form of this instruction" msgstr "" -#: config/tc-arm.c:9032 +#: config/tc-arm.c:9534 msgid "Thumb does not support the 2-argument form of this instruction" msgstr "" -#: config/tc-arm.c:9131 +#: config/tc-arm.c:9642 msgid "SP not allowed in register list" msgstr "" -#: config/tc-arm.c:9136 +#: config/tc-arm.c:9648 msgid "LR and PC should not both be in register list" msgstr "" -#: config/tc-arm.c:9140 +#: config/tc-arm.c:9655 msgid "base register should not be in register list when written back" msgstr "" -#: config/tc-arm.c:9146 +#: config/tc-arm.c:9661 msgid "PC not allowed in register list" msgstr "" -#: config/tc-arm.c:9149 config/tc-arm.c:9215 config/tc-arm.c:9255 +#: config/tc-arm.c:9664 config/tc-arm.c:9730 config/tc-arm.c:9770 #, c-format msgid "value stored for r%d is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:9191 +#: config/tc-arm.c:9706 msgid "Thumb load/store multiple does not support {reglist}^" msgstr "" -#: config/tc-arm.c:9248 +#: config/tc-arm.c:9763 msgid "Thumb-2 instruction only valid in unified syntax" msgstr "" -#: config/tc-arm.c:9252 config/tc-arm.c:9262 +#: config/tc-arm.c:9767 config/tc-arm.c:9777 msgid "this instruction will write back the base register" msgstr "" -#: config/tc-arm.c:9265 +#: config/tc-arm.c:9780 msgid "this instruction will not write back the base register" msgstr "" -#: config/tc-arm.c:9294 +#: config/tc-arm.c:9809 msgid "r14 not allowed as first register when second register is omitted" msgstr "" -#: config/tc-arm.c:9391 config/tc-arm.c:9404 config/tc-arm.c:9440 +#: config/tc-arm.c:9911 config/tc-arm.c:9924 config/tc-arm.c:9960 msgid "Thumb does not support this addressing mode" msgstr "" -#: config/tc-arm.c:9408 +#: config/tc-arm.c:9928 msgid "byte or halfword not valid for base register" msgstr "" -#: config/tc-arm.c:9411 +#: config/tc-arm.c:9931 msgid "r15 based store not allowed" msgstr "" -#: config/tc-arm.c:9413 +#: config/tc-arm.c:9933 msgid "invalid base register for register offset" msgstr "" -#: config/tc-arm.c:9710 +#: config/tc-arm.c:10273 +msgid "shifts in CMP/MOV instructions are only supported in unified syntax" +msgstr "" + +#: config/tc-arm.c:10301 msgid "only lo regs allowed with immediate" msgstr "" -#: config/tc-arm.c:9730 +#: config/tc-arm.c:10322 msgid ":upper16: not allowed this instruction" msgstr "" -#: config/tc-arm.c:9824 config/tc-arm.c:9830 config/tc-arm.c:9856 -#: config/tc-arm.c:9862 +#: config/tc-arm.c:10432 config/tc-arm.c:10438 config/tc-arm.c:10468 +#: config/tc-arm.c:10474 msgid "selected processor does not support requested special purpose register" msgstr "" -#: config/tc-arm.c:9851 +#: config/tc-arm.c:10463 msgid "Thumb encoding does not support an immediate here" msgstr "" -#: config/tc-arm.c:9936 +#: config/tc-arm.c:10538 +msgid "Thumb-2 MUL must not set flags" +msgstr "" + +#: config/tc-arm.c:10603 msgid "Thumb does not support NOP with hints" msgstr "" -#: config/tc-arm.c:10018 +#: config/tc-arm.c:10741 msgid "push/pop do not support {reglist}^" msgstr "" -#: config/tc-arm.c:10041 +#: config/tc-arm.c:10764 msgid "invalid register list to push/pop instruction" msgstr "" -#: config/tc-arm.c:10234 +#: config/tc-arm.c:10997 msgid "source1 and dest must be same register" msgstr "" -#: config/tc-arm.c:10255 +#: config/tc-arm.c:11018 msgid "ror #imm not supported" msgstr "" -#: config/tc-arm.c:10380 +#: config/tc-arm.c:11201 msgid "Thumb encoding does not support rotation" msgstr "" -#: config/tc-arm.c:10399 +#: config/tc-arm.c:11221 msgid "instruction requires register index" msgstr "" -#: config/tc-arm.c:10401 -msgid "PC is not a valid index register" -msgstr "" - -#: config/tc-arm.c:10403 +#: config/tc-arm.c:11230 msgid "instruction does not allow shifted index" msgstr "" -#: config/tc-arm.c:10821 +#: config/tc-arm.c:11640 msgid "invalid instruction shape" msgstr "" -#: config/tc-arm.c:11063 +#: config/tc-arm.c:11883 msgid "types specified in both the mnemonic and operands" msgstr "" -#: config/tc-arm.c:11100 +#: config/tc-arm.c:11920 msgid "operand types can't be inferred" msgstr "" -#: config/tc-arm.c:11106 +#: config/tc-arm.c:11926 msgid "type specifier has the wrong number of parts" msgstr "" -#: config/tc-arm.c:11161 +#: config/tc-arm.c:11981 config/tc-arm.c:13618 config/tc-arm.c:13625 msgid "operand size must match register width" msgstr "" -#: config/tc-arm.c:11172 +#: config/tc-arm.c:11992 msgid "bad type in Neon instruction" msgstr "" -#: config/tc-arm.c:11183 +#: config/tc-arm.c:12003 msgid "inconsistent types in Neon instruction" msgstr "" -#: config/tc-arm.c:12232 +#: config/tc-arm.c:13052 msgid "scalar out of range for multiply instruction" msgstr "" -#: config/tc-arm.c:12396 config/tc-arm.c:12408 +#: config/tc-arm.c:13216 config/tc-arm.c:13228 msgid "immediate out of range for insert" msgstr "" -#: config/tc-arm.c:12420 config/tc-arm.c:13323 +#: config/tc-arm.c:13240 config/tc-arm.c:14210 msgid "immediate out of range for shift" msgstr "" -#: config/tc-arm.c:12477 config/tc-arm.c:12504 config/tc-arm.c:12824 -#: config/tc-arm.c:13269 +#: config/tc-arm.c:13297 config/tc-arm.c:13324 config/tc-arm.c:13711 +#: config/tc-arm.c:14156 msgid "immediate out of range" msgstr "" -#: config/tc-arm.c:12541 +#: config/tc-arm.c:13361 msgid "immediate out of range for narrowing operation" msgstr "" -#: config/tc-arm.c:12661 +#: config/tc-arm.c:13486 msgid "operands 0 and 1 must be the same register" msgstr "" -#: config/tc-arm.c:12798 +#: config/tc-arm.c:13685 msgid "operand size must be specified for immediate VMOV" msgstr "" -#: config/tc-arm.c:12808 +#: config/tc-arm.c:13695 msgid "immediate has bits set outside the operand size" msgstr "" -#: config/tc-arm.c:13004 +#: config/tc-arm.c:13891 msgid "elements must be smaller than reversal region" msgstr "" -#: config/tc-arm.c:13174 config/tc-arm.c:13222 +#: config/tc-arm.c:14061 config/tc-arm.c:14109 msgid "bad type for scalar" msgstr "" -#: config/tc-arm.c:13286 config/tc-arm.c:13294 +#: config/tc-arm.c:14173 config/tc-arm.c:14181 msgid "VFP registers must be adjacent" msgstr "" -#: config/tc-arm.c:13435 +#: config/tc-arm.c:14322 msgid "bad list length for table lookup" msgstr "" -#: config/tc-arm.c:13465 +#: config/tc-arm.c:14352 msgid "writeback (!) must be used for VLDMDB and VSTMDB" msgstr "" -#: config/tc-arm.c:13468 +#: config/tc-arm.c:14355 msgid "register list must contain at least 1 and at most 16 registers" msgstr "" -#: config/tc-arm.c:13545 +#: config/tc-arm.c:14432 msgid "bad alignment" msgstr "" -#: config/tc-arm.c:13562 +#: config/tc-arm.c:14449 msgid "bad list type for instruction" msgstr "" -#: config/tc-arm.c:13604 +#: config/tc-arm.c:14491 msgid "unsupported alignment for instruction" msgstr "" -#: config/tc-arm.c:13623 config/tc-arm.c:13717 config/tc-arm.c:13728 -#: config/tc-arm.c:13738 config/tc-arm.c:13752 +#: config/tc-arm.c:14510 config/tc-arm.c:14604 config/tc-arm.c:14615 +#: config/tc-arm.c:14625 config/tc-arm.c:14639 msgid "bad list length" msgstr "" -#: config/tc-arm.c:13628 +#: config/tc-arm.c:14515 msgid "stride of 2 unavailable when element size is 8" msgstr "" -#: config/tc-arm.c:13661 config/tc-arm.c:13736 +#: config/tc-arm.c:14548 config/tc-arm.c:14623 msgid "can't use alignment with this instruction" msgstr "" -#: config/tc-arm.c:13800 +#: config/tc-arm.c:14687 msgid "post-index must be a register" msgstr "" -#: config/tc-arm.c:13802 +#: config/tc-arm.c:14689 msgid "bad register for post-index" msgstr "" -#: config/tc-arm.c:14089 config/tc-arm.c:14175 +#: config/tc-arm.c:15003 config/tc-arm.c:15087 msgid "conditional infixes are deprecated in unified syntax" msgstr "" -#: config/tc-arm.c:14214 +#: config/tc-arm.c:15235 +msgid "Warning: conditional outside an IT block for Thumb." +msgstr "" + +#: config/tc-arm.c:15440 msgid "s suffix on comparison instruction is deprecated" msgstr "" -#: config/tc-arm.c:14233 config/tc-arm.c:14322 +#: config/tc-arm.c:15459 config/tc-arm.c:15484 config/tc-arm.c:15548 #, c-format msgid "selected processor does not support `%s'" msgstr "" -#: config/tc-arm.c:14239 +#: config/tc-arm.c:15465 msgid "Thumb does not support conditional execution" msgstr "" -#: config/tc-arm.c:14263 -msgid "incorrect condition in IT block" -msgstr "" - -#: config/tc-arm.c:14269 -msgid "thumb conditional instruction not in IT block" -msgstr "" - -#: config/tc-arm.c:14289 +#: config/tc-arm.c:15509 #, c-format msgid "cannot honor width suffix -- `%s'" msgstr "" -#: config/tc-arm.c:14327 +#: config/tc-arm.c:15553 #, c-format msgid "width suffixes are invalid in ARM mode -- `%s'" msgstr "" -#: config/tc-arm.c:14350 +#: config/tc-arm.c:15583 #, c-format msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'" msgstr "" -#: config/tc-arm.c:17114 -msgid "alignments greater than 32 bytes not supported in .text sections." +#: config/tc-arm.c:15600 +#, c-format +msgid "section '%s' finished with an open IT block." +msgstr "" + +#: config/tc-arm.c:15605 +msgid "file finished with an open IT block." +msgstr "" + +#: config/tc-arm.c:18509 +#, c-format +msgid "alignments greater than %d bytes not supported in .text sections." msgstr "" -#: config/tc-arm.c:17363 config/tc-ia64.c:3450 +#: config/tc-arm.c:18777 config/tc-ia64.c:3458 #, c-format msgid "Group section `%s' has no group signature" msgstr "" -#: config/tc-arm.c:17408 +#: config/tc-arm.c:18822 msgid "handlerdata in cantunwind frame" msgstr "" -#: config/tc-arm.c:17425 +#: config/tc-arm.c:18839 msgid "too many unwind opcodes for personality routine 0" msgstr "" -#: config/tc-arm.c:17457 +#: config/tc-arm.c:18871 msgid "too many unwind opcodes" msgstr "" -#: config/tc-arm.c:17681 +#: config/tc-arm.c:19123 msgid "GOT already in the symbol table" msgstr "" -#: config/tc-arm.c:17991 config/tc-arm.c:18275 +#: config/tc-arm.c:19435 config/tc-arm.c:19476 config/tc-arm.c:19746 #, c-format msgid "undefined symbol %s used as an immediate value" msgstr "" -#: config/tc-arm.c:18005 config/tc-arm.c:18314 +#: config/tc-arm.c:19444 config/tc-arm.c:19485 +#, c-format +msgid "symbol %s is in a different section" +msgstr "" + +#: config/tc-arm.c:19458 config/tc-arm.c:19785 #, c-format msgid "invalid constant (%lx) after fixup" msgstr "" -#: config/tc-arm.c:18042 +#: config/tc-arm.c:19513 #, c-format msgid "unable to compute ADRL instructions for PC offset of 0x%lx" msgstr "" -#: config/tc-arm.c:18077 config/tc-arm.c:18102 +#: config/tc-arm.c:19548 config/tc-arm.c:19573 msgid "invalid literal constant: pool needs to be closer" msgstr "" -#: config/tc-arm.c:18080 config/tc-arm.c:18118 +#: config/tc-arm.c:19551 config/tc-arm.c:19589 #, c-format msgid "bad immediate value for offset (%ld)" msgstr "" -#: config/tc-arm.c:18104 +#: config/tc-arm.c:19575 #, c-format msgid "bad immediate value for 8-bit offset (%ld)" msgstr "" -#: config/tc-arm.c:18159 +#: config/tc-arm.c:19630 msgid "offset not a multiple of 4" msgstr "" -#: config/tc-arm.c:18166 config/tc-arm.c:18181 config/tc-arm.c:18196 -#: config/tc-arm.c:18207 config/tc-arm.c:18230 config/tc-arm.c:18825 -#: config/tc-pj.c:450 config/tc-sh.c:4187 +#: config/tc-arm.c:19637 config/tc-arm.c:19652 config/tc-arm.c:19667 +#: config/tc-arm.c:19678 config/tc-arm.c:19701 config/tc-arm.c:20413 +#: config/tc-pj.c:449 config/tc-sh.c:4187 msgid "offset out of range" msgstr "" -#: config/tc-arm.c:18330 +#: config/tc-arm.c:19801 msgid "invalid smc expression" msgstr "" -#: config/tc-arm.c:18341 config/tc-arm.c:18350 +#: config/tc-arm.c:19812 config/tc-arm.c:19821 msgid "invalid swi expression" msgstr "" -#: config/tc-arm.c:18360 +#: config/tc-arm.c:19831 msgid "invalid expression in load/store multiple" msgstr "" -#: config/tc-arm.c:18390 +#: config/tc-arm.c:19892 +#, c-format +msgid "blx to '%s' an ARM ISA state function changed to bl" +msgstr "" + +#: config/tc-arm.c:19911 msgid "misaligned branch destination" msgstr "" -#: config/tc-arm.c:18394 config/tc-arm.c:18431 config/tc-arm.c:18445 -#: config/tc-arm.c:18458 config/tc-arm.c:18497 config/tc-arm.c:18522 +#: config/tc-arm.c:19915 config/tc-arm.c:19952 config/tc-arm.c:19966 +#: config/tc-arm.c:19979 config/tc-arm.c:20078 config/tc-arm.c:20103 msgid "branch out of range" msgstr "" -#: config/tc-arm.c:18471 +#: config/tc-arm.c:20002 msgid "conditional branch out of range" msgstr "" -#: config/tc-arm.c:18599 +#: config/tc-arm.c:20038 +#, c-format +msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl" +msgstr "" + +#: config/tc-arm.c:20187 msgid "rel31 relocation overflow" msgstr "" -#: config/tc-arm.c:18611 config/tc-arm.c:18634 +#: config/tc-arm.c:20199 config/tc-arm.c:20222 msgid "co-processor offset out of range" msgstr "" -#: config/tc-arm.c:18651 +#: config/tc-arm.c:20239 #, c-format msgid "invalid offset, target not word aligned (0x%08lX)" msgstr "" -#: config/tc-arm.c:18658 config/tc-arm.c:18667 config/tc-arm.c:18675 -#: config/tc-arm.c:18683 config/tc-arm.c:18691 +#: config/tc-arm.c:20246 config/tc-arm.c:20255 config/tc-arm.c:20263 +#: config/tc-arm.c:20271 config/tc-arm.c:20279 #, c-format msgid "invalid offset, value too big (0x%08lX)" msgstr "" -#: config/tc-arm.c:18732 +#: config/tc-arm.c:20320 msgid "invalid Hi register with immediate" msgstr "" -#: config/tc-arm.c:18748 +#: config/tc-arm.c:20336 msgid "invalid immediate for stack address calculation" msgstr "" -#: config/tc-arm.c:18756 +#: config/tc-arm.c:20344 #, c-format msgid "invalid immediate for address calculation (value = 0x%08lX)" msgstr "" -#: config/tc-arm.c:18786 +#: config/tc-arm.c:20374 #, c-format msgid "invalid immediate: %ld is out of range" msgstr "" -#: config/tc-arm.c:18798 +#: config/tc-arm.c:20386 #, c-format msgid "invalid shift value: %ld" msgstr "" -#: config/tc-arm.c:18877 +#: config/tc-arm.c:20465 #, c-format msgid "the offset 0x%08lX is not representable" msgstr "" -#: config/tc-arm.c:18917 +#: config/tc-arm.c:20505 #, c-format msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" msgstr "" -#: config/tc-arm.c:18956 +#: config/tc-arm.c:20544 #, c-format msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)" msgstr "" -#: config/tc-arm.c:18996 +#: config/tc-arm.c:20584 #, c-format msgid "bad offset 0x%08lX (must be word-aligned)" msgstr "" -#: config/tc-arm.c:19001 +#: config/tc-arm.c:20589 #, c-format msgid "bad offset 0x%08lX (must be an 8-bit number of words)" msgstr "" -#: config/tc-arm.c:19032 config/tc-score.c:5410 +#: config/tc-arm.c:20620 config/tc-score.c:7391 #, c-format msgid "bad relocation fixup type (%d)" msgstr "" -#: config/tc-arm.c:19135 +#: config/tc-arm.c:20731 msgid "literal referenced across section boundary" msgstr "" -#: config/tc-arm.c:19196 +#: config/tc-arm.c:20792 msgid "internal relocation (type: IMMEDIATE) not fixed up" msgstr "" -#: config/tc-arm.c:19201 +#: config/tc-arm.c:20797 msgid "ADRL used for a symbol not defined in the same file" msgstr "" -#: config/tc-arm.c:19216 +#: config/tc-arm.c:20812 #, c-format msgid "undefined local label `%s'" msgstr "" -#: config/tc-arm.c:19222 +#: config/tc-arm.c:20818 msgid "internal_relocation (type: OFFSET_IMM) not fixed up" msgstr "" -#: config/tc-arm.c:19243 config/tc-cris.c:3925 config/tc-mcore.c:1926 -#: config/tc-mmix.c:2859 config/tc-ns32k.c:2248 config/tc-score.c:5501 +#: config/tc-arm.c:20839 config/tc-cris.c:3985 config/tc-mcore.c:1926 +#: config/tc-microblaze.c:1834 config/tc-mmix.c:2862 config/tc-ns32k.c:2248 +#: config/tc-score.c:7484 msgid "" msgstr "" -#: config/tc-arm.c:19246 config/tc-arm.c:19267 config/tc-score.c:5503 +#: config/tc-arm.c:20842 config/tc-arm.c:20863 config/tc-score.c:7486 #, c-format msgid "cannot represent %s relocation in this object file format" msgstr "" -#: config/tc-arm.c:19512 +#: config/tc-arm.c:21203 #, c-format msgid "%s: unexpected function type: %d" msgstr "" -#: config/tc-arm.c:19635 +#: config/tc-arm.c:21329 msgid "use of old and new-style options to set CPU type" msgstr "" -#: config/tc-arm.c:19645 +#: config/tc-arm.c:21339 msgid "use of old and new-style options to set FPU type" msgstr "" -#: config/tc-arm.c:19720 +#: config/tc-arm.c:21415 msgid "hard-float conflicts with specified fpu" msgstr "" -#: config/tc-arm.c:19905 +#: config/tc-arm.c:21602 msgid "generate PIC code" msgstr "" -#: config/tc-arm.c:19906 +#: config/tc-arm.c:21603 msgid "assemble Thumb code" msgstr "" -#: config/tc-arm.c:19907 +#: config/tc-arm.c:21604 msgid "support ARM/Thumb interworking" msgstr "" -#: config/tc-arm.c:19909 +#: config/tc-arm.c:21606 msgid "code uses 32-bit program counter" msgstr "" -#: config/tc-arm.c:19910 +#: config/tc-arm.c:21607 msgid "code uses 26-bit program counter" msgstr "" -#: config/tc-arm.c:19911 +#: config/tc-arm.c:21608 msgid "floating point args are in fp regs" msgstr "" -#: config/tc-arm.c:19913 +#: config/tc-arm.c:21610 msgid "re-entrant code" msgstr "" -#: config/tc-arm.c:19914 +#: config/tc-arm.c:21611 msgid "code is ATPCS conformant" msgstr "" -#: config/tc-arm.c:19915 +#: config/tc-arm.c:21612 msgid "assemble for big-endian" msgstr "" -#: config/tc-arm.c:19916 +#: config/tc-arm.c:21613 msgid "assemble for little-endian" msgstr "" #. These are recognized by the assembler, but have no affect on code. -#: config/tc-arm.c:19920 +#: config/tc-arm.c:21617 msgid "use frame pointer" msgstr "" -#: config/tc-arm.c:19921 +#: config/tc-arm.c:21618 msgid "use stack size checking" msgstr "" +#: config/tc-arm.c:21621 +msgid "do not warn on use of deprecated feature" +msgstr "" + #. DON'T add any new processors to this list -- we want the whole list #. to go away... Add them to the processors table instead. -#: config/tc-arm.c:19937 config/tc-arm.c:19938 +#: config/tc-arm.c:21638 config/tc-arm.c:21639 msgid "use -mcpu=arm1" msgstr "" -#: config/tc-arm.c:19939 config/tc-arm.c:19940 +#: config/tc-arm.c:21640 config/tc-arm.c:21641 msgid "use -mcpu=arm2" msgstr "" -#: config/tc-arm.c:19941 config/tc-arm.c:19942 +#: config/tc-arm.c:21642 config/tc-arm.c:21643 msgid "use -mcpu=arm250" msgstr "" -#: config/tc-arm.c:19943 config/tc-arm.c:19944 +#: config/tc-arm.c:21644 config/tc-arm.c:21645 msgid "use -mcpu=arm3" msgstr "" -#: config/tc-arm.c:19945 config/tc-arm.c:19946 +#: config/tc-arm.c:21646 config/tc-arm.c:21647 msgid "use -mcpu=arm6" msgstr "" -#: config/tc-arm.c:19947 config/tc-arm.c:19948 +#: config/tc-arm.c:21648 config/tc-arm.c:21649 msgid "use -mcpu=arm600" msgstr "" -#: config/tc-arm.c:19949 config/tc-arm.c:19950 +#: config/tc-arm.c:21650 config/tc-arm.c:21651 msgid "use -mcpu=arm610" msgstr "" -#: config/tc-arm.c:19951 config/tc-arm.c:19952 +#: config/tc-arm.c:21652 config/tc-arm.c:21653 msgid "use -mcpu=arm620" msgstr "" -#: config/tc-arm.c:19953 config/tc-arm.c:19954 +#: config/tc-arm.c:21654 config/tc-arm.c:21655 msgid "use -mcpu=arm7" msgstr "" -#: config/tc-arm.c:19955 config/tc-arm.c:19956 +#: config/tc-arm.c:21656 config/tc-arm.c:21657 msgid "use -mcpu=arm70" msgstr "" -#: config/tc-arm.c:19957 config/tc-arm.c:19958 +#: config/tc-arm.c:21658 config/tc-arm.c:21659 msgid "use -mcpu=arm700" msgstr "" -#: config/tc-arm.c:19959 config/tc-arm.c:19960 +#: config/tc-arm.c:21660 config/tc-arm.c:21661 msgid "use -mcpu=arm700i" msgstr "" -#: config/tc-arm.c:19961 config/tc-arm.c:19962 +#: config/tc-arm.c:21662 config/tc-arm.c:21663 msgid "use -mcpu=arm710" msgstr "" -#: config/tc-arm.c:19963 config/tc-arm.c:19964 +#: config/tc-arm.c:21664 config/tc-arm.c:21665 msgid "use -mcpu=arm710c" msgstr "" -#: config/tc-arm.c:19965 config/tc-arm.c:19966 +#: config/tc-arm.c:21666 config/tc-arm.c:21667 msgid "use -mcpu=arm720" msgstr "" -#: config/tc-arm.c:19967 config/tc-arm.c:19968 +#: config/tc-arm.c:21668 config/tc-arm.c:21669 msgid "use -mcpu=arm7d" msgstr "" -#: config/tc-arm.c:19969 config/tc-arm.c:19970 +#: config/tc-arm.c:21670 config/tc-arm.c:21671 msgid "use -mcpu=arm7di" msgstr "" -#: config/tc-arm.c:19971 config/tc-arm.c:19972 +#: config/tc-arm.c:21672 config/tc-arm.c:21673 msgid "use -mcpu=arm7m" msgstr "" -#: config/tc-arm.c:19973 config/tc-arm.c:19974 +#: config/tc-arm.c:21674 config/tc-arm.c:21675 msgid "use -mcpu=arm7dm" msgstr "" -#: config/tc-arm.c:19975 config/tc-arm.c:19976 +#: config/tc-arm.c:21676 config/tc-arm.c:21677 msgid "use -mcpu=arm7dmi" msgstr "" -#: config/tc-arm.c:19977 config/tc-arm.c:19978 +#: config/tc-arm.c:21678 config/tc-arm.c:21679 msgid "use -mcpu=arm7100" msgstr "" -#: config/tc-arm.c:19979 config/tc-arm.c:19980 +#: config/tc-arm.c:21680 config/tc-arm.c:21681 msgid "use -mcpu=arm7500" msgstr "" -#: config/tc-arm.c:19981 config/tc-arm.c:19982 +#: config/tc-arm.c:21682 config/tc-arm.c:21683 msgid "use -mcpu=arm7500fe" msgstr "" -#: config/tc-arm.c:19983 config/tc-arm.c:19984 config/tc-arm.c:19985 -#: config/tc-arm.c:19986 +#: config/tc-arm.c:21684 config/tc-arm.c:21685 config/tc-arm.c:21686 +#: config/tc-arm.c:21687 msgid "use -mcpu=arm7tdmi" msgstr "" -#: config/tc-arm.c:19987 config/tc-arm.c:19988 +#: config/tc-arm.c:21688 config/tc-arm.c:21689 msgid "use -mcpu=arm710t" msgstr "" -#: config/tc-arm.c:19989 config/tc-arm.c:19990 +#: config/tc-arm.c:21690 config/tc-arm.c:21691 msgid "use -mcpu=arm720t" msgstr "" -#: config/tc-arm.c:19991 config/tc-arm.c:19992 +#: config/tc-arm.c:21692 config/tc-arm.c:21693 msgid "use -mcpu=arm740t" msgstr "" -#: config/tc-arm.c:19993 config/tc-arm.c:19994 +#: config/tc-arm.c:21694 config/tc-arm.c:21695 msgid "use -mcpu=arm8" msgstr "" -#: config/tc-arm.c:19995 config/tc-arm.c:19996 +#: config/tc-arm.c:21696 config/tc-arm.c:21697 msgid "use -mcpu=arm810" msgstr "" -#: config/tc-arm.c:19997 config/tc-arm.c:19998 +#: config/tc-arm.c:21698 config/tc-arm.c:21699 msgid "use -mcpu=arm9" msgstr "" -#: config/tc-arm.c:19999 config/tc-arm.c:20000 +#: config/tc-arm.c:21700 config/tc-arm.c:21701 msgid "use -mcpu=arm9tdmi" msgstr "" -#: config/tc-arm.c:20001 config/tc-arm.c:20002 +#: config/tc-arm.c:21702 config/tc-arm.c:21703 msgid "use -mcpu=arm920" msgstr "" -#: config/tc-arm.c:20003 config/tc-arm.c:20004 +#: config/tc-arm.c:21704 config/tc-arm.c:21705 msgid "use -mcpu=arm940" msgstr "" -#: config/tc-arm.c:20005 +#: config/tc-arm.c:21706 msgid "use -mcpu=strongarm" msgstr "" -#: config/tc-arm.c:20007 +#: config/tc-arm.c:21708 msgid "use -mcpu=strongarm110" msgstr "" -#: config/tc-arm.c:20009 +#: config/tc-arm.c:21710 msgid "use -mcpu=strongarm1100" msgstr "" -#: config/tc-arm.c:20011 +#: config/tc-arm.c:21712 msgid "use -mcpu=strongarm1110" msgstr "" -#: config/tc-arm.c:20012 +#: config/tc-arm.c:21713 msgid "use -mcpu=xscale" msgstr "" -#: config/tc-arm.c:20013 +#: config/tc-arm.c:21714 msgid "use -mcpu=iwmmxt" msgstr "" -#: config/tc-arm.c:20014 +#: config/tc-arm.c:21715 msgid "use -mcpu=all" msgstr "" #. Architecture variants -- don't add any more to this list either. -#: config/tc-arm.c:20017 config/tc-arm.c:20018 +#: config/tc-arm.c:21718 config/tc-arm.c:21719 msgid "use -march=armv2" msgstr "" -#: config/tc-arm.c:20019 config/tc-arm.c:20020 +#: config/tc-arm.c:21720 config/tc-arm.c:21721 msgid "use -march=armv2a" msgstr "" -#: config/tc-arm.c:20021 config/tc-arm.c:20022 +#: config/tc-arm.c:21722 config/tc-arm.c:21723 msgid "use -march=armv3" msgstr "" -#: config/tc-arm.c:20023 config/tc-arm.c:20024 +#: config/tc-arm.c:21724 config/tc-arm.c:21725 msgid "use -march=armv3m" msgstr "" -#: config/tc-arm.c:20025 config/tc-arm.c:20026 +#: config/tc-arm.c:21726 config/tc-arm.c:21727 msgid "use -march=armv4" msgstr "" -#: config/tc-arm.c:20027 config/tc-arm.c:20028 +#: config/tc-arm.c:21728 config/tc-arm.c:21729 msgid "use -march=armv4t" msgstr "" -#: config/tc-arm.c:20029 config/tc-arm.c:20030 +#: config/tc-arm.c:21730 config/tc-arm.c:21731 msgid "use -march=armv5" msgstr "" -#: config/tc-arm.c:20031 config/tc-arm.c:20032 +#: config/tc-arm.c:21732 config/tc-arm.c:21733 msgid "use -march=armv5t" msgstr "" -#: config/tc-arm.c:20033 config/tc-arm.c:20034 +#: config/tc-arm.c:21734 config/tc-arm.c:21735 msgid "use -march=armv5te" msgstr "" #. Floating point variants -- don't add any more to this list either. -#: config/tc-arm.c:20037 +#: config/tc-arm.c:21738 msgid "use -mfpu=fpe" msgstr "" -#: config/tc-arm.c:20038 +#: config/tc-arm.c:21739 msgid "use -mfpu=fpa10" msgstr "" -#: config/tc-arm.c:20039 +#: config/tc-arm.c:21740 msgid "use -mfpu=fpa11" msgstr "" -#: config/tc-arm.c:20041 +#: config/tc-arm.c:21742 msgid "use either -mfpu=softfpa or -mfpu=softvfp" msgstr "" -#: config/tc-arm.c:20314 +#: config/tc-arm.c:22017 msgid "invalid architectural extension" msgstr "" -#: config/tc-arm.c:20328 +#: config/tc-arm.c:22031 msgid "missing architectural extension" msgstr "" -#: config/tc-arm.c:20341 +#: config/tc-arm.c:22044 #, c-format msgid "unknown architectural extension `%s'" msgstr "" -#: config/tc-arm.c:20365 +#: config/tc-arm.c:22068 #, c-format msgid "missing cpu name `%s'" msgstr "" -#: config/tc-arm.c:20390 config/tc-arm.c:20786 +#: config/tc-arm.c:22094 config/tc-arm.c:22529 #, c-format msgid "unknown cpu `%s'" msgstr "" -#: config/tc-arm.c:20408 +#: config/tc-arm.c:22112 #, c-format msgid "missing architecture name `%s'" msgstr "" -#: config/tc-arm.c:20425 config/tc-arm.c:20820 config/tc-arm.c:20851 +#: config/tc-arm.c:22129 config/tc-arm.c:22563 config/tc-arm.c:22594 +#: config/tc-score.c:7721 #, c-format msgid "unknown architecture `%s'\n" msgstr "" -#: config/tc-arm.c:20441 config/tc-arm.c:20882 +#: config/tc-arm.c:22145 config/tc-arm.c:22624 #, c-format msgid "unknown floating point format `%s'\n" msgstr "" -#: config/tc-arm.c:20457 +#: config/tc-arm.c:22161 #, c-format msgid "unknown floating point abi `%s'\n" msgstr "" -#: config/tc-arm.c:20473 +#: config/tc-arm.c:22177 #, c-format msgid "unknown EABI `%s'\n" msgstr "" -#: config/tc-arm.c:20480 +#: config/tc-arm.c:22197 +#, c-format +msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never." +msgstr "" + +#: config/tc-arm.c:22207 msgid "\t assemble for CPU " msgstr "" -#: config/tc-arm.c:20482 +#: config/tc-arm.c:22209 msgid "\t assemble for architecture " msgstr "" -#: config/tc-arm.c:20484 +#: config/tc-arm.c:22211 msgid "\t assemble for FPU architecture " msgstr "" -#: config/tc-arm.c:20486 +#: config/tc-arm.c:22213 msgid "\t assemble for floating point ABI " msgstr "" -#: config/tc-arm.c:20489 +#: config/tc-arm.c:22216 msgid "\t\t assemble for eabi version " msgstr "" -#: config/tc-arm.c:20535 config/tc-arm.c:20555 config/tc-arm.c:20577 +#: config/tc-arm.c:22219 +msgid "\t controls implicit insertion of IT instructions" +msgstr "" + +#: config/tc-arm.c:22263 config/tc-arm.c:22281 config/tc-arm.c:22301 #, c-format msgid "option `-%c%s' is deprecated: %s" msgstr "" -#: config/tc-arm.c:20598 +#: config/tc-arm.c:22321 #, c-format msgid " ARM-specific assembler options:\n" msgstr "" -#: config/tc-arm.c:20609 +#: config/tc-arm.c:22332 #, c-format msgid " -EB assemble code for a big-endian cpu\n" msgstr "" -#: config/tc-arm.c:20614 +#: config/tc-arm.c:22337 #, c-format msgid " -EL assemble code for a little-endian cpu\n" msgstr "" -#: config/tc-arm.c:20618 +#: config/tc-arm.c:22341 #, c-format msgid " --fix-v4bx Allow BX in ARMv4 code\n" msgstr "" -#: config/tc-avr.c:284 +#: config/tc-avr.c:314 #, c-format msgid "Known MCU names:" msgstr "" -#: config/tc-avr.c:350 +#: config/tc-avr.c:380 #, c-format msgid "" "AVR options:\n" @@ -3316,7 +3437,7 @@ msgid "" " or immediate microcontroller name.\n" msgstr "" -#: config/tc-avr.c:367 +#: config/tc-avr.c:397 #, c-format msgid "" " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" @@ -3326,153 +3447,153 @@ msgid "" " (default for avr3, avr5)\n" msgstr "" -#: config/tc-avr.c:411 config/tc-msp430.c:744 +#: config/tc-avr.c:441 config/tc-msp430.c:744 #, c-format msgid "unknown MCU: %s\n" msgstr "" -#: config/tc-avr.c:420 +#: config/tc-avr.c:450 #, c-format msgid "redefinition of mcu type `%s' to `%s'" msgstr "" -#: config/tc-avr.c:498 +#: config/tc-avr.c:528 msgid "constant value required" msgstr "" -#: config/tc-avr.c:501 +#: config/tc-avr.c:531 #, c-format msgid "number must be positive and less than %d" msgstr "" -#: config/tc-avr.c:527 config/tc-avr.c:664 +#: config/tc-avr.c:557 config/tc-avr.c:694 #, c-format msgid "constant out of 8-bit range: %d" msgstr "" -#: config/tc-avr.c:595 config/tc-score.c:969 read.c:3571 +#: config/tc-avr.c:625 config/tc-score.c:1200 read.c:3615 msgid "illegal expression" msgstr "" -#: config/tc-avr.c:624 config/tc-avr.c:1391 +#: config/tc-avr.c:654 config/tc-avr.c:1421 msgid "`)' required" msgstr "" -#: config/tc-avr.c:719 +#: config/tc-avr.c:749 msgid "register r16-r23 required" msgstr "" -#: config/tc-avr.c:725 +#: config/tc-avr.c:755 msgid "register number above 15 required" msgstr "" -#: config/tc-avr.c:731 +#: config/tc-avr.c:761 msgid "even register number required" msgstr "" -#: config/tc-avr.c:737 +#: config/tc-avr.c:767 msgid "register r24, r26, r28 or r30 required" msgstr "" -#: config/tc-avr.c:743 +#: config/tc-avr.c:773 msgid "register name or number from 0 to 31 required" msgstr "" -#: config/tc-avr.c:761 +#: config/tc-avr.c:791 msgid "pointer register (X, Y or Z) required" msgstr "" -#: config/tc-avr.c:768 +#: config/tc-avr.c:798 msgid "cannot both predecrement and postincrement" msgstr "" -#: config/tc-avr.c:776 +#: config/tc-avr.c:806 msgid "addressing mode not supported" msgstr "" -#: config/tc-avr.c:782 +#: config/tc-avr.c:812 msgid "can't predecrement" msgstr "" -#: config/tc-avr.c:785 +#: config/tc-avr.c:815 msgid "pointer register Z required" msgstr "" -#: config/tc-avr.c:799 +#: config/tc-avr.c:829 msgid "postincrement not supported" msgstr "" -#: config/tc-avr.c:809 +#: config/tc-avr.c:839 msgid "pointer register (Y or Z) required" msgstr "" -#: config/tc-avr.c:913 +#: config/tc-avr.c:943 #, c-format msgid "unknown constraint `%c'" msgstr "" -#: config/tc-avr.c:965 +#: config/tc-avr.c:995 msgid "`,' required" msgstr "" -#: config/tc-avr.c:983 +#: config/tc-avr.c:1013 msgid "undefined combination of operands" msgstr "" -#: config/tc-avr.c:992 +#: config/tc-avr.c:1022 msgid "skipping two-word instruction" msgstr "" -#: config/tc-avr.c:1084 config/tc-avr.c:1100 config/tc-avr.c:1214 +#: config/tc-avr.c:1114 config/tc-avr.c:1130 config/tc-avr.c:1244 #: config/tc-msp430.c:1970 config/tc-msp430.c:1988 #, c-format msgid "odd address operand: %ld" msgstr "" -#: config/tc-avr.c:1092 config/tc-avr.c:1111 config/tc-avr.c:1133 -#: config/tc-avr.c:1140 config/tc-avr.c:1147 config/tc-d10v.c:503 +#: config/tc-avr.c:1122 config/tc-avr.c:1141 config/tc-avr.c:1163 +#: config/tc-avr.c:1170 config/tc-avr.c:1177 config/tc-d10v.c:503 #: config/tc-d30v.c:554 config/tc-msp430.c:1978 config/tc-msp430.c:1993 #: config/tc-msp430.c:2003 #, c-format msgid "operand out of range: %ld" msgstr "" -#: config/tc-avr.c:1223 config/tc-d10v.c:1585 config/tc-d30v.c:2025 +#: config/tc-avr.c:1253 config/tc-d10v.c:1585 config/tc-d30v.c:2025 #: config/tc-msp430.c:2021 #, c-format msgid "line %d: unknown relocation type: 0x%x" msgstr "" -#: config/tc-avr.c:1237 +#: config/tc-avr.c:1267 msgid "only constant expression allowed" msgstr "" #. xgettext:c-format. -#: config/tc-avr.c:1297 config/tc-bfin.c:734 config/tc-d10v.c:1457 +#: config/tc-avr.c:1327 config/tc-bfin.c:968 config/tc-d10v.c:1457 #: config/tc-d30v.c:1769 config/tc-mn10200.c:781 config/tc-mn10300.c:2171 -#: config/tc-msp430.c:2056 config/tc-or32.c:958 config/tc-ppc.c:6163 -#: config/tc-spu.c:830 config/tc-spu.c:1026 config/tc-v850.c:2187 +#: config/tc-msp430.c:2056 config/tc-or32.c:958 config/tc-ppc.c:6273 +#: config/tc-spu.c:881 config/tc-spu.c:1092 config/tc-v850.c:2187 #: config/tc-z80.c:2017 #, c-format msgid "reloc %d not supported by object file format" msgstr "" -#: config/tc-avr.c:1320 config/tc-h8300.c:1871 config/tc-mcore.c:881 -#: config/tc-msp430.c:1821 config/tc-pj.c:253 config/tc-sh.c:2544 -#: config/tc-z8k.c:1216 +#: config/tc-avr.c:1350 config/tc-h8300.c:1884 config/tc-mcore.c:881 +#: config/tc-microblaze.c:825 config/tc-msp430.c:1821 config/tc-pj.c:253 +#: config/tc-sh.c:2544 config/tc-z8k.c:1216 msgid "can't find opcode " msgstr "" -#: config/tc-avr.c:1337 +#: config/tc-avr.c:1367 #, c-format msgid "illegal opcode %s for mcu %s" msgstr "" -#: config/tc-avr.c:1346 +#: config/tc-avr.c:1376 msgid "garbage at end of line" msgstr "" -#: config/tc-avr.c:1418 config/tc-avr.c:1425 +#: config/tc-avr.c:1448 config/tc-avr.c:1455 #, c-format msgid "illegal %srelocation size: %d" msgstr "" @@ -3481,259 +3602,269 @@ msgstr "" msgid "missing ')'" msgstr "" -#: config/tc-bfin.c:350 +#: config/tc-bfin.c:584 #, c-format msgid " BFIN specific command line options:\n" msgstr "" -#: config/tc-bfin.c:363 +#: config/tc-bfin.c:597 msgid "Could not set architecture and machine." msgstr "" -#: config/tc-bfin.c:508 +#: config/tc-bfin.c:742 msgid "Parse failed." msgstr "" -#: config/tc-bfin.c:583 +#: config/tc-bfin.c:817 msgid "pcrel too far BFD_RELOC_BFIN_10" msgstr "" -#: config/tc-bfin.c:599 +#: config/tc-bfin.c:833 msgid "pcrel too far BFD_RELOC_BFIN_12" msgstr "" -#: config/tc-bfin.c:619 +#: config/tc-bfin.c:853 msgid "pcrel too far BFD_RELOC_BFIN_24" msgstr "" -#: config/tc-bfin.c:634 +#: config/tc-bfin.c:868 msgid "pcrel too far BFD_RELOC_BFIN_5" msgstr "" -#: config/tc-bfin.c:646 +#: config/tc-bfin.c:880 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL" msgstr "" -#: config/tc-bfin.c:656 +#: config/tc-bfin.c:890 msgid "rel too far BFD_RELOC_8" msgstr "" -#: config/tc-bfin.c:663 +#: config/tc-bfin.c:897 msgid "rel too far BFD_RELOC_16" msgstr "" -#: config/tc-cr16.c:159 read.c:4297 +#: config/tc-cr16.c:164 read.c:4346 msgid "using a bit field width of zero" msgstr "" -#: config/tc-cr16.c:167 read.c:4305 +#: config/tc-cr16.c:172 read.c:4354 #, c-format msgid "field width \"%s\" too complex for a bitfield" msgstr "" -#: config/tc-cr16.c:176 read.c:4313 +#: config/tc-cr16.c:181 read.c:4362 #, c-format msgid "field width %lu too big to fit in %d bytes: truncated to %d bits" msgstr "" -#: config/tc-cr16.c:198 read.c:4335 +#: config/tc-cr16.c:203 read.c:4384 #, c-format msgid "field value \"%s\" too complex for a bitfield" msgstr "" -#: config/tc-cr16.c:379 +#: config/tc-cr16.c:384 #, c-format msgid "Unknown register pair - index relative mode: `%d'" msgstr "" -#: config/tc-cr16.c:556 config/tc-crx.c:344 config/tc-mn10200.c:768 -#: write.c:959 +#: config/tc-cr16.c:570 config/tc-crx.c:344 config/tc-mn10200.c:768 +#: write.c:976 #, c-format msgid "can't resolve `%s' {%s section} - `%s' {%s section}" msgstr "" -#: config/tc-cr16.c:572 config/tc-crx.c:360 +#: config/tc-cr16.c:602 config/tc-crx.c:360 #, c-format msgid "internal error: reloc %d (`%s') not supported by object file format" msgstr "" -#: config/tc-cr16.c:743 config/tc-cr16.c:766 config/tc-cris.c:1181 +#: config/tc-cr16.c:695 config/tc-i386.c:8182 config/tc-s390.c:1799 +msgid "GOT already in symbol table" +msgstr "" + +#: config/tc-cr16.c:804 config/tc-cr16.c:827 config/tc-cris.c:1190 #: config/tc-crx.c:534 config/tc-crx.c:561 config/tc-crx.c:579 +#: config/tc-pdp11.c:194 msgid "Virtual memory exhausted" msgstr "" -#: config/tc-cr16.c:751 config/tc-crx.c:571 config/tc-crx.c:590 -#: config/tc-i386.c:2080 config/tc-i386.c:2102 config/tc-m68k.c:4466 +#: config/tc-cr16.c:812 config/tc-crx.c:571 config/tc-crx.c:590 +#: config/tc-i386.c:2150 config/tc-i386.c:2172 config/tc-m68k.c:4607 #: config/tc-maxq.c:2865 #, c-format msgid "Internal Error: Can't hash %s: %s" msgstr "" -#: config/tc-cr16.c:777 config/tc-cris.c:1215 config/tc-crx.c:544 +#: config/tc-cr16.c:838 config/tc-cris.c:1224 config/tc-crx.c:544 #, c-format msgid "Can't hash `%s': %s\n" msgstr "" -#: config/tc-cr16.c:778 config/tc-cris.c:1216 config/tc-crx.c:545 +#: config/tc-cr16.c:839 config/tc-cris.c:1225 config/tc-crx.c:545 msgid "(unknown reason)" msgstr "" #. Missing or bad expr becomes absolute 0. -#: config/tc-cr16.c:828 config/tc-crx.c:618 config/tc-maxq.c:1475 +#: config/tc-cr16.c:891 config/tc-crx.c:618 config/tc-maxq.c:1475 #, c-format msgid "missing or invalid displacement expression `%s' taken as 0" msgstr "" -#: config/tc-cr16.c:940 +#: config/tc-cr16.c:941 +#, c-format +msgid "GOT bad expression with %s." +msgstr "" + +#: config/tc-cr16.c:1052 #, c-format msgid "operand %d: illegal use expression: `%s`" msgstr "" -#: config/tc-cr16.c:997 config/tc-crx.c:1126 +#: config/tc-cr16.c:1117 config/tc-crx.c:1126 #, c-format msgid "Unknown register: `%d'" msgstr "" #. Issue a error message when register is illegal. -#: config/tc-cr16.c:1005 config/tc-crx.c:1134 +#: config/tc-cr16.c:1125 config/tc-crx.c:1134 #, c-format msgid "Illegal register (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:1076 config/tc-cr16.c:1151 config/tc-crx.c:756 +#: config/tc-cr16.c:1196 config/tc-cr16.c:1271 config/tc-crx.c:756 #: config/tc-crx.c:776 config/tc-crx.c:791 #, c-format msgid "Illegal register `%s' in Instruction `%s'" msgstr "" -#: config/tc-cr16.c:1104 config/tc-cr16.c:1115 +#: config/tc-cr16.c:1224 config/tc-cr16.c:1235 #, c-format msgid "Illegal register pair `%s' in Instruction `%s'" msgstr "" -#: config/tc-cr16.c:1140 config/tc-i960.c:835 +#: config/tc-cr16.c:1260 config/tc-i960.c:835 msgid "unmatched '['" msgstr "" -#: config/tc-cr16.c:1146 config/tc-i960.c:842 +#: config/tc-cr16.c:1266 config/tc-i960.c:842 msgid "garbage after index spec ignored" msgstr "" -#: config/tc-cr16.c:1294 config/tc-crx.c:935 +#: config/tc-cr16.c:1414 config/tc-crx.c:935 #, c-format msgid "Illegal operands (whitespace): `%s'" msgstr "" -#: config/tc-cr16.c:1306 config/tc-cr16.c:1313 config/tc-cr16.c:1330 +#: config/tc-cr16.c:1426 config/tc-cr16.c:1433 config/tc-cr16.c:1450 #: config/tc-crx.c:947 config/tc-crx.c:954 config/tc-crx.c:971 #: config/tc-crx.c:1763 #, c-format msgid "Missing matching brackets : `%s'" msgstr "" -#: config/tc-cr16.c:1362 config/tc-crx.c:997 +#: config/tc-cr16.c:1482 config/tc-crx.c:997 #, c-format msgid "Unknown exception: `%s'" msgstr "" -#: config/tc-cr16.c:1449 config/tc-crx.c:1093 +#: config/tc-cr16.c:1569 config/tc-crx.c:1093 #, c-format msgid "Illegal `cinv' parameter: `%c'" msgstr "" -#: config/tc-cr16.c:1471 config/tc-cr16.c:1510 +#: config/tc-cr16.c:1591 config/tc-cr16.c:1630 #, c-format msgid "Unknown register pair: `%d'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1479 +#: config/tc-cr16.c:1599 #, c-format msgid "Illegal register pair (`%s') in Instruction: `%s'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1518 +#: config/tc-cr16.c:1638 #, c-format msgid "Illegal index register pair (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:1557 +#: config/tc-cr16.c:1677 #, c-format msgid "Unknown processor register : `%d'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1565 +#: config/tc-cr16.c:1685 #, c-format msgid "Illegal processor register (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:1613 +#: config/tc-cr16.c:1733 #, c-format msgid "Unknown processor register (32 bit) : `%d'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1621 +#: config/tc-cr16.c:1741 #, c-format msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:1985 config/tc-crx.c:1661 config/tc-crx.c:1678 +#: config/tc-cr16.c:2105 config/tc-crx.c:1661 config/tc-crx.c:1678 #, c-format msgid "Same src/dest register is used (`r%d'), result is undefined" msgstr "" -#: config/tc-cr16.c:2006 +#: config/tc-cr16.c:2126 msgid "RA register is saved twice." msgstr "" -#: config/tc-cr16.c:2010 +#: config/tc-cr16.c:2130 #, c-format msgid "`%s' Illegal use of registers." msgstr "" -#: config/tc-cr16.c:2024 +#: config/tc-cr16.c:2144 #, c-format msgid "`%s' Illegal count-register combination." msgstr "" -#: config/tc-cr16.c:2030 +#: config/tc-cr16.c:2150 #, c-format msgid "`%s' Illegal use of register." msgstr "" -#: config/tc-cr16.c:2039 config/tc-crx.c:1670 +#: config/tc-cr16.c:2159 config/tc-crx.c:1670 #, c-format msgid "`%s' has undefined result" msgstr "" -#: config/tc-cr16.c:2047 +#: config/tc-cr16.c:2167 #, c-format msgid "Same src/dest register is used (`r%d'),result is undefined" msgstr "" -#: config/tc-cr16.c:2218 config/tc-crx.c:1575 +#: config/tc-cr16.c:2338 config/tc-crx.c:1575 msgid "Incorrect number of operands" msgstr "" -#: config/tc-cr16.c:2220 config/tc-crx.c:1577 +#: config/tc-cr16.c:2340 config/tc-crx.c:1577 #, c-format msgid "Illegal type of operand (arg %d)" msgstr "" -#: config/tc-cr16.c:2226 config/tc-crx.c:1583 +#: config/tc-cr16.c:2346 config/tc-crx.c:1583 #, c-format msgid "Operand out of range (arg %d)" msgstr "" -#: config/tc-cr16.c:2229 config/tc-crx.c:1586 +#: config/tc-cr16.c:2349 config/tc-crx.c:1586 #, c-format msgid "Operand has odd displacement (arg %d)" msgstr "" -#: config/tc-cr16.c:2232 config/tc-cr16.c:2263 config/tc-crx.c:1599 +#: config/tc-cr16.c:2352 config/tc-cr16.c:2383 config/tc-crx.c:1599 #: config/tc-crx.c:1630 #, c-format msgid "Illegal operand (arg %d)" @@ -3741,313 +3872,329 @@ msgstr "" #. Give an error if a frag containing code is not aligned to a 2-byte #. boundary. -#: config/tc-cr16.c:2365 config/tc-cr16.h:71 config/tc-crx.c:1952 +#: config/tc-cr16.c:2485 config/tc-cr16.h:73 config/tc-crx.c:1952 #: config/tc-crx.h:76 msgid "instruction address is not a multiple of 2" msgstr "" -#: config/tc-cr16.c:2442 config/tc-cris.c:1529 config/tc-cris.c:1537 -#: config/tc-crx.c:1988 config/tc-dlx.c:685 config/tc-hppa.c:3229 -#: config/tc-i860.c:490 config/tc-i860.c:507 config/tc-i860.c:987 -#: config/tc-sparc.c:1406 config/tc-sparc.c:1414 +#: config/tc-cr16.c:2562 config/tc-cris.c:1538 config/tc-cris.c:1546 +#: config/tc-crx.c:1988 config/tc-dlx.c:685 config/tc-hppa.c:3243 +#: config/tc-hppa.c:3250 config/tc-i860.c:490 config/tc-i860.c:507 +#: config/tc-i860.c:987 config/tc-sparc.c:1410 config/tc-sparc.c:1418 #, c-format msgid "Unknown opcode: `%s'" msgstr "" -#: config/tc-cris.c:547 config/tc-m68hc11.c:2744 +#: config/tc-cris.c:551 config/tc-m68hc11.c:2744 #, c-format msgid "internal inconsistency problem in %s: fr_symbol %lx" msgstr "" -#: config/tc-cris.c:551 config/tc-m68hc11.c:2748 config/tc-msp430.c:2247 +#: config/tc-cris.c:555 config/tc-m68hc11.c:2748 config/tc-msp430.c:2247 #, c-format msgid "internal inconsistency problem in %s: resolved symbol" msgstr "" -#: config/tc-cris.c:561 config/tc-m68hc11.c:2754 +#: config/tc-cris.c:565 config/tc-m68hc11.c:2754 #, c-format msgid "internal inconsistency problem in %s: fr_subtype %d" msgstr "" -#: config/tc-cris.c:901 +#: config/tc-cris.c:905 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented" msgstr "" -#: config/tc-cris.c:931 +#: config/tc-cris.c:935 msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D" msgstr "" -#: config/tc-cris.c:936 +#: config/tc-cris.c:940 #, c-format msgid "" "Internal error found in md_convert_frag: offset %ld. Please report this." msgstr "" -#: config/tc-cris.c:961 +#: config/tc-cris.c:965 #, c-format msgid "internal inconsistency in %s: bdapq no symbol" msgstr "" -#: config/tc-cris.c:974 +#: config/tc-cris.c:978 #, c-format msgid "internal inconsistency in %s: bdap.w with no symbol" msgstr "" -#: config/tc-cris.c:998 +#: config/tc-cris.c:1002 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness" msgstr "" -#: config/tc-cris.c:1007 +#: config/tc-cris.c:1011 msgid "dangerous MULS/MULU location; give it higher alignment" msgstr "" -#: config/tc-cris.c:1112 +#. Bail out for compatibility mode. (It seems it can be implemented, +#. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump +#. $acr", "nop"; but doesn't seem worth it at the moment.) +#: config/tc-cris.c:1052 msgid "" "Out-of-range .word offset handling is not implemented for .arch " "common_v10_v32" msgstr "" -#: config/tc-cris.c:1220 +#: config/tc-cris.c:1097 +msgid ".word case-table handling failed: table too large" +msgstr "" + +#: config/tc-cris.c:1229 #, c-format msgid "Buggy opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-cris.c:1635 +#: config/tc-cris.c:1644 #, c-format msgid "Immediate value not in 5 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:1651 +#: config/tc-cris.c:1660 #, c-format msgid "Immediate value not in 4 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:1703 +#: config/tc-cris.c:1712 #, c-format msgid "Immediate value not in 6 bit range: %ld" msgstr "" -#: config/tc-cris.c:1718 +#: config/tc-cris.c:1727 #, c-format msgid "Immediate value not in 6 bit unsigned range: %ld" msgstr "" #. Others have a generic warning. -#: config/tc-cris.c:1826 +#: config/tc-cris.c:1835 #, c-format msgid "Unimplemented register `%s' specified" msgstr "" #. We've come to the end of instructions with this #. opcode, so it must be an error. -#: config/tc-cris.c:2069 +#: config/tc-cris.c:2079 msgid "Illegal operands" msgstr "" -#: config/tc-cris.c:2110 config/tc-cris.c:2150 +#: config/tc-cris.c:2120 config/tc-cris.c:2160 #, c-format msgid "Immediate value not in 8 bit range: %ld" msgstr "" -#: config/tc-cris.c:2120 config/tc-cris.c:2171 +#: config/tc-cris.c:2130 config/tc-cris.c:2181 #, c-format msgid "Immediate value not in 16 bit range: %ld" msgstr "" -#: config/tc-cris.c:2155 +#: config/tc-cris.c:2165 #, c-format msgid "Immediate value not in 8 bit signed range: %ld" msgstr "" -#: config/tc-cris.c:2160 +#: config/tc-cris.c:2170 #, c-format msgid "Immediate value not in 8 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2176 +#: config/tc-cris.c:2186 #, c-format msgid "Immediate value not in 16 bit signed range: %ld" msgstr "" -#: config/tc-cris.c:2181 +#: config/tc-cris.c:2191 #, c-format msgid "Immediate value not in 16 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2203 +#: config/tc-cris.c:2217 +msgid "TLS relocation size does not match operand size" +msgstr "" + +#: config/tc-cris.c:2218 msgid "PIC relocation size does not match operand size" msgstr "" -#: config/tc-cris.c:3346 +#: config/tc-cris.c:3366 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n" msgstr "" -#: config/tc-cris.c:3350 +#: config/tc-cris.c:3370 msgid "32-bit conditional branch generated" msgstr "" -#: config/tc-cris.c:3411 +#: config/tc-cris.c:3431 msgid "Complex expression not supported" msgstr "" #. FIXME: Is this function mentioned in the internals.texi manual? If #. not, add it. -#: config/tc-cris.c:3537 +#: config/tc-cris.c:3581 msgid "Bad call to md_atof () - floating point formats are not supported" msgstr "" -#: config/tc-cris.c:3578 +#: config/tc-cris.c:3622 msgid "PC-relative relocation must be trivially resolved" msgstr "" -#: config/tc-cris.c:3631 +#: config/tc-cris.c:3694 #, c-format msgid "Value not in 16 bit range: %ld" msgstr "" -#: config/tc-cris.c:3642 +#: config/tc-cris.c:3702 #, c-format msgid "Value not in 16 bit signed range: %ld" msgstr "" -#: config/tc-cris.c:3653 +#: config/tc-cris.c:3710 #, c-format msgid "Value not in 8 bit range: %ld" msgstr "" -#: config/tc-cris.c:3661 +#: config/tc-cris.c:3717 #, c-format msgid "Value not in 8 bit signed range: %ld" msgstr "" -#: config/tc-cris.c:3672 +#: config/tc-cris.c:3727 #, c-format msgid "Value not in 4 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:3680 +#: config/tc-cris.c:3734 #, c-format msgid "Value not in 5 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:3688 +#: config/tc-cris.c:3741 #, c-format msgid "Value not in 6 bit range: %ld" msgstr "" -#: config/tc-cris.c:3696 +#: config/tc-cris.c:3748 #, c-format msgid "Value not in 6 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:3742 +#: config/tc-cris.c:3792 #, c-format msgid "Please use --help to see usage and options for this assembler.\n" msgstr "" -#: config/tc-cris.c:3754 +#: config/tc-cris.c:3804 msgid "--no-underscore is invalid with a.out format" msgstr "" -#: config/tc-cris.c:3778 +#: config/tc-cris.c:3828 #, c-format msgid "invalid in --march=: %s" msgstr "" -#: config/tc-cris.c:3877 +#: config/tc-cris.c:3937 msgid "" "Semantics error. This type of operand can not be relocated, it must be an " "assembly-time constant" msgstr "" -#: config/tc-cris.c:3926 +#: config/tc-cris.c:3986 #, c-format msgid "Cannot generate relocation type for symbol %s, code %s" msgstr "" #. The messages are formatted to line up with the generic options. -#: config/tc-cris.c:3939 +#: config/tc-cris.c:3999 #, c-format msgid "CRIS-specific options:\n" msgstr "" -#: config/tc-cris.c:3941 +#: config/tc-cris.c:4001 msgid "" " -h, -H Don't execute, print this help text. Deprecated.\n" msgstr "" -#: config/tc-cris.c:3943 +#: config/tc-cris.c:4003 msgid " -N Warn when branches are expanded to jumps.\n" msgstr "" -#: config/tc-cris.c:3945 +#: config/tc-cris.c:4005 msgid "" " --underscore User symbols are normally prepended with " "underscore.\n" msgstr "" -#: config/tc-cris.c:3947 +#: config/tc-cris.c:4007 msgid " Registers will not need any prefix.\n" msgstr "" -#: config/tc-cris.c:3949 +#: config/tc-cris.c:4009 msgid " --no-underscore User symbols do not have any prefix.\n" msgstr "" -#: config/tc-cris.c:3951 +#: config/tc-cris.c:4011 msgid " Registers will require a `$'-prefix.\n" msgstr "" -#: config/tc-cris.c:3953 +#: config/tc-cris.c:4013 msgid " --pic\t\t\tEnable generation of position-independent code.\n" msgstr "" -#: config/tc-cris.c:3955 +#: config/tc-cris.c:4015 msgid "" " --march=\t\tGenerate code for . Valid choices for \n" "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n" msgstr "" -#: config/tc-cris.c:3976 +#: config/tc-cris.c:4036 msgid "Invalid relocation" msgstr "" -#: config/tc-cris.c:4013 +#: config/tc-cris.c:4073 msgid "Invalid pc-relative relocation" msgstr "" -#: config/tc-cris.c:4058 +#: config/tc-cris.c:4118 #, c-format msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." msgstr "" -#: config/tc-cris.c:4088 +#: config/tc-cris.c:4148 #, c-format msgid ".syntax %s requires command-line option `--underscore'" msgstr "" -#: config/tc-cris.c:4097 +#: config/tc-cris.c:4157 #, c-format msgid ".syntax %s requires command-line option `--no-underscore'" msgstr "" -#: config/tc-cris.c:4134 +#: config/tc-cris.c:4194 msgid "Unknown .syntax operand" msgstr "" -#: config/tc-cris.c:4144 +#: config/tc-cris.c:4204 msgid "Pseudodirective .file is only valid when generating ELF" msgstr "" -#: config/tc-cris.c:4156 +#: config/tc-cris.c:4216 msgid "Pseudodirective .loc is only valid when generating ELF" msgstr "" -#: config/tc-cris.c:4299 +#: config/tc-cris.c:4231 +#, c-format +msgid "internal inconsistency problem: %s called for %d bytes" +msgstr "" + +#: config/tc-cris.c:4383 msgid "unknown operand to .arch" msgstr "" -#: config/tc-cris.c:4308 +#: config/tc-cris.c:4392 msgid ".arch requires a matching --march=... option" msgstr "" @@ -4422,14 +4569,14 @@ msgstr "" msgid ".endfunc missing for previous .proc" msgstr "" -#: config/tc-dlx.c:290 config/tc-i860.c:227 config/tc-mips.c:1891 +#: config/tc-dlx.c:290 config/tc-i860.c:227 config/tc-mips.c:1903 #, c-format msgid "internal error: can't hash `%s': %s\n" msgstr "" #. Probably a memory allocation problem? Give up now. -#: config/tc-dlx.c:297 config/tc-hppa.c:8256 config/tc-mips.c:1894 -#: config/tc-mips.c:1946 config/tc-or32.c:211 config/tc-sparc.c:856 +#: config/tc-dlx.c:297 config/tc-hppa.c:8287 config/tc-mips.c:1906 +#: config/tc-mips.c:1958 config/tc-or32.c:211 config/tc-sparc.c:860 msgid "Broken assembler. No assembly attempted." msgstr "" @@ -4453,7 +4600,7 @@ msgstr "" msgid "Invalid expression after %%%%\n" msgstr "" -#: config/tc-dlx.c:703 +#: config/tc-dlx.c:703 config/tc-tic4x.c:2488 #, c-format msgid "Unknown opcode `%s'." msgstr "" @@ -4670,6 +4817,10 @@ msgstr "" msgid "mismatch between register and suffix" msgstr "" +#: config/tc-h8300.c:626 +msgid "invalid suffix after register." +msgstr "" + #: config/tc-h8300.c:648 msgid "address too high for vector table jmp/jsr" msgstr "" @@ -4717,105 +4868,105 @@ msgstr "" msgid "operand %s0x%lx out of range." msgstr "" -#: config/tc-h8300.c:1354 +#: config/tc-h8300.c:1365 msgid "Can't work out size of operand.\n" msgstr "" -#: config/tc-h8300.c:1403 +#: config/tc-h8300.c:1414 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300 mode" msgstr "" -#: config/tc-h8300.c:1408 +#: config/tc-h8300.c:1419 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300H mode" msgstr "" -#: config/tc-h8300.c:1414 +#: config/tc-h8300.c:1425 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300S mode" msgstr "" -#: config/tc-h8300.c:1475 config/tc-h8300.c:1495 +#: config/tc-h8300.c:1486 config/tc-h8300.c:1506 msgid "Need #1 or #2 here" msgstr "" -#: config/tc-h8300.c:1490 +#: config/tc-h8300.c:1501 msgid "#4 not valid on H8/300." msgstr "" -#: config/tc-h8300.c:1596 config/tc-h8300.c:1678 +#: config/tc-h8300.c:1609 config/tc-h8300.c:1691 #, c-format msgid "branch operand has odd offset (%lx)\n" msgstr "" -#: config/tc-h8300.c:1716 +#: config/tc-h8300.c:1729 msgid "destination operand must be 16 bit register" msgstr "" -#: config/tc-h8300.c:1725 +#: config/tc-h8300.c:1738 msgid "source operand must be 8 bit register" msgstr "" -#: config/tc-h8300.c:1733 +#: config/tc-h8300.c:1746 msgid "destination operand must be 16bit absolute address" msgstr "" -#: config/tc-h8300.c:1740 +#: config/tc-h8300.c:1753 msgid "destination operand must be 8 bit register" msgstr "" -#: config/tc-h8300.c:1748 +#: config/tc-h8300.c:1761 msgid "source operand must be 16bit absolute address" msgstr "" #. This seems more sane than saying "too many operands". We'll #. get here only if the trailing trash starts with a comma. #. Types or values of args don't match. -#: config/tc-h8300.c:1756 config/tc-mmix.c:472 config/tc-mmix.c:484 -#: config/tc-mmix.c:2497 config/tc-mmix.c:2521 config/tc-mmix.c:2794 +#: config/tc-h8300.c:1769 config/tc-mmix.c:472 config/tc-mmix.c:484 +#: config/tc-mmix.c:2500 config/tc-mmix.c:2524 config/tc-mmix.c:2797 #: config/tc-or32.c:528 msgid "invalid operands" msgstr "" -#: config/tc-h8300.c:1787 +#: config/tc-h8300.c:1800 msgid "operand/size mis-match" msgstr "" -#: config/tc-h8300.c:1888 config/tc-mips.c:10066 config/tc-sh.c:2925 +#: config/tc-h8300.c:1901 config/tc-mips.c:10156 config/tc-sh.c:2925 #: config/tc-sh64.c:2795 config/tc-z8k.c:1226 msgid "unknown opcode" msgstr "" -#: config/tc-h8300.c:1921 +#: config/tc-h8300.c:1934 msgid "invalid operand in ldm" msgstr "" -#: config/tc-h8300.c:1930 +#: config/tc-h8300.c:1943 msgid "invalid operand in stm" msgstr "" -#: config/tc-h8300.c:2056 +#: config/tc-h8300.c:2069 #, c-format msgid "call to tc_aout_fix_to_chars \n" msgstr "" -#: config/tc-h8300.c:2065 config/tc-xc16x.c:340 +#: config/tc-h8300.c:2078 config/tc-xc16x.c:340 #, c-format msgid "call to md_convert_frag \n" msgstr "" -#: config/tc-h8300.c:2116 config/tc-xc16x.c:244 +#: config/tc-h8300.c:2129 config/tc-xc16x.c:244 #, c-format msgid "call to md_estimate_size_before_relax \n" msgstr "" -#: config/tc-h8300.c:2145 config/tc-xc16x.c:285 +#: config/tc-h8300.c:2158 config/tc-xc16x.c:285 msgid "Difference of symbols in different sections is not supported" msgstr "" -#: config/tc-h8300.c:2167 config/tc-mcore.c:2199 config/tc-pj.c:489 -#: config/tc-sh.c:4374 config/tc-xc16x.c:308 +#: config/tc-h8300.c:2180 config/tc-mcore.c:2199 config/tc-microblaze.c:2295 +#: config/tc-pj.c:488 config/tc-sh.c:4374 config/tc-xc16x.c:308 #, c-format msgid "Cannot represent relocation type %s" msgstr "" @@ -4824,883 +4975,1027 @@ msgstr "" #. IGNORE is used to suppress the error message. #. Variant of CHECK_FIELD for use in md_apply_fix and other places where #. the current file and line number are not valid. -#: config/tc-hppa.c:1015 config/tc-hppa.c:1029 +#: config/tc-hppa.c:1028 config/tc-hppa.c:1042 #, c-format msgid "Field out of range [%d..%d] (%d)." msgstr "" #. Simple alignment checking for FIELD against ALIGN (a power of two). #. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1043 +#: config/tc-hppa.c:1056 #, c-format msgid "Field not properly aligned [%d] (%d)." msgstr "" -#: config/tc-hppa.c:1096 +#: config/tc-hppa.c:1109 msgid "Missing .exit\n" msgstr "" -#: config/tc-hppa.c:1099 +#: config/tc-hppa.c:1112 msgid "Missing .procend\n" msgstr "" -#: config/tc-hppa.c:1284 +#: config/tc-hppa.c:1297 #, c-format msgid "Invalid field selector. Assuming F%%." msgstr "" -#: config/tc-hppa.c:1311 +#: config/tc-hppa.c:1324 msgid "Bad segment in expression." msgstr "" -#: config/tc-hppa.c:1336 +#: config/tc-hppa.c:1349 #, c-format msgid "Invalid Nullification: (%c)" msgstr "" -#: config/tc-hppa.c:1406 +#: config/tc-hppa.c:1419 msgid "Cannot handle fixup" msgstr "" -#: config/tc-hppa.c:1704 +#: config/tc-hppa.c:1717 #, c-format msgid " -Q ignored\n" msgstr "" -#: config/tc-hppa.c:1708 +#: config/tc-hppa.c:1721 #, c-format msgid " -c print a warning if a comment is found\n" msgstr "" -#: config/tc-hppa.c:1774 +#: config/tc-hppa.c:1787 #, c-format msgid "no hppa_fixup entry for fixup type 0x%x" msgstr "" -#: config/tc-hppa.c:1953 +#: config/tc-hppa.c:1966 msgid "Unknown relocation encountered in md_apply_fix." msgstr "" -#: config/tc-hppa.c:2141 config/tc-hppa.c:2166 +#: config/tc-hppa.c:2154 config/tc-hppa.c:2179 #, c-format msgid "Undefined register: '%s'." msgstr "" -#: config/tc-hppa.c:2200 +#: config/tc-hppa.c:2213 #, c-format msgid "Non-absolute symbol: '%s'." msgstr "" -#: config/tc-hppa.c:2215 +#: config/tc-hppa.c:2228 #, c-format msgid "Undefined absolute constant: '%s'." msgstr "" -#: config/tc-hppa.c:2246 config/tc-hppa.c:5665 +#: config/tc-hppa.c:2259 config/tc-hppa.c:5689 msgid "could not update architecture and machine" msgstr "" -#: config/tc-hppa.c:2284 +#: config/tc-hppa.c:2297 #, c-format msgid "Invalid FP Compare Condition: %s" msgstr "" -#: config/tc-hppa.c:2339 +#: config/tc-hppa.c:2352 #, c-format msgid "Invalid FTEST completer: %s" msgstr "" -#: config/tc-hppa.c:2405 config/tc-hppa.c:2442 +#: config/tc-hppa.c:2418 config/tc-hppa.c:2455 #, c-format msgid "Invalid FP Operand Format: %3s" msgstr "" -#: config/tc-hppa.c:2577 +#: config/tc-hppa.c:2590 msgid "Bad segment (should be absolute)." msgstr "" -#: config/tc-hppa.c:2603 +#: config/tc-hppa.c:2616 #, c-format msgid "Invalid argument location: %s\n" msgstr "" -#: config/tc-hppa.c:2632 +#: config/tc-hppa.c:2645 #, c-format msgid "Invalid argument description: %d" msgstr "" -#: config/tc-hppa.c:3458 +#: config/tc-hppa.c:3473 msgid "Invalid Indexed Load Completer." msgstr "" -#: config/tc-hppa.c:3463 +#: config/tc-hppa.c:3478 msgid "Invalid Indexed Load Completer Syntax." msgstr "" -#: config/tc-hppa.c:3497 +#: config/tc-hppa.c:3512 msgid "Invalid Short Load/Store Completer." msgstr "" -#: config/tc-hppa.c:3557 config/tc-hppa.c:3562 +#: config/tc-hppa.c:3572 config/tc-hppa.c:3577 msgid "Invalid Store Bytes Short Completer" msgstr "" -#: config/tc-hppa.c:3873 config/tc-hppa.c:3879 +#: config/tc-hppa.c:3888 config/tc-hppa.c:3894 msgid "Invalid left/right combination completer" msgstr "" -#: config/tc-hppa.c:3928 config/tc-hppa.c:3935 +#: config/tc-hppa.c:3943 config/tc-hppa.c:3950 msgid "Invalid permutation completer" msgstr "" -#: config/tc-hppa.c:4035 +#: config/tc-hppa.c:4050 #, c-format msgid "Invalid Add Condition: %s" msgstr "" -#: config/tc-hppa.c:4046 config/tc-hppa.c:4056 +#: config/tc-hppa.c:4061 config/tc-hppa.c:4071 msgid "Invalid Add and Branch Condition" msgstr "" -#: config/tc-hppa.c:4077 config/tc-hppa.c:4214 +#: config/tc-hppa.c:4092 config/tc-hppa.c:4229 msgid "Invalid Compare/Subtract Condition" msgstr "" -#: config/tc-hppa.c:4117 +#: config/tc-hppa.c:4132 #, c-format msgid "Invalid Bit Branch Condition: %c" msgstr "" -#: config/tc-hppa.c:4202 +#: config/tc-hppa.c:4217 #, c-format msgid "Invalid Compare/Subtract Condition: %s" msgstr "" -#: config/tc-hppa.c:4229 +#: config/tc-hppa.c:4244 msgid "Invalid Compare and Branch Condition" msgstr "" -#: config/tc-hppa.c:4325 +#: config/tc-hppa.c:4340 msgid "Invalid Logical Instruction Condition." msgstr "" -#: config/tc-hppa.c:4380 +#: config/tc-hppa.c:4398 msgid "Invalid Shift/Extract/Deposit Condition." msgstr "" -#: config/tc-hppa.c:4492 +#: config/tc-hppa.c:4510 msgid "Invalid Unit Instruction Condition." msgstr "" -#: config/tc-hppa.c:4967 config/tc-hppa.c:4999 config/tc-hppa.c:5030 -#: config/tc-hppa.c:5060 +#: config/tc-hppa.c:4985 config/tc-hppa.c:5017 config/tc-hppa.c:5048 +#: config/tc-hppa.c:5078 msgid "Branch to unaligned address" msgstr "" -#: config/tc-hppa.c:5238 +#: config/tc-hppa.c:5262 msgid "Invalid SFU identifier" msgstr "" -#: config/tc-hppa.c:5288 +#: config/tc-hppa.c:5312 msgid "Invalid COPR identifier" msgstr "" -#: config/tc-hppa.c:5417 +#: config/tc-hppa.c:5441 msgid "Invalid Floating Point Operand Format." msgstr "" -#: config/tc-hppa.c:5534 config/tc-hppa.c:5554 config/tc-hppa.c:5574 -#: config/tc-hppa.c:5594 config/tc-hppa.c:5614 +#: config/tc-hppa.c:5558 config/tc-hppa.c:5578 config/tc-hppa.c:5598 +#: config/tc-hppa.c:5618 config/tc-hppa.c:5638 msgid "Invalid register for single precision fmpyadd or fmpysub" msgstr "" -#: config/tc-hppa.c:5682 +#: config/tc-hppa.c:5706 #, c-format msgid "Invalid operands %s" msgstr "" -#: config/tc-hppa.c:5737 config/tc-hppa.c:6925 config/tc-hppa.c:6980 +#: config/tc-hppa.c:5716 +#, c-format +msgid "Immediates %d and %d will give undefined behavior." +msgstr "" + +#: config/tc-hppa.c:5768 config/tc-hppa.c:6956 config/tc-hppa.c:7011 msgid "Missing function name for .PROC (corrupted label chain)" msgstr "" -#: config/tc-hppa.c:5740 config/tc-hppa.c:6983 +#: config/tc-hppa.c:5771 config/tc-hppa.c:7014 msgid "Missing function name for .PROC" msgstr "" -#: config/tc-hppa.c:5799 +#: config/tc-hppa.c:5830 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff" msgstr "" -#: config/tc-hppa.c:5895 +#: config/tc-hppa.c:5926 #, c-format msgid "Invalid .CALL argument: %s" msgstr "" -#: config/tc-hppa.c:6011 +#: config/tc-hppa.c:6042 msgid ".callinfo is not within a procedure definition" msgstr "" -#: config/tc-hppa.c:6031 +#: config/tc-hppa.c:6062 #, c-format msgid "FRAME parameter must be a multiple of 8: %d\n" msgstr "" -#: config/tc-hppa.c:6050 +#: config/tc-hppa.c:6081 msgid "Value for ENTRY_GR must be in the range 3..18\n" msgstr "" -#: config/tc-hppa.c:6062 +#: config/tc-hppa.c:6093 msgid "Value for ENTRY_FR must be in the range 12..21\n" msgstr "" -#: config/tc-hppa.c:6072 +#: config/tc-hppa.c:6103 msgid "Value for ENTRY_SR must be 3\n" msgstr "" -#: config/tc-hppa.c:6128 +#: config/tc-hppa.c:6159 #, c-format msgid "Invalid .CALLINFO argument: %s" msgstr "" -#: config/tc-hppa.c:6238 +#: config/tc-hppa.c:6269 msgid "The .ENTER pseudo-op is not supported" msgstr "" -#: config/tc-hppa.c:6254 +#: config/tc-hppa.c:6285 msgid "Misplaced .entry. Ignored." msgstr "" -#: config/tc-hppa.c:6258 +#: config/tc-hppa.c:6289 msgid "Missing .callinfo." msgstr "" -#: config/tc-hppa.c:6322 +#: config/tc-hppa.c:6353 msgid ".REG expression must be a register" msgstr "" -#: config/tc-hppa.c:6338 +#: config/tc-hppa.c:6369 msgid "bad or irreducible absolute expression; zero assumed" msgstr "" -#: config/tc-hppa.c:6349 +#: config/tc-hppa.c:6380 msgid ".REG must use a label" msgstr "" -#: config/tc-hppa.c:6351 +#: config/tc-hppa.c:6382 msgid ".EQU must use a label" msgstr "" -#: config/tc-hppa.c:6413 +#: config/tc-hppa.c:6444 #, c-format msgid "Symbol '%s' could not be created." msgstr "" -#: config/tc-hppa.c:6417 +#: config/tc-hppa.c:6448 msgid "No memory for symbol name." msgstr "" -#: config/tc-hppa.c:6466 +#: config/tc-hppa.c:6497 msgid ".EXIT must appear within a procedure" msgstr "" -#: config/tc-hppa.c:6470 +#: config/tc-hppa.c:6501 msgid "Missing .callinfo" msgstr "" -#: config/tc-hppa.c:6474 +#: config/tc-hppa.c:6505 msgid "No .ENTRY for this .EXIT" msgstr "" -#: config/tc-hppa.c:6514 +#: config/tc-hppa.c:6545 #, c-format msgid "Using ENTRY rather than CODE in export directive for %s" msgstr "" -#: config/tc-hppa.c:6631 +#: config/tc-hppa.c:6662 #, c-format msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" msgstr "" -#: config/tc-hppa.c:6655 +#: config/tc-hppa.c:6686 #, c-format msgid "Cannot define export symbol: %s\n" msgstr "" -#: config/tc-hppa.c:6752 +#: config/tc-hppa.c:6783 msgid "Missing label name on .LABEL" msgstr "" -#: config/tc-hppa.c:6757 +#: config/tc-hppa.c:6788 msgid "extra .LABEL arguments ignored." msgstr "" -#: config/tc-hppa.c:6773 +#: config/tc-hppa.c:6804 msgid "The .LEAVE pseudo-op is not supported" msgstr "" -#: config/tc-hppa.c:6811 +#: config/tc-hppa.c:6842 msgid "Unrecognized .LEVEL argument\n" msgstr "" -#: config/tc-hppa.c:6845 +#: config/tc-hppa.c:6876 #, c-format msgid "Cannot define static symbol: %s\n" msgstr "" -#: config/tc-hppa.c:6879 +#: config/tc-hppa.c:6910 msgid "Nested procedures" msgstr "" -#: config/tc-hppa.c:6889 +#: config/tc-hppa.c:6920 msgid "Cannot allocate unwind descriptor\n" msgstr "" -#: config/tc-hppa.c:6987 +#: config/tc-hppa.c:7018 msgid "misplaced .procend" msgstr "" -#: config/tc-hppa.c:6990 +#: config/tc-hppa.c:7021 msgid "Missing .callinfo for this procedure" msgstr "" -#: config/tc-hppa.c:6993 +#: config/tc-hppa.c:7024 msgid "Missing .EXIT for a .ENTRY" msgstr "" -#: config/tc-hppa.c:7030 +#: config/tc-hppa.c:7061 msgid "Not in a space.\n" msgstr "" -#: config/tc-hppa.c:7033 +#: config/tc-hppa.c:7064 msgid "Not in a subspace.\n" msgstr "" -#: config/tc-hppa.c:7122 +#: config/tc-hppa.c:7153 msgid "Invalid .SPACE argument" msgstr "" -#: config/tc-hppa.c:7168 +#: config/tc-hppa.c:7199 msgid "Can't change spaces within a procedure definition. Ignored" msgstr "" -#: config/tc-hppa.c:7296 +#: config/tc-hppa.c:7327 #, c-format msgid "Undefined space: '%s' Assuming space number = 0." msgstr "" -#: config/tc-hppa.c:7319 +#: config/tc-hppa.c:7350 msgid "Must be in a space before changing or declaring subspaces.\n" msgstr "" -#: config/tc-hppa.c:7323 +#: config/tc-hppa.c:7354 msgid "Can't change subspaces within a procedure definition. Ignored" msgstr "" -#: config/tc-hppa.c:7359 +#: config/tc-hppa.c:7390 msgid "Parameters of an existing subspace can't be modified" msgstr "" -#: config/tc-hppa.c:7411 +#: config/tc-hppa.c:7442 msgid "Alignment must be a power of 2" msgstr "" -#: config/tc-hppa.c:7458 +#: config/tc-hppa.c:7489 msgid "FIRST not supported as a .SUBSPACE argument" msgstr "" -#: config/tc-hppa.c:7460 +#: config/tc-hppa.c:7491 msgid "Invalid .SUBSPACE argument" msgstr "" -#: config/tc-hppa.c:7649 +#: config/tc-hppa.c:7680 #, c-format msgid "Internal error: Unable to find containing space for %s." msgstr "" -#: config/tc-hppa.c:7687 +#: config/tc-hppa.c:7718 #, c-format msgid "Out of memory: could not allocate new space chain entry: %s\n" msgstr "" -#: config/tc-hppa.c:7775 +#: config/tc-hppa.c:7806 #, c-format msgid "Out of memory: could not allocate new subspace chain entry: %s\n" msgstr "" -#: config/tc-hppa.c:8220 +#: config/tc-hppa.c:8251 msgid "-R option not supported on this target." msgstr "" -#: config/tc-hppa.c:8237 config/tc-sparc.c:811 config/tc-sparc.c:848 +#: config/tc-hppa.c:8268 config/tc-sparc.c:815 config/tc-sparc.c:852 #, c-format msgid "Internal error: can't hash `%s': %s\n" msgstr "" -#: config/tc-hppa.c:8246 config/tc-i860.c:236 +#: config/tc-hppa.c:8277 config/tc-i860.c:236 #, c-format msgid "internal error: losing opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-i386.c:1764 +#: config/tc-i370.c:419 config/tc-ppc.c:1141 config/tc-s390.c:404 +#: config/tc-s390.c:411 +#, c-format +msgid "invalid switch -m%s" +msgstr "" + +#: config/tc-i370.c:516 config/tc-s390.c:510 +#, c-format +msgid "Internal assembler error for instruction %s" +msgstr "" + +#: config/tc-i370.c:535 +#, c-format +msgid "Internal assembler error for macro %s" +msgstr "" + +#: config/tc-i370.c:630 config/tc-ppc.c:1839 +msgid "identifier+constant@got means identifier@got+constant" +msgstr "" + +#: config/tc-i370.c:684 config/tc-m68k.c:8030 config/tc-ppc.c:1928 +#, c-format +msgid "%s relocations do not fit in %d bytes\n" +msgstr "" + +#: config/tc-i370.c:925 config/tc-i370.c:969 +msgid "unsupported DC type" +msgstr "" + +#: config/tc-i370.c:939 config/tc-i370.c:951 config/tc-i370.c:1532 +#: config/tc-i370.c:1542 +msgid "missing end-quote" +msgstr "" + +#: config/tc-i370.c:999 +msgid "unsupported alignment" +msgstr "" + +#: config/tc-i370.c:1006 +msgid "this DS form not yet supported" +msgstr "" + +#: config/tc-i370.c:1049 config/tc-m32r.c:1493 config/tc-microblaze.c:179 +#: config/tc-ppc.c:1992 config/tc-ppc.c:4596 +msgid "Expected comma after symbol-name: rest of line ignored." +msgstr "" + +#: config/tc-i370.c:1072 config/tc-m32r.c:1517 config/tc-microblaze.c:201 +#: config/tc-ppc.c:2014 config/tc-ppc.c:3215 config/tc-ppc.c:4620 +msgid "ignoring bad alignment" +msgstr "" + +#: config/tc-i370.c:1083 config/tc-m32r.c:1544 config/tc-microblaze.c:212 +#: config/tc-ppc.c:2025 config/tc-ppc.c:4632 +#, c-format +msgid "Ignoring attempt to re-define symbol `%s'." +msgstr "" + +#: config/tc-i370.c:1091 config/tc-microblaze.c:220 config/tc-ppc.c:2033 +#, c-format +msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." +msgstr "" + +#: config/tc-i370.c:1110 config/tc-m32r.c:1529 config/tc-microblaze.c:238 +#: config/tc-ppc.c:2051 config/tc-v850.c:322 +msgid "Common alignment not a power of 2" +msgstr "" + +#: config/tc-i370.c:1248 +msgid "Missing or bad .using directive" +msgstr "" + +#: config/tc-i370.c:1293 +msgid "Literal Pool Overflow" +msgstr "" + +#: config/tc-i370.c:1589 +msgid "expression not a constant" +msgstr "" + +#: config/tc-i370.c:1596 +msgid "Unknown/unsupported address literal type" +msgstr "" + +#: config/tc-i370.c:1619 +#, c-format +msgid ".ltorg without prior .using in section %s" +msgstr "" + +#: config/tc-i370.c:1623 +#, c-format +msgid ".ltorg in section %s paired to .using in section %s" +msgstr "" + +#: config/tc-i370.c:1646 +#, c-format +msgid "bad alignment of %d bytes in literal pool" +msgstr "" + +#: config/tc-i370.c:1670 +msgid "bad literal size\n" +msgstr "" + +#: config/tc-i370.c:1744 +msgid ".using: base address expression illegal or too complex" +msgstr "" + +#: config/tc-i370.c:1779 config/tc-i370.c:1788 +#, c-format +msgid "droping register %d in section %s does not match using register %d" +msgstr "" + +#: config/tc-i370.c:1792 +#, c-format +msgid "droping register %d in section %s previously used in section %s" +msgstr "" + +#: config/tc-i370.c:1848 config/tc-ppc.c:3030 +msgid "wrong number of operands" +msgstr "" + +#: config/tc-i370.c:1930 config/tc-mn10200.c:898 config/tc-mn10300.c:1249 +#: config/tc-ppc.c:2349 config/tc-s390.c:1544 config/tc-v850.c:1604 +#, c-format +msgid "Unrecognized opcode: `%s'" +msgstr "" + +#: config/tc-i370.c:2075 +msgid "not using any base register" +msgstr "" + +#: config/tc-i370.c:2105 +#, c-format +msgid "expecting a register for operand %d" +msgstr "" + +#. Not used --- don't have any 8 byte instructions. +#: config/tc-i370.c:2226 +msgid "Internal Error: bad instruction length" +msgstr "" + +#: config/tc-i386.c:1774 #, c-format msgid "%s shortened to %s" msgstr "" -#: config/tc-i386.c:1834 +#: config/tc-i386.c:1844 msgid "same type of prefix used twice" msgstr "" -#: config/tc-i386.c:1855 +#: config/tc-i386.c:1865 msgid "64bit mode not supported on this CPU." msgstr "" -#: config/tc-i386.c:1859 +#: config/tc-i386.c:1869 msgid "32bit mode not supported on this CPU." msgstr "" -#: config/tc-i386.c:1892 +#: config/tc-i386.c:1902 msgid "bad argument to syntax directive." msgstr "" -#: config/tc-i386.c:1939 +#: config/tc-i386.c:1951 msgid "bad argument to sse_check directive." msgstr "" -#: config/tc-i386.c:1943 +#: config/tc-i386.c:1955 msgid "missing argument for sse_check directive" msgstr "" -#: config/tc-i386.c:2011 +#: config/tc-i386.c:1985 +#, c-format +msgid "`%s' is not supported on `%s'" +msgstr "" + +#: config/tc-i386.c:2058 #, c-format msgid "no such architecture: `%s'" msgstr "" -#: config/tc-i386.c:2016 +#: config/tc-i386.c:2063 msgid "missing cpu architecture" msgstr "" -#: config/tc-i386.c:2030 +#: config/tc-i386.c:2077 #, c-format msgid "no such architecture modifier: `%s'" msgstr "" -#: config/tc-i386.c:2046 config/tc-i386.c:8354 config/tc-maxq.c:223 +#: config/tc-i386.c:2092 config/tc-i386.c:2107 +msgid "Intel L1OM is 64bit ELF only" +msgstr "" + +#: config/tc-i386.c:2116 config/tc-i386.c:8079 config/tc-maxq.c:223 msgid "Unknown architecture" msgstr "" -#: config/tc-i386.c:2394 +#: config/tc-i386.c:2462 #, c-format msgid "unknown relocation (%u)" msgstr "" -#: config/tc-i386.c:2396 +#: config/tc-i386.c:2464 #, c-format msgid "%u-byte relocation cannot be applied to %u-byte field" msgstr "" -#: config/tc-i386.c:2400 +#: config/tc-i386.c:2468 msgid "non-pc-relative relocation for pc-relative field" msgstr "" -#: config/tc-i386.c:2405 +#: config/tc-i386.c:2473 msgid "relocated field and relocation type differ in signedness" msgstr "" -#: config/tc-i386.c:2414 +#: config/tc-i386.c:2482 msgid "there are no unsigned pc-relative relocations" msgstr "" -#: config/tc-i386.c:2422 +#: config/tc-i386.c:2490 #, c-format msgid "cannot do %u byte pc-relative relocation" msgstr "" -#: config/tc-i386.c:2439 +#: config/tc-i386.c:2507 #, c-format msgid "cannot do %s %u byte relocation" msgstr "" -#: config/tc-i386.c:2670 +#: config/tc-i386.c:2767 #, c-format msgid "can't use register '%s%s' as operand %d in '%s'." msgstr "" -#: config/tc-i386.c:2781 +#: config/tc-i386.c:2878 #, c-format msgid "SSE instruction `%s' is used" msgstr "" -#: config/tc-i386.c:2795 config/tc-i386.c:4113 +#: config/tc-i386.c:2892 config/tc-i386.c:4214 #, c-format msgid "ambiguous operand size for `%s'" msgstr "" #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. -#: config/tc-i386.c:2844 +#: config/tc-i386.c:2948 #, c-format msgid "translating to `%sp'" msgstr "" -#: config/tc-i386.c:2895 +#: config/tc-i386.c:2999 #, c-format msgid "can't encode register '%s%s' in an instruction requiring REX prefix." msgstr "" -#: config/tc-i386.c:2942 config/tc-i386.c:3050 config/tc-maxq.c:800 +#: config/tc-i386.c:3042 config/tc-i386.c:3163 config/tc-maxq.c:800 #: config/tc-maxq.c:830 #, c-format msgid "no such instruction: `%s'" msgstr "" -#: config/tc-i386.c:2953 config/tc-i386.c:3083 config/tc-maxq.c:808 +#: config/tc-i386.c:3053 config/tc-i386.c:3196 config/tc-maxq.c:808 #, c-format msgid "invalid character %s in mnemonic" msgstr "" -#: config/tc-i386.c:2960 +#: config/tc-i386.c:3060 msgid "expecting prefix; got nothing" msgstr "" -#: config/tc-i386.c:2962 +#: config/tc-i386.c:3062 msgid "expecting mnemonic; got nothing" msgstr "" -#: config/tc-i386.c:2977 config/tc-i386.c:3101 +#: config/tc-i386.c:3077 config/tc-i386.c:3214 #, c-format msgid "`%s' is only supported in 64-bit mode" msgstr "" -#: config/tc-i386.c:2978 config/tc-i386.c:3100 +#: config/tc-i386.c:3078 config/tc-i386.c:3213 #, c-format msgid "`%s' is not supported in 64-bit mode" msgstr "" -#: config/tc-i386.c:2990 +#: config/tc-i386.c:3090 #, c-format msgid "redundant %s prefix" msgstr "" -#: config/tc-i386.c:3107 +#: config/tc-i386.c:3220 #, c-format msgid "`%s' is not supported on `%s%s'" msgstr "" -#: config/tc-i386.c:3117 +#: config/tc-i386.c:3231 msgid "use .code16 to ensure correct addressing mode" msgstr "" -#: config/tc-i386.c:3130 +#: config/tc-i386.c:3244 #, c-format msgid "expecting string instruction after `%s'" msgstr "" -#: config/tc-i386.c:3162 +#: config/tc-i386.c:3276 #, c-format msgid "invalid character %s before operand %d" msgstr "" -#: config/tc-i386.c:3176 +#: config/tc-i386.c:3290 #, c-format msgid "unbalanced parenthesis in operand %d." msgstr "" -#: config/tc-i386.c:3179 config/tc-maxq.c:1850 +#: config/tc-i386.c:3293 config/tc-maxq.c:1850 #, c-format msgid "unbalanced brackets in operand %d." msgstr "" -#: config/tc-i386.c:3188 +#: config/tc-i386.c:3302 #, c-format msgid "invalid character %s in operand %d" msgstr "" -#: config/tc-i386.c:3216 config/tc-maxq.c:1876 +#: config/tc-i386.c:3330 config/tc-maxq.c:1876 #, c-format msgid "spurious operands; (%d operands/instruction max)" msgstr "" -#: config/tc-i386.c:3239 config/tc-maxq.c:1896 +#: config/tc-i386.c:3353 config/tc-maxq.c:1896 msgid "expecting operand after ','; got nothing" msgstr "" -#: config/tc-i386.c:3244 +#: config/tc-i386.c:3358 msgid "expecting operand before ','; got nothing" msgstr "" -#: config/tc-i386.c:3853 +#: config/tc-i386.c:3954 #, c-format msgid "ambiguous operand size or operands invalid for `%s'" msgstr "" -#: config/tc-i386.c:3856 +#: config/tc-i386.c:3957 #, c-format msgid "suffix or operands invalid for `%s'" msgstr "" -#: config/tc-i386.c:3867 +#: config/tc-i386.c:3968 #, c-format msgid "indirect %s without `*'" msgstr "" #. Warn them that a data or address size prefix doesn't #. affect assembly of the next line of code. -#: config/tc-i386.c:3875 +#: config/tc-i386.c:3976 #, c-format msgid "stand-alone `%s' prefix" msgstr "" -#: config/tc-i386.c:3909 config/tc-i386.c:3925 +#: config/tc-i386.c:4010 config/tc-i386.c:4026 #, c-format msgid "`%s' operand %d must use `%ses' segment" msgstr "" #. We have to know the operand size for crc32. -#: config/tc-i386.c:3979 +#: config/tc-i386.c:4080 #, c-format msgid "ambiguous memory operand size for `%s`" msgstr "" -#: config/tc-i386.c:4086 +#: config/tc-i386.c:4187 msgid "" "no instruction mnemonic suffix given and no register operands; can't size " "instruction" msgstr "" -#: config/tc-i386.c:4227 config/tc-i386.c:4302 config/tc-i386.c:4331 -#: config/tc-i386.c:4377 config/tc-i386.c:4415 +#: config/tc-i386.c:4328 config/tc-i386.c:4403 config/tc-i386.c:4432 +#: config/tc-i386.c:4478 config/tc-i386.c:4516 #, c-format msgid "Incorrect register `%s%s' used with `%c' suffix" msgstr "" -#: config/tc-i386.c:4235 config/tc-i386.c:4309 config/tc-i386.c:4422 +#: config/tc-i386.c:4336 config/tc-i386.c:4410 config/tc-i386.c:4523 #, c-format msgid "using `%s%s' instead of `%s%s' due to `%c' suffix" msgstr "" -#: config/tc-i386.c:4261 config/tc-i386.c:4285 config/tc-i386.c:4353 -#: config/tc-i386.c:4398 +#: config/tc-i386.c:4362 config/tc-i386.c:4386 config/tc-i386.c:4454 +#: config/tc-i386.c:4499 #, c-format msgid "`%s%s' not allowed with `%s%c'" msgstr "" -#: config/tc-i386.c:4489 +#: config/tc-i386.c:4588 msgid "no instruction mnemonic suffix given; can't determine immediate size" msgstr "" -#: config/tc-i386.c:4679 config/tc-i386.c:4714 config/tc-i386.c:4783 -#: config/tc-i386.c:4834 -#, c-format -msgid "Incorrect operands for the '%s' instruction" -msgstr "" - -#: config/tc-i386.c:4841 -#, c-format -msgid "Internal error for the '%s' instruction" -msgstr "" - -#: config/tc-i386.c:4849 +#: config/tc-i386.c:4623 #, c-format msgid "the last operand of `%s' must be `%s%s'" msgstr "" -#: config/tc-i386.c:4852 +#: config/tc-i386.c:4626 #, c-format msgid "the first operand of `%s' must be `%s%s'" msgstr "" -#: config/tc-i386.c:5007 +#: config/tc-i386.c:4775 #, c-format msgid "you can't `pop %scs'" msgstr "" #. Reversed arguments on faddp, fsubp, etc. -#: config/tc-i386.c:5036 +#: config/tc-i386.c:4804 #, c-format msgid "translating to `%s %s%s,%s%s'" msgstr "" #. Extraneous `l' suffix on fp insn. -#: config/tc-i386.c:5043 +#: config/tc-i386.c:4811 #, c-format msgid "translating to `%s %s%s'" msgstr "" -#: config/tc-i386.c:5071 +#: config/tc-i386.c:4839 #, c-format msgid "segment override on `%s' is ineffectual" msgstr "" -#: config/tc-i386.c:5727 config/tc-i386.c:5821 config/tc-i386.c:5866 +#: config/tc-i386.c:5384 config/tc-i386.c:5478 config/tc-i386.c:5523 msgid "skipping prefixes on this instruction" msgstr "" -#: config/tc-i386.c:5886 +#: config/tc-i386.c:5543 msgid "16-bit jump out of range" msgstr "" -#: config/tc-i386.c:5895 +#: config/tc-i386.c:5552 #, c-format msgid "can't handle non absolute segment in `%s'" msgstr "" -#: config/tc-i386.c:6498 +#: config/tc-i386.c:6134 #, c-format msgid "@%s reloc is not supported with %d-bit output format" msgstr "" -#: config/tc-i386.c:6542 +#: config/tc-i386.c:6180 #, c-format msgid "missing or invalid expression `%s'" msgstr "" -#: config/tc-i386.c:6595 +#: config/tc-i386.c:6238 #, c-format msgid "at most %d immediate operands are allowed" msgstr "" -#: config/tc-i386.c:6617 config/tc-i386.c:6855 config/tc-maxq.c:1462 +#: config/tc-i386.c:6260 config/tc-i386.c:6505 config/tc-maxq.c:1462 #, c-format msgid "junk `%s' after expression" msgstr "" -#: config/tc-i386.c:6630 +#: config/tc-i386.c:6280 #, c-format msgid "missing or invalid immediate expression `%s'" msgstr "" -#: config/tc-i386.c:6653 config/tc-i386.c:6910 config/tc-maxq.c:1492 +#: config/tc-i386.c:6303 config/tc-i386.c:6575 config/tc-maxq.c:1492 #, c-format msgid "unimplemented segment %s in operand" msgstr "" -#: config/tc-i386.c:6659 +#: config/tc-i386.c:6309 #, c-format msgid "illegal immediate register operand %s" msgstr "" -#: config/tc-i386.c:6707 +#: config/tc-i386.c:6357 #, c-format msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" msgstr "" -#: config/tc-i386.c:6716 +#: config/tc-i386.c:6366 #, c-format msgid "scale factor of %d without an index register" msgstr "" -#: config/tc-i386.c:6738 +#: config/tc-i386.c:6388 #, c-format msgid "at most %d displacement operands are allowed" msgstr "" -#: config/tc-i386.c:6895 +#: config/tc-i386.c:6560 #, c-format msgid "missing or invalid displacement expression `%s'" msgstr "" -#: config/tc-i386.c:6999 +#: config/tc-i386.c:6662 #, c-format msgid "`%s' is not valid here (expected `%c%s%s%c')" msgstr "" -#: config/tc-i386.c:7079 +#: config/tc-i386.c:6742 #, c-format msgid "`%s' is not a valid %s expression" msgstr "" -#: config/tc-i386.c:7084 +#: config/tc-i386.c:6747 #, c-format msgid "`%s' is not a valid %s-bit %s expression" msgstr "" -#: config/tc-i386.c:7165 +#: config/tc-i386.c:6828 #, c-format msgid "bad memory operand `%s'" msgstr "" -#: config/tc-i386.c:7180 +#: config/tc-i386.c:6843 #, c-format msgid "junk `%s' after register" msgstr "" -#: config/tc-i386.c:7193 config/tc-i386.c:7309 config/tc-i386.c:7350 +#: config/tc-i386.c:6856 config/tc-i386.c:6972 config/tc-i386.c:7013 #, c-format msgid "bad register name `%s'" msgstr "" -#: config/tc-i386.c:7201 +#: config/tc-i386.c:6864 msgid "immediate operand illegal with absolute jump" msgstr "" -#: config/tc-i386.c:7223 +#: config/tc-i386.c:6886 #, c-format msgid "too many memory references for `%s'" msgstr "" -#: config/tc-i386.c:7301 +#: config/tc-i386.c:6964 #, c-format msgid "expecting `,' or `)' after index register in `%s'" msgstr "" -#: config/tc-i386.c:7326 +#: config/tc-i386.c:6989 #, c-format msgid "expecting `)' after scale factor in `%s'" msgstr "" -#: config/tc-i386.c:7334 +#: config/tc-i386.c:6997 #, c-format msgid "expecting index register or scale factor after `,'; got '%c'" msgstr "" -#: config/tc-i386.c:7342 +#: config/tc-i386.c:7005 #, c-format msgid "expecting `,' or `)' after base register in `%s'" msgstr "" #. It's not a memory operand; argh! -#: config/tc-i386.c:7386 +#: config/tc-i386.c:7049 #, c-format msgid "invalid char %s beginning operand %d `%s'" msgstr "" -#: config/tc-i386.c:7562 +#: config/tc-i386.c:7231 msgid "long jump required" msgstr "" -#: config/tc-i386.c:7617 +#: config/tc-i386.c:7286 msgid "jump target out of range" msgstr "" -#: config/tc-i386.c:8083 +#: config/tc-i386.c:7798 msgid "No compiled in support for x86_64" msgstr "" -#: config/tc-i386.c:8115 config/tc-i386.c:8162 +#: config/tc-i386.c:7830 config/tc-i386.c:7882 #, c-format msgid "Invalid -march= option: `%s'" msgstr "" -#: config/tc-i386.c:8171 config/tc-i386.c:8183 +#: config/tc-i386.c:7891 config/tc-i386.c:7903 #, c-format msgid "Invalid -mtune= option: `%s'" msgstr "" -#: config/tc-i386.c:8192 +#: config/tc-i386.c:7912 #, c-format msgid "Invalid -mmnemonic= option: `%s'" msgstr "" -#: config/tc-i386.c:8201 +#: config/tc-i386.c:7921 #, c-format msgid "Invalid -msyntax= option: `%s'" msgstr "" -#: config/tc-i386.c:8228 +#: config/tc-i386.c:7948 #, c-format msgid "Invalid -msse-check= option: `%s'" msgstr "" -#: config/tc-i386.c:8242 +#: config/tc-i386.c:7962 #, c-format msgid "" " -Q ignored\n" @@ -5708,34 +6003,34 @@ msgid "" " -k ignored\n" msgstr "" -#: config/tc-i386.c:8247 +#: config/tc-i386.c:7967 #, c-format msgid "" " -n Do not optimize code alignment\n" " -q quieten some warnings\n" msgstr "" -#: config/tc-i386.c:8251 +#: config/tc-i386.c:7971 #, c-format msgid " -s ignored\n" msgstr "" -#: config/tc-i386.c:8255 +#: config/tc-i386.c:7976 #, c-format msgid " --32/--64 generate 32bit/64bit code\n" msgstr "" -#: config/tc-i386.c:8259 +#: config/tc-i386.c:7980 #, c-format msgid " --divide do not treat `/' as a comment character\n" msgstr "" -#: config/tc-i386.c:8262 +#: config/tc-i386.c:7983 #, c-format msgid " --divide ignored\n" msgstr "" -#: config/tc-i386.c:8265 +#: config/tc-i386.c:7986 #, c-format msgid "" " -march=CPU[,+EXTENSION...]\n" @@ -5745,17 +6040,18 @@ msgid "" "pentiumpro,\n" " pentiumii, pentiumiii, pentium4, prescott, " "nocona,\n" -" core, core2, k6, k6_2, athlon, k8, amdfam10,\n" -" generic32, generic64\n" +" core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n" +" amdfam10, generic32, generic64\n" " EXTENSION is combination of:\n" -" mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, " -"sse4,\n" -" avx, vmx, smx, xsave, movbe, ept, aes, pclmul, " -"fma,\n" -" 3dnow, 3dnowa, sse4a, sse5, svme, abm, padlock\n" +" 8087, 287, 387, no87, mmx, nommx, sse, sse2, " +"sse3,\n" +" ssse3, sse4.1, sse4.2, sse4, nosse, avx, noavx,\n" +" vmx, smx, xsave, movbe, ept, aes, pclmul, fma,\n" +" clflush, syscall, rdtscp, 3dnow, 3dnowa, sse4a,\n" +" svme, abm, padlock, fma4\n" msgstr "" -#: config/tc-i386.c:8276 +#: config/tc-i386.c:7999 #, c-format msgid "" " -mtune=CPU optimize for CPU, CPU is one of:\n" @@ -5763,189 +6059,106 @@ msgid "" "pentiumpro,\n" " pentiumii, pentiumiii, pentium4, prescott, " "nocona,\n" -" core, core2, k6, k6_2, athlon, k8, amdfam10,\n" -" generic32, generic64\n" +" core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n" +" amdfam10, generic32, generic64\n" msgstr "" -#: config/tc-i386.c:8282 +#: config/tc-i386.c:8005 #, c-format msgid " -msse2avx encode SSE instructions with VEX prefix\n" msgstr "" -#: config/tc-i386.c:8284 +#: config/tc-i386.c:8007 #, c-format msgid "" " -msse-check=[none|error|warning]\n" " check SSE instructions\n" msgstr "" -#: config/tc-i386.c:8287 +#: config/tc-i386.c:8010 #, c-format msgid " -mmnemonic=[att|intel] use AT&T/Intel mnemonic\n" msgstr "" -#: config/tc-i386.c:8289 +#: config/tc-i386.c:8012 #, c-format msgid " -msyntax=[att|intel] use AT&T/Intel syntax\n" msgstr "" -#: config/tc-i386.c:8291 +#: config/tc-i386.c:8014 #, c-format msgid " -mindex-reg support pseudo index registers\n" msgstr "" -#: config/tc-i386.c:8293 +#: config/tc-i386.c:8016 #, c-format msgid " -mnaked-reg don't require `%%' prefix for registers\n" msgstr "" -#: config/tc-i386.c:8295 +#: config/tc-i386.c:8018 #, c-format msgid " -mold-gcc support old (<= 2.8.1) versions of gcc\n" msgstr "" -#: config/tc-i386.c:8443 config/tc-s390.c:1782 -msgid "GOT already in symbol table" +#: config/tc-i386.c:8108 +msgid "Intel L1OM is 64bit only" msgstr "" -#: config/tc-i386.c:8592 +#: config/tc-i386.c:8331 #, c-format msgid "can not do %d byte pc-relative relocation" msgstr "" -#: config/tc-i386.c:8610 config/tc-maxq.c:247 +#: config/tc-i386.c:8349 config/tc-maxq.c:247 #, c-format msgid "can not do %d byte relocation" msgstr "" -#: config/tc-i386.c:8689 config/tc-maxq.c:274 config/tc-s390.c:2219 +#: config/tc-i386.c:8432 config/tc-maxq.c:274 config/tc-s390.c:2234 #, c-format msgid "cannot represent relocation type %s" msgstr "" -#: config/tc-i386.c:8948 -#, c-format -msgid "invalid operand for '%s' ('%s' unexpected)" +#: config/tc-i386.c:8539 +msgid "Bad .section directive: want a,l,w,x,M,S,G,T in string" msgstr "" -#: config/tc-i386.c:8960 -#, c-format -msgid "too many memory references for '%s'" +#: config/tc-i386.c:8542 +msgid "Bad .section directive: want a,w,x,M,S,G,T in string" msgstr "" -#. See the comments in intel_bracket_expr. -#: config/tc-i386.c:8970 -#, c-format -msgid "Treating `%s' as memory reference" +#: config/tc-i386.c:8561 +msgid ".largecomm supported only in 64bit mode, producing .comm" msgstr "" -#: config/tc-i386.c:9009 config/tc-i386.c:9567 -msgid "Segment override ignored" +#: config/tc-i860.c:122 +msgid "Directive .dual available only with -mintel-syntax option" msgstr "" -#: config/tc-i386.c:9328 -#, c-format -msgid "Unknown operand modifier `%s'" +#: config/tc-i860.c:132 +msgid "Directive .enddual available only with -mintel-syntax option" msgstr "" -#: config/tc-i386.c:9346 -msgid "Conflicting operand modifiers" +#: config/tc-i860.c:145 +msgid "Directive .atmp available only with -mintel-syntax option" msgstr "" -#: config/tc-i386.c:9395 -msgid "Invalid operand to `OFFSET'" +#: config/tc-i860.c:167 config/tc-i860.c:171 +msgid "Unknown temporary pseudo register" msgstr "" -#: config/tc-i386.c:9469 -#, c-format -msgid "`[%.*s]' taken to mean just `%.*s'" +#: config/tc-i860.c:247 +msgid "Defective assembler. No assembly attempted." msgstr "" -#: config/tc-i386.c:9562 -#, c-format -msgid "`%s' is not a valid segment register" +#: config/tc-i860.c:393 config/tc-i860.c:938 config/tc-m68k.c:3871 +#: config/tc-m68k.c:3903 config/tc-sparc.c:2697 +msgid "failed sanity check." msgstr "" -#: config/tc-i386.c:9569 -msgid "Extra segment override ignored" -msgstr "" - -#: config/tc-i386.c:9600 -msgid "cannot use `FLAT' here" -msgstr "" - -#: config/tc-i386.c:9609 config/tc-i386.c:9777 -msgid "Register scaling only allowed in memory operands" -msgstr "" - -#: config/tc-i386.c:9631 config/tc-i386.c:9753 -#, c-format -msgid "Syntax error: Expecting a constant, got `%s'" -msgstr "" - -#: config/tc-i386.c:9659 -msgid "Too many register references in memory operand" -msgstr "" - -#: config/tc-i386.c:9679 -msgid "Invalid use of register" -msgstr "" - -#: config/tc-i386.c:9830 -#, c-format -msgid "Unrecognized token '%s'" -msgstr "" - -#: config/tc-i386.c:9846 -#, c-format -msgid "Unexpected token `%s'" -msgstr "" - -#: config/tc-i386.c:10022 -#, c-format -msgid "Unrecognized token `%s'" -msgstr "" - -#: config/tc-i386.c:10132 -msgid "Bad .section directive: want a,l,w,x,M,S,G,T in string" -msgstr "" - -#: config/tc-i386.c:10135 -msgid "Bad .section directive: want a,w,x,M,S,G,T in string" -msgstr "" - -#: config/tc-i386.c:10154 -msgid ".largecomm supported only in 64bit mode, producing .comm" -msgstr "" - -#: config/tc-i860.c:122 -msgid "Directive .dual available only with -mintel-syntax option" -msgstr "" - -#: config/tc-i860.c:132 -msgid "Directive .enddual available only with -mintel-syntax option" -msgstr "" - -#: config/tc-i860.c:145 -msgid "Directive .atmp available only with -mintel-syntax option" -msgstr "" - -#: config/tc-i860.c:167 config/tc-i860.c:171 -msgid "Unknown temporary pseudo register" -msgstr "" - -#: config/tc-i860.c:247 -msgid "Defective assembler. No assembly attempted." -msgstr "" - -#: config/tc-i860.c:393 config/tc-i860.c:938 config/tc-m68k.c:3731 -#: config/tc-m68k.c:3763 config/tc-sparc.c:2693 -msgid "failed sanity check." -msgstr "" - -#: config/tc-i860.c:400 -#, c-format -msgid "Expanded opcode after delayed branch: `%s'" +#: config/tc-i860.c:400 +#, c-format +msgid "Expanded opcode after delayed branch: `%s'" msgstr "" #: config/tc-i860.c:404 @@ -6074,7 +6287,7 @@ msgstr "" msgid "architecture of opcode conflicts with that of earlier instruction(s)" msgstr "" -#: config/tc-i960.c:1423 config/tc-xtensa.c:11446 +#: config/tc-i960.c:1423 config/tc-xtensa.c:11527 msgid "too many operands" msgstr "" @@ -6178,592 +6391,592 @@ msgstr "" msgid "No 'bal' entry point for leafproc %s" msgstr "" -#: config/tc-ia64.c:845 +#: config/tc-ia64.c:853 msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-ia64.c:897 +#: config/tc-ia64.c:905 msgid "Size of frame exceeds maximum of 96 registers" msgstr "" -#: config/tc-ia64.c:902 +#: config/tc-ia64.c:910 msgid "Size of rotating registers exceeds frame size" msgstr "" -#: config/tc-ia64.c:989 +#: config/tc-ia64.c:997 msgid "Unwind directive not followed by an instruction." msgstr "" -#: config/tc-ia64.c:998 config/tc-ia64.c:7380 +#: config/tc-ia64.c:1006 config/tc-ia64.c:7396 msgid "qualifying predicate not followed by instruction" msgstr "" -#: config/tc-ia64.c:1063 config/tc-ia64.c:1097 +#: config/tc-ia64.c:1071 config/tc-ia64.c:1105 msgid "record type is not valid" msgstr "" -#: config/tc-ia64.c:1166 +#: config/tc-ia64.c:1174 msgid "Invalid record type for P3 format." msgstr "" -#: config/tc-ia64.c:1202 +#: config/tc-ia64.c:1210 msgid "Invalid record type for format P6" msgstr "" -#: config/tc-ia64.c:1382 config/tc-ia64.c:1434 +#: config/tc-ia64.c:1390 config/tc-ia64.c:1442 msgid "Invalid record type for format B1" msgstr "" -#: config/tc-ia64.c:1467 +#: config/tc-ia64.c:1475 msgid "Invalid record type for format X1" msgstr "" -#: config/tc-ia64.c:1509 +#: config/tc-ia64.c:1517 msgid "Invalid record type for format X3" msgstr "" -#: config/tc-ia64.c:1547 +#: config/tc-ia64.c:1555 msgid "Previous .save incomplete" msgstr "" -#: config/tc-ia64.c:2372 +#: config/tc-ia64.c:2380 msgid "spill_mask record unimplemented." msgstr "" -#: config/tc-ia64.c:2429 +#: config/tc-ia64.c:2437 msgid "record_type_not_valid" msgstr "" -#: config/tc-ia64.c:2514 +#: config/tc-ia64.c:2522 msgid "Ignoring attempt to spill beyond end of region" msgstr "" -#: config/tc-ia64.c:2573 +#: config/tc-ia64.c:2581 msgid "Only constant space allocation is supported" msgstr "" -#: config/tc-ia64.c:2587 +#: config/tc-ia64.c:2595 msgid "Only constant offsets are supported" msgstr "" -#: config/tc-ia64.c:2610 +#: config/tc-ia64.c:2618 msgid "Section switching in code is not supported." msgstr "" -#: config/tc-ia64.c:2652 +#: config/tc-ia64.c:2660 msgid " Insn slot not set in unwind record." msgstr "" -#: config/tc-ia64.c:2726 +#: config/tc-ia64.c:2734 msgid "frgr_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2737 +#: config/tc-ia64.c:2745 msgid "fr_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2746 +#: config/tc-ia64.c:2754 msgid "gr_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2755 +#: config/tc-ia64.c:2763 msgid "br_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2765 +#: config/tc-ia64.c:2773 msgid "gr_gr record before region record!" msgstr "" -#: config/tc-ia64.c:2773 +#: config/tc-ia64.c:2781 msgid "br_gr record before region record!" msgstr "" -#: config/tc-ia64.c:2891 +#: config/tc-ia64.c:2899 #, c-format msgid "First operand to .%s must be a predicate" msgstr "" -#: config/tc-ia64.c:2895 +#: config/tc-ia64.c:2903 #, c-format msgid "Pointless use of p0 as first operand to .%s" msgstr "" -#: config/tc-ia64.c:2951 +#: config/tc-ia64.c:2959 #, c-format msgid "Operand %d to .%s must be a preserved register" msgstr "" -#: config/tc-ia64.c:2987 +#: config/tc-ia64.c:2995 #, c-format msgid "Operand %d to .%s must be a writable register" msgstr "" -#: config/tc-ia64.c:3012 +#: config/tc-ia64.c:3020 #, c-format msgid "Radix `%s' unsupported or invalid" msgstr "" -#: config/tc-ia64.c:3042 config/tc-ia64.c:3047 +#: config/tc-ia64.c:3050 config/tc-ia64.c:3055 #, c-format msgid ".%s outside of %s" msgstr "" -#: config/tc-ia64.c:3132 +#: config/tc-ia64.c:3140 msgid "Tags on unwind pseudo-ops aren't supported, yet" msgstr "" -#: config/tc-ia64.c:3154 +#: config/tc-ia64.c:3162 msgid "First operand to .fframe must be a constant" msgstr "" -#: config/tc-ia64.c:3174 +#: config/tc-ia64.c:3182 msgid "First operand to .vframe must be a general register" msgstr "" -#: config/tc-ia64.c:3182 +#: config/tc-ia64.c:3190 msgid "Operand of .vframe contradicts .prologue" msgstr "" -#: config/tc-ia64.c:3192 +#: config/tc-ia64.c:3200 msgid ".vframepsp is meaningless, assuming .vframesp was meant" msgstr "" -#: config/tc-ia64.c:3200 +#: config/tc-ia64.c:3208 msgid "Operand to .vframesp must be a constant (sp-relative offset)" msgstr "" -#: config/tc-ia64.c:3227 +#: config/tc-ia64.c:3235 msgid "First operand to .save not a register" msgstr "" -#: config/tc-ia64.c:3233 +#: config/tc-ia64.c:3241 msgid "Second operand to .save not a valid register" msgstr "" -#: config/tc-ia64.c:3264 config/tc-ia64.c:3275 config/tc-ia64.c:3283 +#: config/tc-ia64.c:3272 config/tc-ia64.c:3283 config/tc-ia64.c:3291 msgid "Second operand of .save contradicts .prologue" msgstr "" -#: config/tc-ia64.c:3290 +#: config/tc-ia64.c:3298 msgid "First operand to .save not a valid register" msgstr "" -#: config/tc-ia64.c:3308 +#: config/tc-ia64.c:3316 msgid "First operand to .restore must be stack pointer (sp)" msgstr "" -#: config/tc-ia64.c:3317 +#: config/tc-ia64.c:3325 msgid "Second operand to .restore must be a constant >= 0" msgstr "" -#: config/tc-ia64.c:3327 +#: config/tc-ia64.c:3335 #, c-format msgid "Epilogue count of %lu exceeds number of nested prologues (%u)" msgstr "" -#: config/tc-ia64.c:3414 +#: config/tc-ia64.c:3422 #, c-format msgid "Illegal section name `%s' (causes unwind section name clash)" msgstr "" -#: config/tc-ia64.c:3605 +#: config/tc-ia64.c:3613 msgid "First operand to .altrp not a valid branch register" msgstr "" -#: config/tc-ia64.c:3634 +#: config/tc-ia64.c:3642 #, c-format msgid "First operand to .%s not a register" msgstr "" -#: config/tc-ia64.c:3639 +#: config/tc-ia64.c:3647 #, c-format msgid "Second operand to .%s not a constant" msgstr "" -#: config/tc-ia64.c:3706 +#: config/tc-ia64.c:3714 #, c-format msgid "First operand to .%s not a valid register" msgstr "" -#: config/tc-ia64.c:3729 +#: config/tc-ia64.c:3737 msgid "First operand to .save.g must be a positive 4-bit constant" msgstr "" -#: config/tc-ia64.c:3742 +#: config/tc-ia64.c:3750 msgid "Second operand to .save.g must be a general register" msgstr "" -#: config/tc-ia64.c:3747 +#: config/tc-ia64.c:3755 #, c-format msgid "Second operand to .save.g must be the first of %d general registers" msgstr "" -#: config/tc-ia64.c:3770 +#: config/tc-ia64.c:3778 msgid "Operand to .save.f must be a positive 20-bit constant" msgstr "" -#: config/tc-ia64.c:3793 +#: config/tc-ia64.c:3801 msgid "First operand to .save.b must be a positive 5-bit constant" msgstr "" -#: config/tc-ia64.c:3806 +#: config/tc-ia64.c:3814 msgid "Second operand to .save.b must be a general register" msgstr "" -#: config/tc-ia64.c:3811 +#: config/tc-ia64.c:3819 #, c-format msgid "Second operand to .save.b must be the first of %d general registers" msgstr "" -#: config/tc-ia64.c:3837 +#: config/tc-ia64.c:3845 msgid "First operand to .save.gf must be a non-negative 4-bit constant" msgstr "" -#: config/tc-ia64.c:3845 +#: config/tc-ia64.c:3853 msgid "Second operand to .save.gf must be a non-negative 20-bit constant" msgstr "" -#: config/tc-ia64.c:3853 +#: config/tc-ia64.c:3861 msgid "Operands to .save.gf may not be both zero" msgstr "" -#: config/tc-ia64.c:3870 +#: config/tc-ia64.c:3878 msgid "Operand to .spill must be a constant" msgstr "" -#: config/tc-ia64.c:3939 +#: config/tc-ia64.c:3947 #, c-format msgid "Operand %d to .%s must be a constant" msgstr "" -#: config/tc-ia64.c:3960 +#: config/tc-ia64.c:3968 #, c-format msgid "Missing .label_state %ld" msgstr "" -#: config/tc-ia64.c:4014 +#: config/tc-ia64.c:4022 msgid "Operand to .label_state must be a constant" msgstr "" -#: config/tc-ia64.c:4033 +#: config/tc-ia64.c:4041 msgid "Operand to .copy_state must be a constant" msgstr "" -#: config/tc-ia64.c:4056 +#: config/tc-ia64.c:4064 msgid "First operand to .unwabi must be a constant" msgstr "" -#: config/tc-ia64.c:4062 +#: config/tc-ia64.c:4070 msgid "Second operand to .unwabi must be a constant" msgstr "" -#: config/tc-ia64.c:4097 +#: config/tc-ia64.c:4105 msgid "Missing .endp after previous .proc" msgstr "" -#: config/tc-ia64.c:4116 +#: config/tc-ia64.c:4124 msgid "Empty argument of .proc" msgstr "" -#: config/tc-ia64.c:4121 +#: config/tc-ia64.c:4129 #, c-format msgid "`%s' was already defined" msgstr "" -#: config/tc-ia64.c:4164 +#: config/tc-ia64.c:4172 msgid "Initial .body should precede any instructions" msgstr "" -#: config/tc-ia64.c:4183 +#: config/tc-ia64.c:4191 msgid ".prologue within prologue" msgstr "" -#: config/tc-ia64.c:4188 +#: config/tc-ia64.c:4196 msgid "Initial .prologue should precede any instructions" msgstr "" -#: config/tc-ia64.c:4198 +#: config/tc-ia64.c:4206 msgid "First operand to .prologue must be a positive 4-bit constant" msgstr "" -#: config/tc-ia64.c:4200 +#: config/tc-ia64.c:4208 msgid "Pointless use of zero first operand to .prologue" msgstr "" -#: config/tc-ia64.c:4214 +#: config/tc-ia64.c:4222 msgid "Using a constant as second operand to .prologue is deprecated" msgstr "" -#: config/tc-ia64.c:4220 +#: config/tc-ia64.c:4228 msgid "Second operand to .prologue must be a general register" msgstr "" -#: config/tc-ia64.c:4225 +#: config/tc-ia64.c:4233 #, c-format msgid "Second operand to .prologue must be the first of %d general registers" msgstr "" -#: config/tc-ia64.c:4337 +#: config/tc-ia64.c:4345 #, c-format msgid "`%s' was not defined within procedure" msgstr "" -#: config/tc-ia64.c:4375 +#: config/tc-ia64.c:4383 msgid "Empty argument of .endp" msgstr "" -#: config/tc-ia64.c:4389 +#: config/tc-ia64.c:4397 #, c-format msgid "`%s' was not specified with previous .proc" msgstr "" -#: config/tc-ia64.c:4404 +#: config/tc-ia64.c:4412 #, c-format msgid "`%s' should be an operand to this .endp" msgstr "" -#: config/tc-ia64.c:4445 config/tc-ia64.c:4783 config/tc-ia64.c:5090 +#: config/tc-ia64.c:4453 config/tc-ia64.c:4791 config/tc-ia64.c:5098 msgid "Comma expected" msgstr "" -#: config/tc-ia64.c:4486 +#: config/tc-ia64.c:4494 msgid "Expected '['" msgstr "" -#: config/tc-ia64.c:4495 config/tc-ia64.c:7515 +#: config/tc-ia64.c:4503 config/tc-ia64.c:7531 msgid "Expected ']'" msgstr "" -#: config/tc-ia64.c:4500 +#: config/tc-ia64.c:4508 msgid "Number of elements must be positive" msgstr "" -#: config/tc-ia64.c:4511 +#: config/tc-ia64.c:4519 #, c-format msgid "Used more than the declared %d rotating registers" msgstr "" -#: config/tc-ia64.c:4519 +#: config/tc-ia64.c:4527 msgid "Used more than the available 96 rotating registers" msgstr "" -#: config/tc-ia64.c:4526 +#: config/tc-ia64.c:4534 msgid "Used more than the available 48 rotating registers" msgstr "" -#: config/tc-ia64.c:4554 +#: config/tc-ia64.c:4562 #, c-format msgid "Attempt to redefine register set `%s'" msgstr "" -#: config/tc-ia64.c:4620 +#: config/tc-ia64.c:4628 #, c-format msgid "Unknown psr option `%s'" msgstr "" -#: config/tc-ia64.c:4668 +#: config/tc-ia64.c:4676 msgid "Missing section name" msgstr "" -#: config/tc-ia64.c:4678 +#: config/tc-ia64.c:4686 msgid "Comma expected after section name" msgstr "" -#: config/tc-ia64.c:4689 +#: config/tc-ia64.c:4697 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated." msgstr "" -#: config/tc-ia64.c:4778 +#: config/tc-ia64.c:4786 msgid "Register name expected" msgstr "" -#: config/tc-ia64.c:4791 +#: config/tc-ia64.c:4799 msgid "Register value annotation ignored" msgstr "" -#: config/tc-ia64.c:4830 +#: config/tc-ia64.c:4838 msgid "Directive invalid within a bundle" msgstr "" -#: config/tc-ia64.c:4921 +#: config/tc-ia64.c:4929 msgid "Missing predicate relation type" msgstr "" -#: config/tc-ia64.c:4927 +#: config/tc-ia64.c:4935 msgid "Unrecognized predicate relation type" msgstr "" -#: config/tc-ia64.c:4973 +#: config/tc-ia64.c:4981 msgid "Bad register range" msgstr "" -#: config/tc-ia64.c:4982 config/tc-ia64.c:7460 +#: config/tc-ia64.c:4990 config/tc-ia64.c:7476 msgid "Predicate register expected" msgstr "" -#: config/tc-ia64.c:4987 +#: config/tc-ia64.c:4995 msgid "Duplicate predicate register ignored" msgstr "" -#: config/tc-ia64.c:5003 +#: config/tc-ia64.c:5011 msgid "Predicate source and target required" msgstr "" -#: config/tc-ia64.c:5005 config/tc-ia64.c:5017 +#: config/tc-ia64.c:5013 config/tc-ia64.c:5025 msgid "Use of p0 is not valid in this context" msgstr "" -#: config/tc-ia64.c:5012 +#: config/tc-ia64.c:5020 msgid "At least two PR arguments expected" msgstr "" -#: config/tc-ia64.c:5026 +#: config/tc-ia64.c:5034 msgid "At least one PR argument expected" msgstr "" -#: config/tc-ia64.c:5061 +#: config/tc-ia64.c:5069 #, c-format msgid "Inserting \"%s\" into entry hint table failed: %s" msgstr "" #. FIXME -- need 62-bit relocation type -#: config/tc-ia64.c:5529 +#: config/tc-ia64.c:5537 msgid "62-bit relocation not yet implemented" msgstr "" #. XXX technically, this is wrong: we should not be issuing warning #. messages until we're sure this instruction pattern is going to #. be used! -#: config/tc-ia64.c:5613 +#: config/tc-ia64.c:5621 msgid "lower 16 bits of mask ignored" msgstr "" -#: config/tc-ia64.c:5895 +#: config/tc-ia64.c:5903 msgid "Expected separator `='" msgstr "" -#: config/tc-ia64.c:5928 +#: config/tc-ia64.c:5936 msgid "Duplicate equal sign (=) in instruction" msgstr "" -#: config/tc-ia64.c:5935 +#: config/tc-ia64.c:5943 #, c-format msgid "Illegal operand separator `%c'" msgstr "" -#: config/tc-ia64.c:6049 +#: config/tc-ia64.c:6057 #, c-format msgid "Operand %u of `%s' should be %s" msgstr "" -#: config/tc-ia64.c:6053 +#: config/tc-ia64.c:6061 msgid "Wrong number of output operands" msgstr "" -#: config/tc-ia64.c:6055 +#: config/tc-ia64.c:6063 msgid "Wrong number of input operands" msgstr "" -#: config/tc-ia64.c:6057 +#: config/tc-ia64.c:6065 msgid "Operand mismatch" msgstr "" -#: config/tc-ia64.c:6139 +#: config/tc-ia64.c:6147 #, c-format msgid "Invalid use of `%c%d' as output operand" msgstr "" -#: config/tc-ia64.c:6142 +#: config/tc-ia64.c:6150 #, c-format msgid "Invalid use of `r%d' as base update address operand" msgstr "" -#: config/tc-ia64.c:6166 +#: config/tc-ia64.c:6174 #, c-format msgid "Invalid duplicate use of `%c%d'" msgstr "" -#: config/tc-ia64.c:6173 +#: config/tc-ia64.c:6181 #, c-format msgid "Invalid simultaneous use of `f%d' and `f%d'" msgstr "" -#: config/tc-ia64.c:6179 +#: config/tc-ia64.c:6187 #, c-format msgid "Dangerous simultaneous use of `f%d' and `f%d'" msgstr "" -#: config/tc-ia64.c:6223 +#: config/tc-ia64.c:6231 msgid "Value truncated to 62 bits" msgstr "" -#: config/tc-ia64.c:6286 +#: config/tc-ia64.c:6294 #, c-format msgid "Bad operand value: %s" msgstr "" #. Give an error if a frag containing code is not aligned to a 16 byte #. boundary. -#: config/tc-ia64.c:6361 config/tc-ia64.h:170 +#: config/tc-ia64.c:6369 config/tc-ia64.h:174 msgid "instruction address is not a multiple of 16" msgstr "" -#: config/tc-ia64.c:6429 +#: config/tc-ia64.c:6437 #, c-format msgid "`%s' must be last in bundle" msgstr "" -#: config/tc-ia64.c:6461 +#: config/tc-ia64.c:6469 #, c-format msgid "Internal error: don't know how to force %s to end of instruction group" msgstr "" -#: config/tc-ia64.c:6474 +#: config/tc-ia64.c:6482 #, c-format msgid "`%s' must be last in instruction group" msgstr "" -#: config/tc-ia64.c:6504 +#: config/tc-ia64.c:6512 msgid "Label must be first in a bundle" msgstr "" -#: config/tc-ia64.c:6581 +#: config/tc-ia64.c:6589 msgid "hint in B unit may be treated as nop" msgstr "" -#: config/tc-ia64.c:6592 +#: config/tc-ia64.c:6600 msgid "hint in B unit can't be used" msgstr "" -#: config/tc-ia64.c:6606 +#: config/tc-ia64.c:6614 msgid "emit_one_bundle: unexpected dynamic op" msgstr "" -#: config/tc-ia64.c:6729 +#: config/tc-ia64.c:6737 #, c-format msgid "`%s' does not fit into %s template" msgstr "" -#: config/tc-ia64.c:6744 +#: config/tc-ia64.c:6752 #, c-format msgid "`%s' does not fit into bundle" msgstr "" -#: config/tc-ia64.c:6756 +#: config/tc-ia64.c:6764 #, c-format msgid "`%s' can't go in %s of %s template" msgstr "" -#: config/tc-ia64.c:6762 +#: config/tc-ia64.c:6770 msgid "Missing '}' at end of file" msgstr "" -#: config/tc-ia64.c:6909 +#: config/tc-ia64.c:6917 #, c-format msgid "Unrecognized option '-x%s'" msgstr "" -#: config/tc-ia64.c:6936 +#: config/tc-ia64.c:6944 msgid "" "IA-64 options:\n" " --mconstant-gp\t mark output file as using the constant-GP model\n" @@ -6789,225 +7002,230 @@ msgid "" "\t\t\t dependency violation checking\n" msgstr "" -#: config/tc-ia64.c:6966 +#: config/tc-ia64.c:6974 msgid "--gstabs is not supported for ia64" msgstr "" -#: config/tc-ia64.c:7198 +#: config/tc-ia64.c:7206 #, c-format msgid "ia64.md_begin: can't hash `%s': %s" msgstr "" -#: config/tc-ia64.c:7259 +#: config/tc-ia64.c:7267 #, c-format msgid "Inserting \"%s\" into constant hash table failed: %s" msgstr "" -#: config/tc-ia64.c:7271 config/tc-mips.c:1880 +#: config/tc-ia64.c:7279 config/tc-mips.c:1892 msgid "Could not set architecture and machine" msgstr "" -#: config/tc-ia64.c:7395 +#: config/tc-ia64.c:7411 msgid "Explicit stops are ignored in auto mode" msgstr "" -#: config/tc-ia64.c:7404 +#: config/tc-ia64.c:7420 msgid "Found '{' when manual bundling is already turned on" msgstr "" -#: config/tc-ia64.c:7417 +#: config/tc-ia64.c:7433 msgid "Found '{' after explicit switch to automatic mode" msgstr "" -#: config/tc-ia64.c:7423 +#: config/tc-ia64.c:7439 msgid "Found '}' when manual bundling is off" msgstr "" -#: config/tc-ia64.c:7450 +#: config/tc-ia64.c:7466 msgid "Expected ')'" msgstr "" -#: config/tc-ia64.c:7455 +#: config/tc-ia64.c:7471 msgid "Qualifying predicate expected" msgstr "" -#: config/tc-ia64.c:7474 +#: config/tc-ia64.c:7490 msgid "Tag must come before qualifying predicate." msgstr "" -#: config/tc-ia64.c:7504 +#: config/tc-ia64.c:7520 msgid "Expected ':'" msgstr "" -#: config/tc-ia64.c:7520 +#: config/tc-ia64.c:7536 msgid "Tag name expected" msgstr "" -#: config/tc-ia64.c:7622 +#: config/tc-ia64.c:7638 msgid "Rotating register index must be a non-negative constant" msgstr "" -#: config/tc-ia64.c:7627 +#: config/tc-ia64.c:7643 #, c-format msgid "Index out of range 0..%u" msgstr "" -#: config/tc-ia64.c:7639 +#: config/tc-ia64.c:7655 msgid "Indirect register index must be a general register" msgstr "" -#: config/tc-ia64.c:7648 +#: config/tc-ia64.c:7664 msgid "Index can only be applied to rotating or indirect registers" msgstr "" -#: config/tc-ia64.c:7684 +#: config/tc-ia64.c:7700 config/tc-xstormy16.c:146 msgid "Expected '('" msgstr "" -#: config/tc-ia64.c:7692 +#: config/tc-ia64.c:7708 config/tc-pdp11.c:448 config/tc-pdp11.c:514 +#: config/tc-pdp11.c:553 config/tc-xstormy16.c:155 msgid "Missing ')'" msgstr "" -#: config/tc-ia64.c:7701 +#: config/tc-ia64.c:7717 config/tc-xstormy16.c:162 msgid "Not a symbolic expression" msgstr "" -#: config/tc-ia64.c:7706 config/tc-ia64.c:7720 +#: config/tc-ia64.c:7722 config/tc-ia64.c:7736 msgid "Illegal combination of relocation functions" msgstr "" -#: config/tc-ia64.c:7809 +#: config/tc-ia64.c:7825 msgid "No current frame" msgstr "" -#: config/tc-ia64.c:7811 +#: config/tc-ia64.c:7827 #, c-format msgid "Register number out of range 0..%u" msgstr "" -#: config/tc-ia64.c:7849 +#: config/tc-ia64.c:7865 msgid "Standalone `#' is illegal" msgstr "" -#: config/tc-ia64.c:7852 +#: config/tc-ia64.c:7868 msgid "Redundant `#' suffix operators" msgstr "" -#: config/tc-ia64.c:8010 +#: config/tc-ia64.c:8026 #, c-format msgid "Unhandled dependency %s for %s (%s), note %d" msgstr "" -#: config/tc-ia64.c:9305 +#: config/tc-ia64.c:9321 #, c-format msgid "Unrecognized dependency specifier %d\n" msgstr "" -#: config/tc-ia64.c:10181 +#: config/tc-ia64.c:10197 msgid "Only the first path encountering the conflict is reported" msgstr "" -#: config/tc-ia64.c:10183 +#: config/tc-ia64.c:10199 msgid "This is the location of the conflicting usage" msgstr "" -#: config/tc-ia64.c:10444 +#: config/tc-ia64.c:10460 #, c-format msgid "Unknown opcode `%s'" msgstr "" -#: config/tc-ia64.c:10522 +#: config/tc-ia64.c:10538 #, c-format msgid "AR %d can only be accessed by %c-unit" msgstr "" -#: config/tc-ia64.c:10534 +#: config/tc-ia64.c:10550 msgid "hint.b may be treated as nop" msgstr "" -#: config/tc-ia64.c:10537 +#: config/tc-ia64.c:10553 msgid "hint.b shouldn't be used" msgstr "" -#: config/tc-ia64.c:10576 +#: config/tc-ia64.c:10592 #, c-format msgid "`%s' cannot be predicated" msgstr "" -#: config/tc-ia64.c:10648 +#: config/tc-ia64.c:10664 msgid "Closing bracket missing" msgstr "" -#: config/tc-ia64.c:10657 +#: config/tc-ia64.c:10673 msgid "Index must be a general register" msgstr "" -#: config/tc-ia64.c:10822 +#: config/tc-ia64.c:10838 #, c-format msgid "Unsupported fixup size %d" msgstr "" #. This should be an error, but since previously there wasn't any #. diagnostic here, don't make it fail because of this for now. -#: config/tc-ia64.c:11089 +#: config/tc-ia64.c:11105 #, c-format msgid "Cannot express %s%d%s relocation" msgstr "" -#: config/tc-ia64.c:11108 +#: config/tc-ia64.c:11124 msgid "No addend allowed in @fptr() relocation" msgstr "" -#: config/tc-ia64.c:11214 +#: config/tc-ia64.c:11163 +msgid "integer operand out of range" +msgstr "" + +#: config/tc-ia64.c:11230 #, c-format msgid "%s must have a constant value" msgstr "" -#: config/tc-ia64.c:11268 +#: config/tc-ia64.c:11284 config/tc-z8k.c:1372 #, c-format msgid "Cannot represent %s relocation in object file" msgstr "" -#: config/tc-ia64.c:11379 +#: config/tc-ia64.c:11395 msgid "Can't add stop bit to mark end of instruction group" msgstr "" -#: config/tc-ia64.c:11479 config/tc-score.c:6328 read.c:1447 read.c:2418 -#: read.c:3052 read.c:3385 read.c:3429 +#: config/tc-ia64.c:11495 config/tc-score.c:6109 read.c:1448 read.c:2442 +#: read.c:3088 read.c:3429 read.c:3473 msgid "expected symbol name" msgstr "" -#: config/tc-ia64.c:11489 read.c:2428 read.c:3062 read.c:3413 stabs.c:468 +#: config/tc-ia64.c:11505 read.c:2452 read.c:3098 read.c:3457 stabs.c:468 #, c-format msgid "expected comma after \"%s\"" msgstr "" -#: config/tc-ia64.c:11531 +#: config/tc-ia64.c:11547 #, c-format msgid "`%s' is already the alias of %s `%s'" msgstr "" -#: config/tc-ia64.c:11541 +#: config/tc-ia64.c:11557 #, c-format msgid "%s `%s' already has an alias `%s'" msgstr "" -#: config/tc-ia64.c:11552 +#: config/tc-ia64.c:11568 #, c-format msgid "inserting \"%s\" into %s alias hash table failed: %s" msgstr "" -#: config/tc-ia64.c:11560 +#: config/tc-ia64.c:11576 #, c-format msgid "inserting \"%s\" into %s name hash table failed: %s" msgstr "" -#: config/tc-ia64.c:11579 +#: config/tc-ia64.c:11602 #, c-format msgid "symbol `%s' aliased to `%s' is not used" msgstr "" -#: config/tc-ia64.c:11601 +#: config/tc-ia64.c:11625 #, c-format msgid "section `%s' aliased to `%s' is not used" msgstr "" @@ -7047,23 +7265,23 @@ msgstr "" msgid "instruction implicitly accesses R31 of previous load." msgstr "" -#: config/tc-iq2000.c:651 config/tc-mep.c:1647 +#: config/tc-iq2000.c:651 config/tc-mep.c:2005 msgid "Unmatched high relocation" msgstr "" -#: config/tc-iq2000.c:829 config/tc-mips.c:14828 config/tc-score.c:6035 +#: config/tc-iq2000.c:829 config/tc-mips.c:14935 config/tc-score.c:5819 msgid ".end not in text section" msgstr "" -#: config/tc-iq2000.c:833 config/tc-mips.c:14832 config/tc-score.c:6038 +#: config/tc-iq2000.c:833 config/tc-mips.c:14939 config/tc-score.c:5822 msgid ".end directive without a preceding .ent directive." msgstr "" -#: config/tc-iq2000.c:842 config/tc-mips.c:14841 config/tc-score.c:6046 +#: config/tc-iq2000.c:842 config/tc-mips.c:14948 config/tc-score.c:5830 msgid ".end symbol does not match .ent symbol." msgstr "" -#: config/tc-iq2000.c:845 config/tc-mips.c:14848 config/tc-score.c:6051 +#: config/tc-iq2000.c:845 config/tc-mips.c:14955 config/tc-score.c:5835 msgid ".end directive missing or unknown symbol" msgstr "" @@ -7071,7 +7289,7 @@ msgstr "" msgid "Expected simple number." msgstr "" -#: config/tc-iq2000.c:892 config/tc-mips.c:14753 config/tc-score.c:5885 +#: config/tc-iq2000.c:892 config/tc-mips.c:14860 config/tc-score.c:5670 #, c-format msgid " *input_line_pointer == '%c' 0x%02x\n" msgstr "" @@ -7080,7 +7298,7 @@ msgstr "" msgid "Invalid number" msgstr "" -#: config/tc-iq2000.c:929 config/tc-mips.c:14923 config/tc-score.c:5924 +#: config/tc-iq2000.c:929 config/tc-mips.c:15030 config/tc-score.c:5708 msgid ".ent or .aent not in text section." msgstr "" @@ -7088,6 +7306,10 @@ msgstr "" msgid "missing `.end'" msgstr "" +#: config/tc-lm32.c:234 +msgid "bad call to md_atof" +msgstr "" + #: config/tc-m32c.c:143 #, c-format msgid " M32C specific command line options:\n" @@ -7098,7 +7320,7 @@ msgstr "" msgid "Unrecognised option: -hidden" msgstr "" -#: config/tc-m32r.c:358 config/tc-sparc.c:579 +#: config/tc-m32r.c:358 config/tc-sparc.c:583 msgid "Unrecognized option following -K" msgstr "" @@ -7309,29 +7531,11 @@ msgid "" "is this intentional ?" msgstr "" -#: config/tc-m32r.c:1493 config/tc-ppc.c:1940 config/tc-ppc.c:4496 -msgid "Expected comma after symbol-name: rest of line ignored." -msgstr "" - #: config/tc-m32r.c:1503 #, c-format msgid ".SCOMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-m32r.c:1517 config/tc-ppc.c:1962 config/tc-ppc.c:3116 -#: config/tc-ppc.c:4520 -msgid "ignoring bad alignment" -msgstr "" - -#: config/tc-m32r.c:1529 config/tc-ppc.c:1999 config/tc-v850.c:322 -msgid "Common alignment not a power of 2" -msgstr "" - -#: config/tc-m32r.c:1544 config/tc-ppc.c:1973 config/tc-ppc.c:4532 -#, c-format -msgid "Ignoring attempt to re-define symbol `%s'." -msgstr "" - #: config/tc-m32r.c:1553 #, c-format msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." @@ -7682,403 +7886,403 @@ msgstr "" msgid "Line %d: unknown relocation type: 0x%x." msgstr "" -#: config/tc-m68k.c:1037 +#: config/tc-m68k.c:1146 #, c-format msgid "Can not do %d byte pc-relative relocation" msgstr "" -#: config/tc-m68k.c:1039 +#: config/tc-m68k.c:1148 #, c-format msgid "Can not do %d byte pc-relative pic relocation" msgstr "" -#: config/tc-m68k.c:1044 +#: config/tc-m68k.c:1153 #, c-format msgid "Can not do %d byte relocation" msgstr "" -#: config/tc-m68k.c:1046 +#: config/tc-m68k.c:1155 #, c-format msgid "Can not do %d byte pic relocation" msgstr "" -#: config/tc-m68k.c:1111 +#: config/tc-m68k.c:1235 #, c-format msgid "Unable to produce reloc against symbol '%s'" msgstr "" -#: config/tc-m68k.c:1155 config/tc-vax.c:2366 +#: config/tc-m68k.c:1294 config/tc-vax.c:2365 #, c-format msgid "Cannot make %s relocation PC relative" msgstr "" -#: config/tc-m68k.c:1254 config/tc-vax.c:1876 +#: config/tc-m68k.c:1393 config/tc-vax.c:1875 msgid "No operator" msgstr "" -#: config/tc-m68k.c:1284 config/tc-vax.c:1892 +#: config/tc-m68k.c:1423 config/tc-vax.c:1891 msgid "Unknown operator" msgstr "" -#: config/tc-m68k.c:2187 +#: config/tc-m68k.c:2326 msgid "invalid instruction for this architecture; needs " msgstr "" -#: config/tc-m68k.c:2195 +#: config/tc-m68k.c:2334 msgid "hardware divide" msgstr "" -#: config/tc-m68k.c:2217 config/tc-m68k.c:2221 config/tc-m68k.c:2225 +#: config/tc-m68k.c:2356 config/tc-m68k.c:2360 config/tc-m68k.c:2364 msgid "or higher" msgstr "" -#: config/tc-m68k.c:2278 +#: config/tc-m68k.c:2417 msgid "operands mismatch" msgstr "" -#: config/tc-m68k.c:2342 config/tc-m68k.c:2348 config/tc-m68k.c:2354 -#: config/tc-mmix.c:2459 config/tc-mmix.c:2483 +#: config/tc-m68k.c:2481 config/tc-m68k.c:2487 config/tc-m68k.c:2493 +#: config/tc-mmix.c:2462 config/tc-mmix.c:2486 msgid "operand out of range" msgstr "" -#: config/tc-m68k.c:2411 +#: config/tc-m68k.c:2550 #, c-format msgid "Bignum too big for %c format; truncated" msgstr "" -#: config/tc-m68k.c:2488 +#: config/tc-m68k.c:2627 msgid "displacement too large for this architecture; needs 68020 or higher" msgstr "" -#: config/tc-m68k.c:2599 +#: config/tc-m68k.c:2738 msgid "" "scale factor invalid on this architecture; needs cpu32 or 68020 or higher" msgstr "" -#: config/tc-m68k.c:2604 +#: config/tc-m68k.c:2743 msgid "invalid index size for coldfire" msgstr "" -#: config/tc-m68k.c:2657 +#: config/tc-m68k.c:2796 msgid "Forcing byte displacement" msgstr "" -#: config/tc-m68k.c:2659 +#: config/tc-m68k.c:2798 msgid "byte displacement out of range" msgstr "" -#: config/tc-m68k.c:2707 config/tc-m68k.c:2745 +#: config/tc-m68k.c:2846 config/tc-m68k.c:2884 msgid "invalid operand mode for this architecture; needs 68020 or higher" msgstr "" -#: config/tc-m68k.c:2731 config/tc-m68k.c:2765 +#: config/tc-m68k.c:2870 config/tc-m68k.c:2904 msgid ":b not permitted; defaulting to :w" msgstr "" -#: config/tc-m68k.c:2842 +#: config/tc-m68k.c:2981 msgid "unsupported byte value; use a different suffix" msgstr "" -#: config/tc-m68k.c:2857 +#: config/tc-m68k.c:2996 msgid "unknown/incorrect operand" msgstr "" -#: config/tc-m68k.c:2900 config/tc-m68k.c:2908 config/tc-m68k.c:2915 -#: config/tc-m68k.c:2922 +#: config/tc-m68k.c:3039 config/tc-m68k.c:3047 config/tc-m68k.c:3054 +#: config/tc-m68k.c:3061 msgid "out of range" msgstr "" -#: config/tc-m68k.c:2995 +#: config/tc-m68k.c:3134 msgid "Can't use long branches on this architecture" msgstr "" -#: config/tc-m68k.c:3101 +#: config/tc-m68k.c:3240 msgid "Expression out of range, using 0" msgstr "" -#: config/tc-m68k.c:3292 config/tc-m68k.c:3308 +#: config/tc-m68k.c:3432 config/tc-m68k.c:3448 msgid "Floating point register in register list" msgstr "" -#: config/tc-m68k.c:3298 +#: config/tc-m68k.c:3438 msgid "Wrong register in floating-point reglist" msgstr "" -#: config/tc-m68k.c:3314 +#: config/tc-m68k.c:3454 msgid "incorrect register in reglist" msgstr "" -#: config/tc-m68k.c:3320 +#: config/tc-m68k.c:3460 msgid "wrong register in floating-point reglist" msgstr "" #. ERROR. -#: config/tc-m68k.c:3793 +#: config/tc-m68k.c:3933 msgid "Extra )" msgstr "" #. ERROR. -#: config/tc-m68k.c:3804 +#: config/tc-m68k.c:3944 msgid "Missing )" msgstr "" -#: config/tc-m68k.c:3821 +#: config/tc-m68k.c:3961 msgid "Missing operand" msgstr "" -#: config/tc-m68k.c:4139 +#: config/tc-m68k.c:4280 #, c-format msgid "unrecognized default cpu `%s'" msgstr "" -#: config/tc-m68k.c:4193 +#: config/tc-m68k.c:4334 #, c-format msgid "%s -- statement `%s' ignored" msgstr "" -#: config/tc-m68k.c:4242 +#: config/tc-m68k.c:4383 #, c-format msgid "Don't know how to figure width of %c in md_assemble()" msgstr "" -#: config/tc-m68k.c:4411 +#: config/tc-m68k.c:4552 #, c-format msgid "Internal Error: Can't allocate m68k_sorted_opcodes of size %d" msgstr "" -#: config/tc-m68k.c:4476 config/tc-m68k.c:4515 +#: config/tc-m68k.c:4617 config/tc-m68k.c:4656 #, c-format msgid "Internal Error: Can't find %s in hash table" msgstr "" -#: config/tc-m68k.c:4479 config/tc-m68k.c:4518 +#: config/tc-m68k.c:4620 config/tc-m68k.c:4659 #, c-format msgid "Internal Error: Can't hash %s: %s" msgstr "" -#: config/tc-m68k.c:4643 +#: config/tc-m68k.c:4784 #, c-format msgid "text label `%s' aligned to odd boundary" msgstr "" -#: config/tc-m68k.c:4790 +#: config/tc-m68k.c:4956 #, c-format msgid "value %ld out of range" msgstr "" -#: config/tc-m68k.c:4804 +#: config/tc-m68k.c:4970 msgid "invalid byte branch offset" msgstr "" -#: config/tc-m68k.c:4841 +#: config/tc-m68k.c:5007 msgid "short branch with zero offset: use :w" msgstr "" -#: config/tc-m68k.c:4885 +#: config/tc-m68k.c:5051 msgid "Conversion of PC relative BSR to absolute JSR" msgstr "" -#: config/tc-m68k.c:4896 +#: config/tc-m68k.c:5062 msgid "Conversion of PC relative branch to absolute jump" msgstr "" -#: config/tc-m68k.c:4913 config/tc-m68k.c:4974 +#: config/tc-m68k.c:5079 config/tc-m68k.c:5140 msgid "Conversion of PC relative conditional branch to absolute jump" msgstr "" -#: config/tc-m68k.c:4954 +#: config/tc-m68k.c:5120 msgid "Conversion of DBcc to absolute jump" msgstr "" -#: config/tc-m68k.c:5039 +#: config/tc-m68k.c:5205 msgid "Conversion of PC relative displacement to absolute" msgstr "" -#: config/tc-m68k.c:5252 +#: config/tc-m68k.c:5418 msgid "Tried to convert PC relative branch to absolute jump" msgstr "" -#: config/tc-m68k.c:5297 config/tc-m68k.c:5308 config/tc-m68k.c:5352 +#: config/tc-m68k.c:5463 config/tc-m68k.c:5474 config/tc-m68k.c:5518 msgid "expression out of range: defaulting to 1" msgstr "" -#: config/tc-m68k.c:5344 +#: config/tc-m68k.c:5510 msgid "expression out of range: defaulting to 0" msgstr "" -#: config/tc-m68k.c:5385 config/tc-m68k.c:5397 +#: config/tc-m68k.c:5551 config/tc-m68k.c:5563 #, c-format msgid "Can't deal with expression; defaulting to %ld" msgstr "" -#: config/tc-m68k.c:5411 +#: config/tc-m68k.c:5577 msgid "expression doesn't fit in BYTE" msgstr "" -#: config/tc-m68k.c:5415 +#: config/tc-m68k.c:5581 msgid "expression doesn't fit in WORD" msgstr "" -#: config/tc-m68k.c:5502 +#: config/tc-m68k.c:5668 #, c-format msgid "%s: unrecognized processor name" msgstr "" -#: config/tc-m68k.c:5563 +#: config/tc-m68k.c:5729 msgid "bad coprocessor id" msgstr "" -#: config/tc-m68k.c:5569 +#: config/tc-m68k.c:5735 msgid "unrecognized fopt option" msgstr "" -#: config/tc-m68k.c:5702 +#: config/tc-m68k.c:5868 #, c-format msgid "option `%s' may not be negated" msgstr "" -#: config/tc-m68k.c:5713 +#: config/tc-m68k.c:5879 #, c-format msgid "option `%s' not recognized" msgstr "" -#: config/tc-m68k.c:5742 +#: config/tc-m68k.c:5908 msgid "bad format of OPT NEST=depth" msgstr "" -#: config/tc-m68k.c:5798 +#: config/tc-m68k.c:5964 msgid "missing label" msgstr "" -#: config/tc-m68k.c:5822 config/tc-m68k.c:5851 +#: config/tc-m68k.c:5988 config/tc-m68k.c:6017 msgid "bad register list" msgstr "" -#: config/tc-m68k.c:5824 +#: config/tc-m68k.c:5990 #, c-format msgid "bad register list: %s" msgstr "" -#: config/tc-m68k.c:5922 +#: config/tc-m68k.c:6088 msgid "restore without save" msgstr "" -#: config/tc-m68k.c:6076 config/tc-m68k.c:6446 +#: config/tc-m68k.c:6242 config/tc-m68k.c:6612 msgid "syntax error in structured control directive" msgstr "" -#: config/tc-m68k.c:6121 +#: config/tc-m68k.c:6287 msgid "missing condition code in structured control directive" msgstr "" -#: config/tc-m68k.c:6192 +#: config/tc-m68k.c:6358 #, c-format msgid "" "Condition <%c%c> in structured control directive can not be encoded correctly" msgstr "" -#: config/tc-m68k.c:6488 +#: config/tc-m68k.c:6654 msgid "missing then" msgstr "" -#: config/tc-m68k.c:6569 +#: config/tc-m68k.c:6735 msgid "else without matching if" msgstr "" -#: config/tc-m68k.c:6602 +#: config/tc-m68k.c:6768 msgid "endi without matching if" msgstr "" -#: config/tc-m68k.c:6642 +#: config/tc-m68k.c:6808 msgid "break outside of structured loop" msgstr "" -#: config/tc-m68k.c:6680 +#: config/tc-m68k.c:6846 msgid "next outside of structured loop" msgstr "" -#: config/tc-m68k.c:6731 +#: config/tc-m68k.c:6897 msgid "missing =" msgstr "" -#: config/tc-m68k.c:6769 +#: config/tc-m68k.c:6935 msgid "missing to or downto" msgstr "" -#: config/tc-m68k.c:6805 config/tc-m68k.c:6839 config/tc-m68k.c:7053 +#: config/tc-m68k.c:6971 config/tc-m68k.c:7005 config/tc-m68k.c:7219 msgid "missing do" msgstr "" -#: config/tc-m68k.c:6940 +#: config/tc-m68k.c:7106 msgid "endf without for" msgstr "" -#: config/tc-m68k.c:6994 +#: config/tc-m68k.c:7160 msgid "until without repeat" msgstr "" -#: config/tc-m68k.c:7088 +#: config/tc-m68k.c:7254 msgid "endw without while" msgstr "" -#: config/tc-m68k.c:7121 config/tc-m68k.c:7149 +#: config/tc-m68k.c:7287 config/tc-m68k.c:7315 msgid "already assembled instructions" msgstr "" -#: config/tc-m68k.c:7226 +#: config/tc-m68k.c:7392 #, c-format msgid "`%s' is deprecated, use `%s'" msgstr "" -#: config/tc-m68k.c:7245 +#: config/tc-m68k.c:7411 #, c-format msgid "cpu `%s' unrecognized" msgstr "" -#: config/tc-m68k.c:7264 +#: config/tc-m68k.c:7430 #, c-format msgid "architecture `%s' unrecognized" msgstr "" -#: config/tc-m68k.c:7285 +#: config/tc-m68k.c:7451 #, c-format msgid "extension `%s' unrecognized" msgstr "" -#: config/tc-m68k.c:7403 +#: config/tc-m68k.c:7570 #, c-format msgid "option `-A%s' is deprecated: use `-%s'" msgstr "" -#: config/tc-m68k.c:7436 +#: config/tc-m68k.c:7603 msgid "architecture features both enabled and disabled" msgstr "" -#: config/tc-m68k.c:7463 +#: config/tc-m68k.c:7630 msgid "selected processor does not have all features of selected architecture" msgstr "" -#: config/tc-m68k.c:7472 +#: config/tc-m68k.c:7639 msgid "m68k and cf features both selected" msgstr "" -#: config/tc-m68k.c:7484 +#: config/tc-m68k.c:7651 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" msgstr "" -#: config/tc-m68k.c:7518 +#: config/tc-m68k.c:7685 #, c-format msgid "" "-march=\t\tset architecture\n" "-mcpu=\t\tset cpu [default %s]\n" msgstr "" -#: config/tc-m68k.c:7523 +#: config/tc-m68k.c:7690 #, c-format msgid "-m[no-]%-16s enable/disable%s architecture extension\n" msgstr "" -#: config/tc-m68k.c:7529 +#: config/tc-m68k.c:7696 #, c-format msgid "" "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" @@ -8094,32 +8298,32 @@ msgid "" "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" msgstr "" -#: config/tc-m68k.c:7543 +#: config/tc-m68k.c:7710 #, c-format msgid "Architecture variants are: " msgstr "" -#: config/tc-m68k.c:7552 +#: config/tc-m68k.c:7719 #, c-format msgid "Processor variants are: " msgstr "" -#: config/tc-m68k.c:7559 config/tc-xtensa.c:6165 +#: config/tc-m68k.c:7726 config/tc-xtensa.c:6237 #, c-format msgid "\n" msgstr "" -#: config/tc-m68k.c:7590 +#: config/tc-m68k.c:7757 #, c-format msgid "Error %s in %s\n" msgstr "" -#: config/tc-m68k.c:7594 +#: config/tc-m68k.c:7761 #, c-format msgid "Opcode(%d.%s): " msgstr "" -#: config/tc-m68k.c:7754 +#: config/tc-m68k.c:7921 msgid "Not a defined coldfire architecture" msgstr "" @@ -8349,7 +8553,8 @@ msgstr "" msgid "Ineffective insntruction %s \n" msgstr "" -#: config/tc-mcore.c:521 +#: config/tc-mcore.c:521 config/tc-microblaze.c:496 config/tc-microblaze.c:524 +#: config/tc-microblaze.c:550 config/tc-microblaze.c:562 #, c-format msgid "register expected, but saw '%.6s'" msgstr "" @@ -8392,7 +8597,10 @@ msgstr "" msgid "base register expected" msgstr "" -#: config/tc-mcore.c:888 +#: config/tc-mcore.c:888 config/tc-microblaze.c:832 config/tc-microblaze.c:968 +#: config/tc-microblaze.c:1000 config/tc-microblaze.c:1450 +#: config/tc-microblaze.c:1517 config/tc-microblaze.c:1591 +#: config/tc-microblaze.c:1964 config/tc-microblaze.c:2005 #, c-format msgid "unknown opcode \"%s\"" msgstr "" @@ -8487,12 +8695,12 @@ msgstr "" msgid "`af' must appear alone" msgstr "" -#: config/tc-mcore.c:1588 +#: config/tc-mcore.c:1588 config/tc-microblaze.c:1611 #, c-format msgid "unimplemented opcode \"%s\"" msgstr "" -#: config/tc-mcore.c:1597 +#: config/tc-mcore.c:1597 config/tc-microblaze.c:1620 #, c-format msgid "ignoring operands: %s " msgstr "" @@ -8513,11 +8721,11 @@ msgid "" " -EL assemble for a little endian system\n" msgstr "" -#: config/tc-mcore.c:1703 +#: config/tc-mcore.c:1703 config/tc-microblaze.c:1729 msgid "failed sanity check: short_jump" msgstr "" -#: config/tc-mcore.c:1713 +#: config/tc-mcore.c:1713 config/tc-microblaze.c:1739 msgid "failed sanity check: long_jump" msgstr "" @@ -8526,7 +8734,10 @@ msgstr "" msgid "odd displacement at %x" msgstr "" -#: config/tc-mcore.c:1921 +#. Variable not in small data read only segment accessed +#. using small data read only anchor. +#: config/tc-mcore.c:1921 config/tc-microblaze.c:1826 +#: config/tc-microblaze.c:2117 config/tc-microblaze.c:2140 msgid "unknown" msgstr "" @@ -8550,21 +8761,21 @@ msgstr "" msgid "pcrel for loopt too far (0x%lx)" msgstr "" -#: config/tc-mcore.c:2180 +#: config/tc-mcore.c:2180 config/tc-microblaze.c:2272 config/tc-tic30.c:1384 #, c-format msgid "Can not do %d byte %srelocation" msgstr "" -#: config/tc-mcore.c:2182 +#: config/tc-mcore.c:2182 config/tc-microblaze.c:2274 msgid "pc-relative" msgstr "" -#: config/tc-mep.c:301 +#: config/tc-mep.c:343 #, c-format msgid "" "MeP specific command line options:\n" -" -EB assemble for a big endian system (default)\n" -" -EL assemble for a little endian system\n" +" -EB assemble for a big endian system\n" +" -EL assemble for a little endian system (default)\n" " -mconfig= specify a chip configuration to use\n" " -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n" " -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n" @@ -8577,713 +8788,973 @@ msgid "" " if only disabling -m options are given, only those are disabled.\n" msgstr "" +#: config/tc-mep.c:412 +msgid "$hi and $lo are disabled when MUL and DIV are off" +msgstr "" + +#: config/tc-mep.c:419 +msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off" +msgstr "" + +#: config/tc-mep.c:424 +msgid "$dbg and $depc are disabled when DEBUG is off" +msgstr "" + +#: config/tc-mep.c:615 +msgid "core and copro insn lengths must total 32 bits." +msgstr "" + +#: config/tc-mep.c:618 config/tc-mep.c:755 +msgid "vliw group must consist of 1 core and 1 copro insn." +msgstr "" + +#: config/tc-mep.c:752 +msgid "core and copro insn lengths must total 64 bits." +msgstr "" + +#: config/tc-mep.c:984 +#, c-format +msgid "cannot pack %s with a 16-bit insn" +msgstr "" + +#: config/tc-mep.c:1002 +#, c-format +msgid "cannot pack %s and %s together with a 16-bit insn" +msgstr "" + +#: config/tc-mep.c:1008 +msgid "too many IVC2 insns to pack with a 16-bit core insn" +msgstr "" + +#: config/tc-mep.c:1023 +#, c-format +msgid "cannot pack %s into slot P1" +msgstr "" + +#: config/tc-mep.c:1029 +msgid "too many IVC2 insns to pack with a 32-bit core insn" +msgstr "" + +#: config/tc-mep.c:1047 +#, c-format +msgid "unable to pack %s by itself?" +msgstr "" + +#: config/tc-mep.c:1077 +#, c-format +msgid "cannot pack %s and %s together" +msgstr "" + +#: config/tc-mep.c:1083 +msgid "too many IVC2 insns to pack together" +msgstr "" + #. There are no insns in the queue and a plus is present. #. This is a syntax error. Let's not tolerate this. #. We can relax this later if necessary. -#: config/tc-mep.c:1008 +#: config/tc-mep.c:1320 msgid "Invalid use of parallelization operator." msgstr "" -#: config/tc-mep.c:1050 +#: config/tc-mep.c:1366 msgid "Leading plus sign not allowed in core mode" msgstr "" -#: config/tc-mep.c:1531 +#: config/tc-mep.c:1889 #, c-format msgid "Don't know how to relocate plain operands of type %s" msgstr "" -#: config/tc-mep.c:1541 +#: config/tc-mep.c:1899 #, c-format msgid "Perhaps you are missing %%tpoff()?" msgstr "" -#: config/tc-mep.c:1725 +#: config/tc-mep.c:2086 msgid "Bad .section directive: want a,v,w,x,M,S in string" msgstr "" -#: config/tc-mep.c:1783 +#: config/tc-mep.c:2144 msgid ".vliw unavailable when VLIW is disabled." msgstr "" +#: config/tc-microblaze.c:501 config/tc-microblaze.c:530 +#: config/tc-microblaze.c:556 +#, c-format +msgid "Invalid register number at '%.6s'" +msgstr "" + +#: config/tc-microblaze.c:651 +msgid "operand must be a constant or a label" +msgstr "" + +#: config/tc-microblaze.c:655 +#, c-format +msgid "operand must be absolute in range %d..%d, not %d" +msgstr "" + +#: config/tc-microblaze.c:846 config/tc-microblaze.c:853 +#: config/tc-microblaze.c:860 config/tc-microblaze.c:893 +#: config/tc-microblaze.c:900 config/tc-microblaze.c:906 +#: config/tc-microblaze.c:1023 config/tc-microblaze.c:1030 +#: config/tc-microblaze.c:1036 config/tc-microblaze.c:1067 +#: config/tc-microblaze.c:1074 config/tc-microblaze.c:1094 +#: config/tc-microblaze.c:1101 config/tc-microblaze.c:1121 +#: config/tc-microblaze.c:1128 config/tc-microblaze.c:1146 +#: config/tc-microblaze.c:1153 config/tc-microblaze.c:1175 +#: config/tc-microblaze.c:1182 config/tc-microblaze.c:1200 +#: config/tc-microblaze.c:1215 config/tc-microblaze.c:1233 +#: config/tc-microblaze.c:1250 config/tc-microblaze.c:1257 +#: config/tc-microblaze.c:1299 config/tc-microblaze.c:1306 +#: config/tc-microblaze.c:1348 config/tc-microblaze.c:1355 +#: config/tc-microblaze.c:1378 config/tc-microblaze.c:1385 +#: config/tc-microblaze.c:1405 config/tc-microblaze.c:1411 +#: config/tc-microblaze.c:1472 config/tc-microblaze.c:1478 +#: config/tc-microblaze.c:1539 +msgid "Error in statement syntax" +msgstr "" + +#: config/tc-microblaze.c:866 config/tc-microblaze.c:868 +#: config/tc-microblaze.c:870 config/tc-microblaze.c:910 +#: config/tc-microblaze.c:912 config/tc-microblaze.c:1040 +#: config/tc-microblaze.c:1042 config/tc-microblaze.c:1080 +#: config/tc-microblaze.c:1082 config/tc-microblaze.c:1107 +#: config/tc-microblaze.c:1109 config/tc-microblaze.c:1134 +#: config/tc-microblaze.c:1157 config/tc-microblaze.c:1188 +#: config/tc-microblaze.c:1205 config/tc-microblaze.c:1221 +#: config/tc-microblaze.c:1239 config/tc-microblaze.c:1361 +#: config/tc-microblaze.c:1363 config/tc-microblaze.c:1391 +#: config/tc-microblaze.c:1393 config/tc-microblaze.c:1415 +#: config/tc-microblaze.c:1482 config/tc-microblaze.c:1545 +msgid "Cannot use special register with this instruction" +msgstr "" + +#: config/tc-microblaze.c:920 +msgid "lmi pseudo instruction should not use a label in imm field" +msgstr "" + +#: config/tc-microblaze.c:922 +msgid "smi pseudo instruction should not use a label in imm field" +msgstr "" + +#: config/tc-microblaze.c:1045 +msgid "Symbol used as immediate for shift instruction" +msgstr "" + +#: config/tc-microblaze.c:1054 +#, c-format +msgid "Shift value > 32. using " +msgstr "" + +#: config/tc-microblaze.c:1160 +msgid "Symbol used as immediate value for msrset/msrclr instructions" +msgstr "" + +#: config/tc-microblaze.c:1288 config/tc-microblaze.c:1337 +msgid "invalid value for special purpose register" +msgstr "" + +#: config/tc-microblaze.c:1553 +msgid "An IMM instruction should not be present in the .s file" +msgstr "" + +#: config/tc-microblaze.c:1681 +msgid "Bad call to MD_NTOF()" +msgstr "" + +#: config/tc-microblaze.c:1917 +#, c-format +msgid "pcrel for branch to %s too far (0x%x)" +msgstr "" + +#. We know the abs value: Should never happen. +#: config/tc-microblaze.c:2066 +msgid "Absolute PC-relative value in relaxation code. Assembler error....." +msgstr "" + +#. Cannot have a PC-relative branch to a diff segment. +#: config/tc-microblaze.c:2079 +#, c-format +msgid "PC relative branch to label %s which is not in the instruction space" +msgstr "" + +#: config/tc-microblaze.c:2120 +msgid "" +"Variable is accessed using small data read only anchor, but it is not in the " +"small data read only section" +msgstr "" + +#: config/tc-microblaze.c:2143 +msgid "" +"Variable is accessed using small data read write anchor, but it is not in " +"the small data read write section" +msgstr "" + +#: config/tc-microblaze.c:2152 +msgid "Incorrect fr_opcode value in frag. Internal error....." +msgstr "" + +#. We know the abs value: Should never happen. +#: config/tc-microblaze.c:2159 +msgid "Absolute value in relaxation code. Assembler error....." +msgstr "" + +#: config/tc-microblaze.c:2364 config/tc-mn10300.c:1065 config/tc-sh.c:776 +#: config/tc-z80.c:671 read.c:4275 +#, c-format +msgid "unsupported BFD relocation size %u" +msgstr "" + #. Prototypes for static functions. -#: config/tc-mips.c:1030 +#: config/tc-mips.c:1042 #, c-format msgid "internal Error, line %d, %s" msgstr "" -#: config/tc-mips.c:1875 +#: config/tc-mips.c:1795 config/tc-mips.c:12826 +#, c-format +msgid "Unrecognized register name `%s'" +msgstr "" + +#: config/tc-mips.c:1887 msgid "-G may not be used in position-independent code" msgstr "" -#: config/tc-mips.c:1922 +#: config/tc-mips.c:1934 #, c-format msgid "internal: can't hash `%s': %s" msgstr "" -#: config/tc-mips.c:1930 +#: config/tc-mips.c:1942 #, c-format msgid "internal error: bad mips16 opcode: %s %s\n" msgstr "" -#: config/tc-mips.c:2102 +#: config/tc-mips.c:2114 #, c-format msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" msgstr "" -#: config/tc-mips.c:2858 config/tc-mips.c:14414 +#: config/tc-mips.c:2890 config/tc-mips.c:14521 msgid "extended instruction in delay slot" msgstr "" -#: config/tc-mips.c:2922 config/tc-mips.c:2929 +#: config/tc-mips.c:2954 config/tc-mips.c:2961 #, c-format msgid "jump to misaligned address (0x%lx)" msgstr "" -#: config/tc-mips.c:2939 config/tc-mips.c:3694 +#: config/tc-mips.c:2971 config/tc-mips.c:3742 #, c-format msgid "branch to misaligned address (0x%lx)" msgstr "" -#: config/tc-mips.c:2944 config/tc-mips.c:3697 +#: config/tc-mips.c:2976 config/tc-mips.c:3745 #, c-format msgid "branch address range overflow (0x%lx)" msgstr "" -#: config/tc-mips.c:3427 +#. To reproduce this failure try assembling gas/testsuites/ +#. gas/mips/mips16-intermix.s with a mips-ecoff targeted +#. assembler. +#: config/tc-mips.c:3003 +#, c-format +msgid "Unsupported MIPS relocation number %d" +msgstr "" + +#: config/tc-mips.c:3475 msgid "" "Macro instruction expanded into multiple instructions in a branch delay slot" msgstr "" -#: config/tc-mips.c:3430 +#: config/tc-mips.c:3478 msgid "Macro instruction expanded into multiple instructions" msgstr "" -#: config/tc-mips.c:3966 config/tc-mips.c:7927 config/tc-mips.c:7951 -#: config/tc-mips.c:8024 config/tc-mips.c:8047 +#: config/tc-mips.c:4014 config/tc-mips.c:8012 config/tc-mips.c:8036 +#: config/tc-mips.c:8109 config/tc-mips.c:8132 msgid "operand overflow" msgstr "" -#: config/tc-mips.c:3985 config/tc-mips.c:4585 config/tc-mips.c:7298 -#: config/tc-mips.c:8114 +#: config/tc-mips.c:4033 config/tc-mips.c:4633 config/tc-mips.c:7383 +#: config/tc-mips.c:8199 msgid "Macro used $at after \".set noat\"" msgstr "" -#: config/tc-mips.c:4014 +#: config/tc-mips.c:4062 msgid "unsupported large constant" msgstr "" -#: config/tc-mips.c:4016 +#: config/tc-mips.c:4064 #, c-format msgid "Instruction %s requires absolute expression" msgstr "" -#: config/tc-mips.c:4149 config/tc-mips.c:6418 config/tc-mips.c:6994 +#: config/tc-mips.c:4197 config/tc-mips.c:6503 config/tc-mips.c:7079 #, c-format msgid "Number (0x%s) larger than 32 bits" msgstr "" -#: config/tc-mips.c:4169 +#: config/tc-mips.c:4217 msgid "Number larger than 64 bits" msgstr "" -#: config/tc-mips.c:4463 config/tc-mips.c:4491 config/tc-mips.c:4529 -#: config/tc-mips.c:4574 config/tc-mips.c:6627 config/tc-mips.c:6666 -#: config/tc-mips.c:6705 config/tc-mips.c:7109 config/tc-mips.c:7161 -#: config/tc-score.c:4234 +#: config/tc-mips.c:4511 config/tc-mips.c:4539 config/tc-mips.c:4577 +#: config/tc-mips.c:4622 config/tc-mips.c:6712 config/tc-mips.c:6751 +#: config/tc-mips.c:6790 config/tc-mips.c:7194 config/tc-mips.c:7246 msgid "PIC code offset overflow (max 16 signed bits)" msgstr "" -#: config/tc-mips.c:4896 config/tc-mips.c:4962 config/tc-mips.c:5050 -#: config/tc-mips.c:5097 config/tc-mips.c:5158 config/tc-mips.c:5206 -#: config/tc-mips.c:8208 config/tc-mips.c:8215 config/tc-mips.c:8222 -#: config/tc-mips.c:8329 +#: config/tc-mips.c:4944 config/tc-mips.c:5010 config/tc-mips.c:5098 +#: config/tc-mips.c:5145 config/tc-mips.c:5206 config/tc-mips.c:5254 +#: config/tc-mips.c:8293 config/tc-mips.c:8300 config/tc-mips.c:8307 +#: config/tc-mips.c:8414 msgid "Unsupported large constant" msgstr "" #. result is always true -#: config/tc-mips.c:4928 +#: config/tc-mips.c:4976 #, c-format msgid "Branch %s is always true" msgstr "" -#: config/tc-mips.c:5169 config/tc-mips.c:5217 config/tc-mips.c:8978 -#: config/tc-mips.c:9135 +#: config/tc-mips.c:5217 config/tc-mips.c:5265 config/tc-mips.c:9065 +#: config/tc-mips.c:9222 #, c-format msgid "Improper position (%lu)" msgstr "" -#: config/tc-mips.c:5175 config/tc-mips.c:9045 +#: config/tc-mips.c:5223 config/tc-mips.c:9132 #, c-format msgid "Improper extract size (%lu, position %lu)" msgstr "" -#: config/tc-mips.c:5223 config/tc-mips.c:9009 +#: config/tc-mips.c:5271 config/tc-mips.c:9096 #, c-format msgid "Improper insert size (%lu, position %lu)" msgstr "" -#: config/tc-mips.c:5260 config/tc-mips.c:5357 +#: config/tc-mips.c:5308 config/tc-mips.c:5405 msgid "Divide by zero." msgstr "" -#: config/tc-mips.c:5443 +#: config/tc-mips.c:5491 msgid "dla used to load 32-bit register" msgstr "" -#: config/tc-mips.c:5446 +#: config/tc-mips.c:5494 msgid "la used to load 64-bit address" msgstr "" -#: config/tc-mips.c:5558 config/tc-z80.c:700 +#: config/tc-mips.c:5606 config/tc-z80.c:700 msgid "offset too large" msgstr "" -#: config/tc-mips.c:5732 config/tc-mips.c:6011 +#: config/tc-mips.c:5780 config/tc-mips.c:6059 msgid "PIC code offset overflow (max 32 signed bits)" msgstr "" -#: config/tc-mips.c:6057 +#: config/tc-mips.c:6142 msgid "MIPS PIC call to register other than $25" msgstr "" -#: config/tc-mips.c:6063 config/tc-mips.c:6074 config/tc-mips.c:6196 -#: config/tc-mips.c:6207 +#: config/tc-mips.c:6148 config/tc-mips.c:6159 config/tc-mips.c:6281 +#: config/tc-mips.c:6292 msgid "No .cprestore pseudo-op used in PIC code" msgstr "" -#: config/tc-mips.c:6068 config/tc-mips.c:6201 +#: config/tc-mips.c:6153 config/tc-mips.c:6286 msgid "No .frame pseudo-op used in PIC code" msgstr "" -#: config/tc-mips.c:6222 +#: config/tc-mips.c:6307 msgid "Non-PIC jump used in PIC library" msgstr "" -#: config/tc-mips.c:6385 config/tc-mips.c:7261 +#: config/tc-mips.c:6470 config/tc-mips.c:7346 #, c-format msgid "opcode not supported on this processor: %s" msgstr "" -#: config/tc-mips.c:7467 config/tc-mips.c:7498 config/tc-mips.c:7549 -#: config/tc-mips.c:7579 +#: config/tc-mips.c:7552 config/tc-mips.c:7583 config/tc-mips.c:7634 +#: config/tc-mips.c:7664 msgid "Improper rotate count" msgstr "" -#: config/tc-mips.c:7629 +#: config/tc-mips.c:7714 #, c-format msgid "Instruction %s: result is always false" msgstr "" -#: config/tc-mips.c:7790 +#: config/tc-mips.c:7875 #, c-format msgid "Instruction %s: result is always true" msgstr "" #. FIXME: Check if this is one of the itbl macros, since they #. are added dynamically. -#: config/tc-mips.c:8110 +#: config/tc-mips.c:8195 #, c-format msgid "Macro %s not implemented yet" msgstr "" -#: config/tc-mips.c:8360 +#: config/tc-mips.c:8445 #, c-format msgid "internal: bad mips opcode (mask error): %s %s" msgstr "" -#: config/tc-mips.c:8400 config/tc-mips.c:9209 +#: config/tc-mips.c:8485 config/tc-mips.c:9296 #, c-format msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s" msgstr "" -#: config/tc-mips.c:8478 +#: config/tc-mips.c:8564 #, c-format msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s" msgstr "" -#: config/tc-mips.c:8485 +#: config/tc-mips.c:8571 #, c-format msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s" msgstr "" -#: config/tc-mips.c:8643 config/tc-mips.c:10101 +#: config/tc-mips.c:8694 config/tc-mips.c:8702 config/tc-mips.c:10165 +#: config/tc-score.c:2696 config/tc-score.c:2742 +msgid "unrecognized opcode" +msgstr "" + +#: config/tc-mips.c:8729 config/tc-mips.c:10191 #, c-format msgid "opcode not supported on this processor: %s (%s)" msgstr "" -#: config/tc-mips.c:8676 +#: config/tc-mips.c:8763 #, c-format msgid "BALIGN immediate not 1 or 3 (%lu)" msgstr "" -#: config/tc-mips.c:8689 config/tc-mips.c:8702 config/tc-mips.c:8715 -#: config/tc-mips.c:8728 config/tc-mips.c:8754 config/tc-mips.c:8798 +#: config/tc-mips.c:8776 config/tc-mips.c:8789 config/tc-mips.c:8802 +#: config/tc-mips.c:8815 config/tc-mips.c:8841 config/tc-mips.c:8885 #, c-format msgid "DSP immediate not in range 0..%d (%lu)" msgstr "" -#: config/tc-mips.c:8746 config/tc-mips.c:8773 +#: config/tc-mips.c:8833 config/tc-mips.c:8860 msgid "Invalid dsp acc register" msgstr "" -#: config/tc-mips.c:8784 config/tc-mips.c:8815 config/tc-mips.c:8832 +#: config/tc-mips.c:8871 config/tc-mips.c:8902 config/tc-mips.c:8919 #, c-format msgid "DSP immediate not in range %ld..%ld (%ld)" msgstr "" -#: config/tc-mips.c:8845 +#: config/tc-mips.c:8932 #, c-format msgid "MT usermode bit not 0 or 1 (%lu)" msgstr "" -#: config/tc-mips.c:8856 +#: config/tc-mips.c:8943 #, c-format msgid "MT load high bit not 0 or 1 (%lu)" msgstr "" -#: config/tc-mips.c:8873 config/tc-mips.c:8886 +#: config/tc-mips.c:8960 config/tc-mips.c:8973 msgid "Invalid dsp/smartmips acc register" msgstr "" -#: config/tc-mips.c:8951 +#: config/tc-mips.c:9038 #, c-format msgid "Illegal %s number (%lu, 0x%lx)" msgstr "" -#: config/tc-mips.c:9064 config/tc-mips.c:9614 +#: config/tc-mips.c:9151 config/tc-mips.c:9704 msgid "absolute expression required" msgstr "" -#: config/tc-mips.c:9087 +#: config/tc-mips.c:9174 #, c-format msgid "Invalid register number (%d)" msgstr "" -#: config/tc-mips.c:9095 +#: config/tc-mips.c:9182 msgid "Invalid coprocessor 0 register number" msgstr "" -#: config/tc-mips.c:9105 +#: config/tc-mips.c:9192 #, c-format msgid "Improper bit index (%lu)" msgstr "" -#: config/tc-mips.c:9166 config/tc-mips.c:9183 +#: config/tc-mips.c:9253 config/tc-mips.c:9270 #, c-format msgid "Improper size (%lu)" msgstr "" -#: config/tc-mips.c:9199 +#: config/tc-mips.c:9286 #, c-format msgid "Improper immediate (%ld)" msgstr "" -#: config/tc-mips.c:9226 +#: config/tc-mips.c:9313 #, c-format msgid "Improper shift amount (%lu)" msgstr "" -#: config/tc-mips.c:9249 config/tc-mips.c:10422 config/tc-mips.c:10675 +#: config/tc-mips.c:9337 config/tc-mips.c:10512 config/tc-mips.c:10765 #, c-format msgid "Invalid value for `%s' (%lu)" msgstr "" -#: config/tc-mips.c:9264 +#: config/tc-mips.c:9354 #, c-format msgid "Code for %s not in range 0..1023 (%lu)" msgstr "" -#: config/tc-mips.c:9276 +#: config/tc-mips.c:9366 #, c-format msgid "Lower code for %s not in range 0..1023 (%lu)" msgstr "" -#: config/tc-mips.c:9288 +#: config/tc-mips.c:9378 #, c-format msgid "Code for %s not in range 0..1048575 (%lu)" msgstr "" -#: config/tc-mips.c:9301 +#: config/tc-mips.c:9391 #, c-format msgid "Coproccesor code > 25 bits (%lu)" msgstr "" -#: config/tc-mips.c:9315 +#: config/tc-mips.c:9405 #, c-format msgid "Illegal 19-bit code (%lu)" msgstr "" -#: config/tc-mips.c:9328 +#: config/tc-mips.c:9418 #, c-format msgid "Invalid performance register (%lu)" msgstr "" -#: config/tc-mips.c:9371 config/tc-mips.c:10282 +#: config/tc-mips.c:9461 config/tc-mips.c:10372 msgid "used $at without \".set noat\"" msgstr "" -#: config/tc-mips.c:9373 config/tc-mips.c:10284 +#: config/tc-mips.c:9463 config/tc-mips.c:10374 #, c-format msgid "used $%u with \".set at=$%u\"" msgstr "" -#: config/tc-mips.c:9399 -msgid "source and destinationations must be different" +#: config/tc-mips.c:9489 +msgid "source and destination must be different" msgstr "" -#: config/tc-mips.c:9404 +#: config/tc-mips.c:9494 msgid "a destination register must be supplied" msgstr "" -#: config/tc-mips.c:9487 +#: config/tc-mips.c:9563 +#, c-format +msgid "Improper align amount (%ld), using low bits" +msgstr "" + +#: config/tc-mips.c:9577 #, c-format msgid "Invalid MDMX Immediate (%ld)" msgstr "" -#: config/tc-mips.c:9525 +#: config/tc-mips.c:9615 #, c-format msgid "Float register should be even, was %d" msgstr "" -#: config/tc-mips.c:9564 +#: config/tc-mips.c:9654 #, c-format msgid "Bad element selector %ld" msgstr "" -#: config/tc-mips.c:9572 +#: config/tc-mips.c:9662 #, c-format msgid "Expecting ']' found '%s'" msgstr "" -#: config/tc-mips.c:9678 +#: config/tc-mips.c:9768 #, c-format msgid "Bad floating point constant: %s" msgstr "" -#: config/tc-mips.c:9798 +#: config/tc-mips.c:9888 msgid "Can't use floating point insn in this section" msgstr "" -#: config/tc-mips.c:9859 +#: config/tc-mips.c:9949 msgid "expression out of range" msgstr "" -#: config/tc-mips.c:9899 +#: config/tc-mips.c:9989 msgid "lui expression not in range 0..65535" msgstr "" -#: config/tc-mips.c:9920 +#: config/tc-mips.c:10010 #, c-format msgid "Condition code register should be even for %s, was %d" msgstr "" -#: config/tc-mips.c:9925 +#: config/tc-mips.c:10015 #, c-format msgid "Condition code register should be 0 or 4 for %s, was %d" msgstr "" -#: config/tc-mips.c:9951 +#: config/tc-mips.c:10041 msgid "invalid coprocessor sub-selection value (0-7)" msgstr "" -#: config/tc-mips.c:9963 config/tc-mips.c:9980 +#: config/tc-mips.c:10053 config/tc-mips.c:10070 #, c-format msgid "bad byte vector index (%ld)" msgstr "" -#: config/tc-mips.c:9991 +#: config/tc-mips.c:10081 #, c-format msgid "bad char = '%c'\n" msgstr "" -#: config/tc-mips.c:10002 config/tc-mips.c:10007 config/tc-mips.c:10700 +#: config/tc-mips.c:10092 config/tc-mips.c:10097 config/tc-mips.c:10790 msgid "illegal operands" msgstr "" -#: config/tc-mips.c:10075 config/tc-score.c:2413 -msgid "unrecognized opcode" -msgstr "" - -#: config/tc-mips.c:10458 config/tc-mips.c:10539 config/tc-mips.c:10554 +#: config/tc-mips.c:10548 config/tc-mips.c:10629 config/tc-mips.c:10644 msgid "can't parse register list" msgstr "" -#: config/tc-mips.c:10527 +#: config/tc-mips.c:10617 msgid "more than one frame size in list" msgstr "" -#: config/tc-mips.c:10582 +#: config/tc-mips.c:10672 msgid "unexpected register in list" msgstr "" -#: config/tc-mips.c:10592 +#: config/tc-mips.c:10682 msgid "arg/static registers overlap" msgstr "" -#: config/tc-mips.c:10610 +#: config/tc-mips.c:10700 msgid "invalid arg register list" msgstr "" -#: config/tc-mips.c:10619 config/tc-mips.c:10642 +#: config/tc-mips.c:10709 config/tc-mips.c:10732 msgid "invalid static register list" msgstr "" -#: config/tc-mips.c:10649 +#: config/tc-mips.c:10739 msgid "missing frame size" msgstr "" -#: config/tc-mips.c:10652 +#: config/tc-mips.c:10742 msgid "invalid frame size" msgstr "" -#: config/tc-mips.c:10818 +#: config/tc-mips.c:10908 msgid "extended operand requested but not required" msgstr "" -#: config/tc-mips.c:10820 +#: config/tc-mips.c:10910 msgid "invalid unextended operand value" msgstr "" -#: config/tc-mips.c:10848 +#: config/tc-mips.c:10938 msgid "operand value out of range for instruction" msgstr "" -#: config/tc-mips.c:11274 +#: config/tc-mips.c:11043 +#, c-format +msgid "relocation %s isn't supported by the current ABI" +msgstr "" + +#: config/tc-mips.c:11099 +msgid "unclosed '('" +msgstr "" + +#: config/tc-mips.c:11374 #, c-format msgid "A different %s was already specified, is now %s" msgstr "" -#: config/tc-mips.c:11513 +#: config/tc-mips.c:11621 msgid "-call_shared is supported only for ELF format" msgstr "" -#: config/tc-mips.c:11523 +#: config/tc-mips.c:11631 msgid "-call_nonpic is supported only for ELF format" msgstr "" -#: config/tc-mips.c:11533 +#: config/tc-mips.c:11641 msgid "-non_shared is supported only for ELF format" msgstr "" -#: config/tc-mips.c:11559 -msgid "-32 is supported for ELF format only" -msgstr "" - -#: config/tc-mips.c:11568 +#: config/tc-mips.c:11674 msgid "-n32 is supported for ELF format only" msgstr "" -#: config/tc-mips.c:11577 +#: config/tc-mips.c:11683 msgid "-64 is supported for ELF format only" msgstr "" -#: config/tc-mips.c:11582 config/tc-mips.c:11635 +#: config/tc-mips.c:11688 config/tc-mips.c:11741 msgid "No compiled in support for 64 bit object file format" msgstr "" -#: config/tc-mips.c:11622 +#: config/tc-mips.c:11728 msgid "-mabi is supported for ELF format only" msgstr "" -#: config/tc-mips.c:11642 +#: config/tc-mips.c:11748 #, c-format msgid "invalid abi -mabi=%s" msgstr "" -#: config/tc-mips.c:11720 +#: config/tc-mips.c:11826 msgid "-G not supported in this configuration." msgstr "" -#: config/tc-mips.c:11746 +#: config/tc-mips.c:11852 #, c-format msgid "-%s conflicts with the other architecture options, which imply -%s" msgstr "" -#: config/tc-mips.c:11777 +#: config/tc-mips.c:11864 +#, c-format +msgid "-march=%s is not compatible with the selected ABI" +msgstr "" + +#: config/tc-mips.c:11883 msgid "-mgp64 used with a 32-bit processor" msgstr "" -#: config/tc-mips.c:11779 +#: config/tc-mips.c:11885 msgid "-mgp32 used with a 64-bit ABI" msgstr "" -#: config/tc-mips.c:11781 +#: config/tc-mips.c:11887 msgid "-mgp64 used with a 32-bit ABI" msgstr "" -#: config/tc-mips.c:11819 +#: config/tc-mips.c:11925 msgid "-mfp64 used with a 32-bit fpu" msgstr "" -#: config/tc-mips.c:11822 +#: config/tc-mips.c:11928 msgid "-mfp64 used with a 32-bit ABI" msgstr "" -#: config/tc-mips.c:11826 +#: config/tc-mips.c:11932 msgid "-mfp32 used with a 64-bit ABI" msgstr "" -#: config/tc-mips.c:11840 +#: config/tc-mips.c:11946 msgid "trap exception not supported at ISA 1" msgstr "" -#: config/tc-mips.c:11850 +#: config/tc-mips.c:11956 msgid "-mfp32 used with -mips3d" msgstr "" -#: config/tc-mips.c:11856 +#: config/tc-mips.c:11962 msgid "-mfp32 used with -mdmx" msgstr "" -#: config/tc-mips.c:11931 +#: config/tc-mips.c:11967 +#, c-format +msgid "%s ISA does not support SmartMIPS" +msgstr "" + +#: config/tc-mips.c:11973 config/tc-mips.c:12918 +#, c-format +msgid "%s ISA does not support DSP ASE" +msgstr "" + +#: config/tc-mips.c:11982 config/tc-mips.c:12931 +#, c-format +msgid "%s ISA does not support DSP R2 ASE" +msgstr "" + +#: config/tc-mips.c:11988 config/tc-mips.c:12944 +#, c-format +msgid "%s ISA does not support MT ASE" +msgstr "" + +#: config/tc-mips.c:12037 msgid "PC relative MIPS16 instruction references a different section" msgstr "" -#: config/tc-mips.c:12229 config/tc-sparc.c:3180 config/tc-sparc.c:3187 -#: config/tc-sparc.c:3194 config/tc-sparc.c:3201 config/tc-sparc.c:3208 -#: config/tc-sparc.c:3217 config/tc-sparc.c:3228 config/tc-sparc.c:3250 -#: config/tc-sparc.c:3274 write.c:1105 +#: config/tc-mips.c:12335 config/tc-sparc.c:3184 config/tc-sparc.c:3191 +#: config/tc-sparc.c:3198 config/tc-sparc.c:3205 config/tc-sparc.c:3212 +#: config/tc-sparc.c:3221 config/tc-sparc.c:3232 config/tc-sparc.c:3254 +#: config/tc-sparc.c:3278 write.c:1122 msgid "relocation overflow" msgstr "" -#: config/tc-mips.c:12239 +#: config/tc-mips.c:12345 #, c-format msgid "Branch to misaligned address (%lx)" msgstr "" -#: config/tc-mips.c:12286 +#: config/tc-mips.c:12392 msgid "Branch out of range" msgstr "" -#: config/tc-mips.c:12368 +#: config/tc-mips.c:12474 #, c-format msgid "Alignment too large: %d. assumed." msgstr "" -#: config/tc-mips.c:12371 +#: config/tc-mips.c:12477 msgid "Alignment negative: 0 assumed." msgstr "" -#: config/tc-mips.c:12616 +#: config/tc-mips.c:12723 #, c-format msgid "%s: no such section" msgstr "" -#: config/tc-mips.c:12665 +#: config/tc-mips.c:12772 #, c-format msgid ".option pic%d not supported" msgstr "" -#: config/tc-mips.c:12670 config/tc-mips.c:12977 +#: config/tc-mips.c:12777 config/tc-mips.c:13084 msgid "-G may not be used with SVR4 PIC code" msgstr "" -#: config/tc-mips.c:12676 +#: config/tc-mips.c:12783 #, c-format msgid "Unrecognized option \"%s\"" msgstr "" -#: config/tc-mips.c:12719 +#: config/tc-mips.c:12843 +msgid "`noreorder' must be set before `nomacro'" +msgstr "" + +#: config/tc-mips.c:12869 #, c-format -msgid "Unrecognized register name `%s'" +msgid "%s isa does not support 64-bit registers" msgstr "" -#: config/tc-mips.c:12736 -msgid "`noreorder' must be set before `nomacro'" +#: config/tc-mips.c:12880 +#, c-format +msgid "%s isa does not support 64-bit floating point registers" +msgstr "" + +#: config/tc-mips.c:12901 +#, c-format +msgid "%s ISA does not support SmartMIPS ASE" msgstr "" -#: config/tc-mips.c:12861 +#: config/tc-mips.c:12968 #, c-format msgid "unknown architecture %s" msgstr "" -#: config/tc-mips.c:12874 config/tc-mips.c:12904 +#: config/tc-mips.c:12981 config/tc-mips.c:13011 #, c-format msgid "unknown ISA level %s" msgstr "" -#: config/tc-mips.c:12882 +#: config/tc-mips.c:12989 #, c-format msgid "unknown ISA or architecture %s" msgstr "" -#: config/tc-mips.c:12932 +#: config/tc-mips.c:13039 msgid ".set pop with no .set push" msgstr "" -#: config/tc-mips.c:12961 +#: config/tc-mips.c:13068 #, c-format msgid "Tried to set unrecognized symbol: %s\n" msgstr "" -#: config/tc-mips.c:13019 +#: config/tc-mips.c:13126 msgid ".cpload not in noreorder section" msgstr "" -#: config/tc-mips.c:13087 config/tc-mips.c:13106 +#: config/tc-mips.c:13194 config/tc-mips.c:13213 msgid "missing argument separator ',' for .cpsetup" msgstr "" -#: config/tc-mips.c:13264 +#: config/tc-mips.c:13371 #, c-format msgid "Unsupported use of %s" msgstr "" -#: config/tc-mips.c:13346 config/tc-score.c:6253 +#: config/tc-mips.c:13453 config/tc-score.c:6035 msgid "Unsupported use of .gpword" msgstr "" -#: config/tc-mips.c:13386 +#: config/tc-mips.c:13493 msgid "Unsupported use of .gpdword" msgstr "" -#: config/tc-mips.c:13731 +#: config/tc-mips.c:13587 +#, c-format +msgid "ignoring attempt to redefine symbol %s" +msgstr "" + +#: config/tc-mips.c:13602 ecoff.c:3368 +msgid "bad .weakext directive" +msgstr "" + +#: config/tc-mips.c:13838 msgid "unsupported PC relative reference to different section" msgstr "" -#: config/tc-mips.c:13844 config/tc-xtensa.c:1556 config/tc-xtensa.c:1831 +#: config/tc-mips.c:13951 config/tc-xtensa.c:1582 config/tc-xtensa.c:1857 msgid "unsupported relocation" msgstr "" -#: config/tc-mips.c:14093 +#: config/tc-mips.c:14200 config/tc-pdp11.c:1431 #, c-format msgid "Can not represent %s relocation in this object file format" msgstr "" -#: config/tc-mips.c:14178 +#: config/tc-mips.c:14285 msgid "relaxed out-of-range branch into a jump" msgstr "" -#: config/tc-mips.c:14712 +#: config/tc-mips.c:14819 msgid "missing .end at end of assembly" msgstr "" -#: config/tc-mips.c:14727 config/tc-score.c:5859 +#: config/tc-mips.c:14834 config/tc-score.c:5644 msgid "expected simple number" msgstr "" -#: config/tc-mips.c:14755 config/tc-score.c:5886 +#: config/tc-mips.c:14862 config/tc-score.c:5671 msgid "invalid number" msgstr "" -#: config/tc-mips.c:14926 config/tc-score.c:5926 +#: config/tc-mips.c:15033 config/tc-score.c:5710 msgid "missing .end" msgstr "" -#: config/tc-mips.c:14978 +#: config/tc-mips.c:15085 msgid "Bad .frame directive" msgstr "" -#: config/tc-mips.c:15010 +#: config/tc-mips.c:15117 msgid ".mask/.fmask outside of .ent" msgstr "" -#: config/tc-mips.c:15017 +#: config/tc-mips.c:15124 msgid "Bad .mask/.fmask directive" msgstr "" -#: config/tc-mips.c:15342 +#: config/tc-mips.c:15399 +#, c-format +msgid "Bad value (%s) for %s" +msgstr "" + +#: config/tc-mips.c:15463 #, c-format msgid "" "MIPS options:\n" @@ -9294,7 +9765,7 @@ msgid "" "\t\t\timplicitly with the gp register [default 8]\n" msgstr "" -#: config/tc-mips.c:15349 +#: config/tc-mips.c:15470 #, c-format msgid "" "-mips1\t\t\tgenerate MIPS ISA I instructions\n" @@ -9309,7 +9780,7 @@ msgid "" "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" msgstr "" -#: config/tc-mips.c:15368 +#: config/tc-mips.c:15489 #, c-format msgid "" "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" @@ -9317,46 +9788,47 @@ msgid "" "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" msgstr "" -#: config/tc-mips.c:15381 +#: config/tc-mips.c:15502 #, c-format msgid "" "-mips16\t\t\tgenerate mips16 instructions\n" "-no-mips16\t\tdo not generate mips16 instructions\n" msgstr "" -#: config/tc-mips.c:15384 +#: config/tc-mips.c:15505 #, c-format msgid "" "-msmartmips\t\tgenerate smartmips instructions\n" "-mno-smartmips\t\tdo not generate smartmips instructions\n" msgstr "" -#: config/tc-mips.c:15387 +#: config/tc-mips.c:15508 #, c-format msgid "" "-mdsp\t\t\tgenerate DSP instructions\n" "-mno-dsp\t\tdo not generate DSP instructions\n" msgstr "" -#: config/tc-mips.c:15390 +#: config/tc-mips.c:15511 #, c-format msgid "" "-mdspr2\t\t\tgenerate DSP R2 instructions\n" "-mno-dspr2\t\tdo not generate DSP R2 instructions\n" msgstr "" -#: config/tc-mips.c:15393 +#: config/tc-mips.c:15514 #, c-format msgid "" "-mmt\t\t\tgenerate MT instructions\n" "-mno-mt\t\t\tdo not generate MT instructions\n" msgstr "" -#: config/tc-mips.c:15396 +#: config/tc-mips.c:15517 #, c-format msgid "" "-mfix-vr4120\t\twork around certain VR4120 errata\n" "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n" +"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n" "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" "-msym32\t\t\tassume all symbols have 32-bit values\n" @@ -9366,7 +9838,7 @@ msgid "" "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" msgstr "" -#: config/tc-mips.c:15406 +#: config/tc-mips.c:15528 #, c-format msgid "" "-mhard-float\t\tallow floating-point instructions\n" @@ -9376,7 +9848,7 @@ msgid "" "--[no-]construct-floats [dis]allow floating point values to be constructed\n" msgstr "" -#: config/tc-mips.c:15414 +#: config/tc-mips.c:15536 #, c-format msgid "" "-KPIC, -call_shared\tgenerate SVR4 position independent code\n" @@ -9390,7 +9862,7 @@ msgid "" "-mabi=ABI\t\tcreate ABI conformant object file for:\n" msgstr "" -#: config/tc-mips.c:15435 +#: config/tc-mips.c:15557 #, c-format msgid "" "-32\t\t\tcreate o32 ABI object file (default)\n" @@ -9471,8 +9943,8 @@ msgstr "" msgid "specified location wasn't TETRA-aligned" msgstr "" -#: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4100 -#: config/tc-mmix.c:4116 +#: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4109 +#: config/tc-mmix.c:4125 msgid "unaligned data at an absolute location is not supported" msgstr "" @@ -9484,163 +9956,163 @@ msgstr "" #: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171 #: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224 #: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318 -#: config/tc-mmix.c:1416 config/tc-mmix.c:1441 config/tc-mmix.c:1473 -#: config/tc-mmix.c:1505 config/tc-mmix.c:1535 config/tc-mmix.c:1588 -#: config/tc-mmix.c:1605 config/tc-mmix.c:1632 config/tc-mmix.c:1660 -#: config/tc-mmix.c:1687 config/tc-mmix.c:1713 config/tc-mmix.c:1729 -#: config/tc-mmix.c:1755 config/tc-mmix.c:1771 config/tc-mmix.c:1787 -#: config/tc-mmix.c:1850 config/tc-mmix.c:1866 +#: config/tc-mmix.c:1419 config/tc-mmix.c:1444 config/tc-mmix.c:1476 +#: config/tc-mmix.c:1508 config/tc-mmix.c:1538 config/tc-mmix.c:1591 +#: config/tc-mmix.c:1608 config/tc-mmix.c:1635 config/tc-mmix.c:1663 +#: config/tc-mmix.c:1690 config/tc-mmix.c:1716 config/tc-mmix.c:1732 +#: config/tc-mmix.c:1758 config/tc-mmix.c:1774 config/tc-mmix.c:1790 +#: config/tc-mmix.c:1853 config/tc-mmix.c:1869 #, c-format msgid "invalid operands to opcode %s: `%s'" msgstr "" -#: config/tc-mmix.c:1843 +#: config/tc-mmix.c:1846 #, c-format msgid "unsupported operands to %s: `%s'" msgstr "" -#: config/tc-mmix.c:1968 +#: config/tc-mmix.c:1971 msgid "internal: mmix_prefix_name but empty prefix" msgstr "" -#: config/tc-mmix.c:2012 +#: config/tc-mmix.c:2015 #, c-format msgid "too many GREG registers allocated (max %d)" msgstr "" -#: config/tc-mmix.c:2070 +#: config/tc-mmix.c:2073 msgid "BSPEC already active. Nesting is not supported." msgstr "" -#: config/tc-mmix.c:2079 +#: config/tc-mmix.c:2082 msgid "invalid BSPEC expression" msgstr "" -#: config/tc-mmix.c:2095 +#: config/tc-mmix.c:2098 #, c-format msgid "can't create section %s" msgstr "" -#: config/tc-mmix.c:2100 +#: config/tc-mmix.c:2103 #, c-format msgid "can't set section flags for section %s" msgstr "" -#: config/tc-mmix.c:2121 +#: config/tc-mmix.c:2124 msgid "ESPEC without preceding BSPEC" msgstr "" -#: config/tc-mmix.c:2150 +#: config/tc-mmix.c:2153 msgid "missing local expression" msgstr "" -#: config/tc-mmix.c:2360 +#: config/tc-mmix.c:2363 msgid "operand out of range, instruction expanded" msgstr "" #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be #. user-friendly, though a little bit non-substantial. -#: config/tc-mmix.c:2611 +#: config/tc-mmix.c:2614 msgid "directive LOCAL must be placed in code or data" msgstr "" -#: config/tc-mmix.c:2612 +#: config/tc-mmix.c:2615 msgid "internal confusion: relocation in a section without contents" msgstr "" -#: config/tc-mmix.c:2726 +#: config/tc-mmix.c:2729 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section" msgstr "" -#: config/tc-mmix.c:2774 +#: config/tc-mmix.c:2777 msgid "no suitable GREG definition for operands" msgstr "" -#: config/tc-mmix.c:2833 +#: config/tc-mmix.c:2836 msgid "operands were not reducible at assembly-time" msgstr "" -#: config/tc-mmix.c:2860 +#: config/tc-mmix.c:2863 #, c-format msgid "cannot generate relocation type for symbol %s, code %s" msgstr "" -#: config/tc-mmix.c:2880 +#: config/tc-mmix.c:2883 #, c-format msgid "internal: unhandled label %s" msgstr "" -#: config/tc-mmix.c:2910 +#: config/tc-mmix.c:2913 msgid "[0-9]H labels may not appear alone on a line" msgstr "" -#: config/tc-mmix.c:2919 +#: config/tc-mmix.c:2922 msgid "[0-9]H labels do not mix with dot-pseudos" msgstr "" -#: config/tc-mmix.c:3007 +#: config/tc-mmix.c:3010 msgid "invalid characters in input" msgstr "" -#: config/tc-mmix.c:3113 +#: config/tc-mmix.c:3116 msgid "empty label field for IS" msgstr "" -#: config/tc-mmix.c:3439 +#: config/tc-mmix.c:3442 #, c-format msgid "internal: unexpected relax type %d:%d" msgstr "" -#: config/tc-mmix.c:3461 +#: config/tc-mmix.c:3465 msgid "BSPEC without ESPEC." msgstr "" -#: config/tc-mmix.c:3661 +#: config/tc-mmix.c:3670 msgid "GREG expression too complicated" msgstr "" -#: config/tc-mmix.c:3676 +#: config/tc-mmix.c:3685 msgid "internal: GREG expression not resolved to section" msgstr "" -#: config/tc-mmix.c:3725 +#: config/tc-mmix.c:3734 msgid "register section has contents\n" msgstr "" -#: config/tc-mmix.c:3852 +#: config/tc-mmix.c:3861 msgid "section change from within a BSPEC/ESPEC pair is not supported" msgstr "" -#: config/tc-mmix.c:3873 +#: config/tc-mmix.c:3882 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported" msgstr "" -#: config/tc-mmix.c:3884 +#: config/tc-mmix.c:3893 msgid "invalid LOC expression" msgstr "" -#: config/tc-mmix.c:3911 config/tc-mmix.c:3938 +#: config/tc-mmix.c:3920 config/tc-mmix.c:3947 msgid "LOC expression stepping backwards is not supported" msgstr "" #. We will only get here in rare cases involving #NO_APP, #. where the unterminated string is not recognized by the #. preformatting pass. -#: config/tc-mmix.c:4022 config/tc-mmix.c:4182 config/tc-z80.c:1691 +#: config/tc-mmix.c:4031 config/tc-mmix.c:4191 config/tc-z80.c:1691 msgid "unterminated string" msgstr "" -#: config/tc-mmix.c:4039 +#: config/tc-mmix.c:4048 msgid "BYTE expression not a pure number" msgstr "" #. Note that mmixal does not allow negative numbers in #. BYTE sequences, so neither should we. -#: config/tc-mmix.c:4048 +#: config/tc-mmix.c:4057 msgid "BYTE expression not in the range 0..255" msgstr "" -#: config/tc-mmix.c:4098 config/tc-mmix.c:4114 +#: config/tc-mmix.c:4107 config/tc-mmix.c:4123 msgid "data item with alignment larger than location" msgstr "" @@ -9657,12 +10129,6 @@ msgid "" "none yet\n" msgstr "" -#: config/tc-mn10200.c:898 config/tc-mn10300.c:1249 config/tc-ppc.c:2297 -#: config/tc-s390.c:1527 config/tc-v850.c:1604 -#, c-format -msgid "Unrecognized opcode: `%s'" -msgstr "" - #: config/tc-mn10300.c:441 #, c-format msgid "" @@ -9670,11 +10136,6 @@ msgid "" "none yet\n" msgstr "" -#: config/tc-mn10300.c:1065 config/tc-sh.c:776 config/tc-z80.c:671 read.c:4226 -#, c-format -msgid "unsupported BFD relocation size %u" -msgstr "" - #: config/tc-mn10300.c:1266 msgid "Invalid opcode/operands" msgstr "" @@ -10178,29 +10639,109 @@ msgstr "" msgid "invalid register in & expression" msgstr "" -#: config/tc-pdp11.c:490 -msgid "Low order bits truncated in immediate float operand" +#: config/tc-pdp11.c:339 config/tc-pdp11.c:357 config/tc-pdp11.c:382 +#: config/tc-pdp11.c:388 config/tc-pdp11.c:401 +msgid "Bad register name" msgstr "" -#: config/tc-pdp11.c:679 config/tc-z80.c:1890 config/tc-z80.c:1903 -#, c-format -msgid "Unknown instruction '%s'" +#: config/tc-pdp11.c:420 config/tc-pdp11.c:484 config/tc-pdp11.c:495 +msgid "Error in expression" msgstr "" -#: config/tc-pj.c:65 config/tc-pj.c:74 -msgid "confusing relocation expressions" +#: config/tc-pdp11.c:492 +msgid "Low order bits truncated in immediate float operand" msgstr "" -#: config/tc-pj.c:157 -msgid "can't have relocation for ipush" +#: config/tc-pdp11.c:532 +msgid "Label expected" msgstr "" -#: config/tc-pj.c:260 -#, c-format -msgid "unknown opcode %s" +#: config/tc-pdp11.c:618 +msgid "Float AC not legal as integer operand" msgstr "" -#: config/tc-pj.c:355 +#: config/tc-pdp11.c:638 +msgid "General register not legal as float operand" +msgstr "" + +#: config/tc-pdp11.c:671 +msgid "No instruction found" +msgstr "" + +#: config/tc-pdp11.c:681 config/tc-z80.c:1890 config/tc-z80.c:1903 +#, c-format +msgid "Unknown instruction '%s'" +msgstr "" + +#: config/tc-pdp11.c:687 +#, c-format +msgid "Unsupported instruction set extension: %s" +msgstr "" + +#: config/tc-pdp11.c:723 +msgid "operand is not an absolute constant" +msgstr "" + +#: config/tc-pdp11.c:731 +msgid "3-bit immediate out of range" +msgstr "" + +#: config/tc-pdp11.c:738 +msgid "6-bit immediate out of range" +msgstr "" + +#: config/tc-pdp11.c:745 +msgid "8-bit immediate out of range" +msgstr "" + +#: config/tc-pdp11.c:762 config/tc-pdp11.c:955 +msgid "Symbol expected" +msgstr "" + +#: config/tc-pdp11.c:767 +msgid "8-bit displacement out of range" +msgstr "" + +#: config/tc-pdp11.c:809 config/tc-pdp11.c:830 config/tc-pdp11.c:847 +#: config/tc-pdp11.c:868 config/tc-pdp11.c:885 config/tc-pdp11.c:906 +#: config/tc-pdp11.c:925 config/tc-pdp11.c:946 +msgid "Missing ','" +msgstr "" + +#: config/tc-pdp11.c:960 +msgid "6-bit displacement out of range" +msgstr "" + +#: config/tc-pdp11.c:981 config/tc-vax.c:1946 +msgid "Too many operands" +msgstr "" + +#: config/tc-pj.c:65 config/tc-pj.c:74 +msgid "confusing relocation expressions" +msgstr "" + +#: config/tc-pj.c:157 +msgid "can't have relocation for ipush" +msgstr "" + +#: config/tc-pj.c:260 +#, c-format +msgid "unknown opcode %s" +msgstr "" + +#: config/tc-pj.c:288 +msgid "expected expresssion" +msgstr "" + +#: config/tc-pj.c:307 +msgid "extra stuff on line ignored" +msgstr "" + +#: config/tc-pj.c:312 +msgid "Something forgot to clean up\n" +msgstr "" + +#: config/tc-pj.c:354 #, c-format msgid "" "PJ options:\n" @@ -10208,7 +10749,7 @@ msgid "" "-big\t\t\tgenerate big endian code\n" msgstr "" -#: config/tc-pj.c:382 config/tc-sh.c:4059 config/tc-sh.c:4066 +#: config/tc-pj.c:381 config/tc-sh.c:4059 config/tc-sh.c:4066 #: config/tc-sh.c:4073 config/tc-sh.c:4080 msgid "pcrel too far" msgstr "" @@ -10221,17 +10762,12 @@ msgstr "" msgid "estimate size\n" msgstr "" -#: config/tc-ppc.c:1030 +#: config/tc-ppc.c:1075 #, c-format msgid "%s unsupported" msgstr "" -#: config/tc-ppc.c:1096 config/tc-s390.c:404 config/tc-s390.c:411 -#, c-format -msgid "invalid switch -m%s" -msgstr "" - -#: config/tc-ppc.c:1132 +#: config/tc-ppc.c:1177 #, c-format msgid "" "PowerPC options:\n" @@ -10252,13 +10788,12 @@ msgid "" "-m750cl\t\t\tgenerate code for PowerPC 750cl\n" msgstr "" -#: config/tc-ppc.c:1149 +#: config/tc-ppc.c:1194 #, c-format msgid "" "-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n" "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n" -"-mbooke64\t\tgenerate code for 64-bit PowerPC BookE\n" -"-mbooke, mbooke32\tgenerate code for 32-bit PowerPC BookE\n" +"-mbooke\t\t\tgenerate code for 32-bit PowerPC BookE\n" "-mpower4\t\tgenerate code for Power4 architecture\n" "-mpower5\t\tgenerate code for Power5 architecture\n" "-mpower6\t\tgenerate code for Power6 architecture\n" @@ -10268,7 +10803,7 @@ msgid "" "-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n" msgstr "" -#: config/tc-ppc.c:1161 +#: config/tc-ppc.c:1205 #, c-format msgid "" "-maltivec\t\tgenerate code for AltiVec\n" @@ -10281,7 +10816,7 @@ msgid "" "-mno-regnames\t\tDo not allow symbolic names for registers\n" msgstr "" -#: config/tc-ppc.c:1171 +#: config/tc-ppc.c:1215 #, c-format msgid "" "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n" @@ -10297,280 +10832,275 @@ msgid "" "-Qy, -Qn\t\tignored\n" msgstr "" -#: config/tc-ppc.c:1208 +#: config/tc-ppc.c:1252 #, c-format msgid "Unknown default cpu = %s, os = %s" msgstr "" -#: config/tc-ppc.c:1234 +#: config/tc-ppc.c:1278 msgid "Neither Power nor PowerPC opcodes were selected." msgstr "" -#: config/tc-ppc.c:1313 +#: config/tc-ppc.c:1357 #, c-format msgid "powerpc_operands[%d].bitm invalid" msgstr "" -#: config/tc-ppc.c:1320 +#: config/tc-ppc.c:1364 #, c-format msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]" msgstr "" -#: config/tc-ppc.c:1342 +#: config/tc-ppc.c:1386 #, c-format msgid "major opcode is not sorted for %s" msgstr "" -#: config/tc-ppc.c:1379 +#: config/tc-ppc.c:1422 #, c-format msgid "%s (%08lx %08lx) after %s (%08lx %08lx)" msgstr "" -#: config/tc-ppc.c:1388 +#: config/tc-ppc.c:1431 #, c-format msgid "mask trims opcode bits for %s" msgstr "" -#: config/tc-ppc.c:1397 +#: config/tc-ppc.c:1440 #, c-format msgid "operand index error for %s" msgstr "" -#: config/tc-ppc.c:1409 +#: config/tc-ppc.c:1452 #, c-format msgid "operand %d overlap in %s" msgstr "" -#: config/tc-ppc.c:1451 +#: config/tc-ppc.c:1478 #, c-format msgid "duplicate instruction %s" msgstr "" -#: config/tc-ppc.c:1475 +#: config/tc-ppc.c:1502 #, c-format msgid "duplicate macro %s" msgstr "" -#: config/tc-ppc.c:1810 -msgid "identifier+constant@got means identifier@got+constant" +#: config/tc-ppc.c:1859 +msgid "symbol+offset not supported for got tls" msgstr "" -#: config/tc-ppc.c:1876 -#, c-format -msgid "%s relocations do not fit in %d bytes\n" -msgstr "" - -#: config/tc-ppc.c:1981 -#, c-format -msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." -msgstr "" - -#: config/tc-ppc.c:2061 +#: config/tc-ppc.c:2113 msgid "Relocation cannot be done when using -mrelocatable" msgstr "" -#: config/tc-ppc.c:2110 +#: config/tc-ppc.c:2162 msgid "TOC section size exceeds 64k" msgstr "" -#: config/tc-ppc.c:2191 +#: config/tc-ppc.c:2243 #, c-format msgid "syntax error: invalid toc specifier `%s'" msgstr "" -#: config/tc-ppc.c:2205 +#: config/tc-ppc.c:2257 #, c-format msgid "syntax error: expected `]', found `%c'" msgstr "" -#: config/tc-ppc.c:2482 +#: config/tc-ppc.c:2534 msgid "[tocv] symbol is not a toc symbol" msgstr "" -#: config/tc-ppc.c:2493 +#: config/tc-ppc.c:2545 msgid "Unimplemented toc32 expression modifier" msgstr "" -#: config/tc-ppc.c:2498 +#: config/tc-ppc.c:2550 msgid "Unimplemented toc64 expression modifier" msgstr "" -#: config/tc-ppc.c:2502 +#: config/tc-ppc.c:2554 #, c-format msgid "Unexpected return value [%d] from parse_toc_entry!\n" msgstr "" -#: config/tc-ppc.c:2727 +#: config/tc-ppc.c:2826 msgid "unsupported relocation for DS offset field" msgstr "" -#: config/tc-ppc.c:2779 +#: config/tc-ppc.c:2879 #, c-format msgid "syntax error; found `%c' but expected `%c'" msgstr "" -#: config/tc-ppc.c:2822 config/tc-ppc.h:94 +#: config/tc-ppc.c:2919 config/tc-ppc.h:94 msgid "instruction address is not a multiple of 4" msgstr "" -#: config/tc-ppc.c:2931 -msgid "wrong number of operands" -msgstr "" - -#: config/tc-ppc.c:2985 +#: config/tc-ppc.c:3084 msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string" msgstr "" -#: config/tc-ppc.c:3091 +#: config/tc-ppc.c:3190 msgid "missing size" msgstr "" -#: config/tc-ppc.c:3100 +#: config/tc-ppc.c:3199 msgid "negative size" msgstr "" -#: config/tc-ppc.c:3137 +#: config/tc-ppc.c:3236 msgid "missing real symbol name" msgstr "" -#: config/tc-ppc.c:3158 +#: config/tc-ppc.c:3257 msgid "attempt to redefine symbol" msgstr "" -#: config/tc-ppc.c:3400 +#: config/tc-ppc.c:3499 msgid "The XCOFF file format does not support arbitrary sections" msgstr "" -#: config/tc-ppc.c:3474 +#: config/tc-ppc.c:3573 msgid "missing rename string" msgstr "" -#: config/tc-ppc.c:3504 config/tc-ppc.c:4046 read.c:3270 +#: config/tc-ppc.c:3603 config/tc-ppc.c:4145 read.c:3314 msgid "missing value" msgstr "" -#: config/tc-ppc.c:3522 +#: config/tc-ppc.c:3621 msgid "illegal .stabx expression; zero assumed" msgstr "" -#: config/tc-ppc.c:3554 +#: config/tc-ppc.c:3653 msgid "missing class" msgstr "" -#: config/tc-ppc.c:3563 +#: config/tc-ppc.c:3662 msgid "missing type" msgstr "" -#: config/tc-ppc.c:3643 +#: config/tc-ppc.c:3742 msgid "missing symbol name" msgstr "" -#: config/tc-ppc.c:3833 +#: config/tc-ppc.c:3932 msgid "nested .bs blocks" msgstr "" -#: config/tc-ppc.c:3865 +#: config/tc-ppc.c:3964 msgid ".es without preceding .bs" msgstr "" -#: config/tc-ppc.c:4038 +#: config/tc-ppc.c:4137 msgid "non-constant byte count" msgstr "" -#: config/tc-ppc.c:4085 +#: config/tc-ppc.c:4184 msgid ".tc not in .toc section" msgstr "" -#: config/tc-ppc.c:4104 +#: config/tc-ppc.c:4203 msgid ".tc with no label" msgstr "" -#: config/tc-ppc.c:4196 +#: config/tc-ppc.c:4296 msgid ".machine stack overflow" msgstr "" -#: config/tc-ppc.c:4203 +#: config/tc-ppc.c:4303 msgid ".machine stack underflow" msgstr "" -#: config/tc-ppc.c:4210 +#: config/tc-ppc.c:4310 #, c-format msgid "invalid machine `%s'" msgstr "" -#: config/tc-ppc.c:4261 +#: config/tc-ppc.c:4361 msgid "No previous section to return to. Directive ignored." msgstr "" #. Section Contents #. unknown -#: config/tc-ppc.c:4671 +#: config/tc-ppc.c:4771 msgid "Unsupported section attribute -- 'a'" msgstr "" -#: config/tc-ppc.c:4855 +#: config/tc-ppc.c:4955 msgid "bad symbol suffix" msgstr "" -#: config/tc-ppc.c:4947 +#: config/tc-ppc.c:5047 msgid "Unrecognized symbol suffix" msgstr "" -#: config/tc-ppc.c:5035 +#: config/tc-ppc.c:5135 msgid "two .function pseudo-ops with no intervening .ef" msgstr "" -#: config/tc-ppc.c:5048 +#: config/tc-ppc.c:5148 msgid ".ef with no preceding .function" msgstr "" -#: config/tc-ppc.c:5176 +#: config/tc-ppc.c:5277 #, c-format msgid "warning: symbol %s has no csect" msgstr "" -#: config/tc-ppc.c:5421 +#: config/tc-ppc.c:5522 msgid "symbol in .toc does not match any .tc" msgstr "" -#: config/tc-ppc.c:5789 +#: config/tc-ppc.c:5897 #, c-format msgid "unsupported relocation against %s" msgstr "" -#: config/tc-ppc.c:5862 +#: config/tc-ppc.c:5970 #, c-format msgid "cannot emit PC relative %s relocation against %s" msgstr "" -#: config/tc-ppc.c:5867 +#: config/tc-ppc.c:5975 #, c-format msgid "cannot emit PC relative %s relocation" msgstr "" -#: config/tc-ppc.c:6049 +#: config/tc-ppc.c:6159 #, c-format msgid "Unable to handle reference to symbol %s" msgstr "" -#: config/tc-ppc.c:6052 +#: config/tc-ppc.c:6162 msgid "Unable to resolve expression" msgstr "" -#: config/tc-ppc.c:6079 +#: config/tc-ppc.c:6189 msgid "must branch to an address a multiple of 4" msgstr "" -#: config/tc-ppc.c:6083 +#: config/tc-ppc.c:6193 #, c-format msgid "@local or @plt branch destination is too far away, %ld bytes" msgstr "" -#: config/tc-ppc.c:6114 +#: config/tc-ppc.c:6224 #, c-format msgid "Gas failure, reloc value %d\n" msgstr "" +#: config/tc-s390.c:327 config/tc-sparc.c:272 +msgid "Invalid default architecture, broken assembler." +msgstr "" + +#: config/tc-s390.c:423 config/tc-sparc.c:475 +#, c-format +msgid "invalid architecture -A%s" +msgstr "" + #: config/tc-s390.c:446 #, c-format msgid "" @@ -10589,14 +11119,18 @@ msgid "" " -Qy, -Qn ignored\n" msgstr "" +#: config/tc-s390.c:472 +msgid "The 64 bit file format is used without esame instructions." +msgstr "" + #: config/tc-s390.c:489 #, c-format msgid "Internal assembler error for instruction format %s" msgstr "" -#: config/tc-s390.c:510 +#: config/tc-s390.c:562 #, c-format -msgid "Internal assembler error for instruction %s" +msgid "operand out of range (%s not between %ld and %ld)" msgstr "" #: config/tc-s390.c:744 @@ -10620,335 +11154,452 @@ msgstr "" msgid "relocation not applicable" msgstr "" -#: config/tc-s390.c:1297 +#: config/tc-s390.c:1229 +msgid "index register specified but zero" +msgstr "" + +#: config/tc-s390.c:1233 +msgid "base register specified but zero" +msgstr "" + +#: config/tc-s390.c:1314 msgid "invalid operand suffix" msgstr "" -#: config/tc-s390.c:1320 +#: config/tc-s390.c:1337 msgid "syntax error; missing '(' after displacement" msgstr "" -#: config/tc-s390.c:1336 config/tc-s390.c:1380 config/tc-s390.c:1410 +#: config/tc-s390.c:1353 config/tc-s390.c:1397 config/tc-s390.c:1427 msgid "syntax error; expected ," msgstr "" -#: config/tc-s390.c:1368 +#: config/tc-s390.c:1385 msgid "syntax error; missing ')' after base register" msgstr "" -#: config/tc-s390.c:1397 +#: config/tc-s390.c:1414 msgid "syntax error; ')' not allowed here" msgstr "" -#: config/tc-s390.c:1587 config/tc-s390.c:1610 config/tc-s390.c:1623 +#: config/tc-s390.c:1549 +#, c-format +msgid "Opcode %s not available in this mode" +msgstr "" + +#: config/tc-s390.c:1604 config/tc-s390.c:1627 config/tc-s390.c:1640 msgid "Invalid .insn format\n" msgstr "" -#: config/tc-s390.c:1595 +#: config/tc-s390.c:1612 #, c-format msgid "Unrecognized opcode format: `%s'" msgstr "" -#: config/tc-s390.c:1626 +#: config/tc-s390.c:1643 msgid "second operand of .insn not a constant\n" msgstr "" -#: config/tc-s390.c:1629 +#: config/tc-s390.c:1646 msgid "missing comma after insn constant\n" msgstr "" -#: config/tc-s390.c:2009 +#: config/tc-s390.c:1938 +#, c-format +msgid "cannot emit relocation %s against subsy symbol %s" +msgstr "" + +#: config/tc-s390.c:2026 msgid "unsupported relocation type" msgstr "" -#: config/tc-score.c:49 -msgid "instruction is not conditional" +#: config/tc-s390.c:2073 +#, c-format +msgid "cannot emit PC relative %s relocation%s%s" +msgstr "" + +#: config/tc-s390.c:2198 +#, c-format +msgid "Gas failure, reloc type %s\n" msgstr "" -#: config/tc-score.c:50 -msgid "acc0 expected" +#: config/tc-s390.c:2200 +#, c-format +msgid "Gas failure, reloc type #%i\n" msgstr "" -#: config/tc-score.c:51 +#: config/tc-score.c:260 msgid "div / mul are reserved instructions" msgstr "" -#: config/tc-score.c:52 +#: config/tc-score.c:261 msgid "This architecture doesn't support mmu" msgstr "" -#: config/tc-score.c:53 +#: config/tc-score.c:262 msgid "This architecture doesn't support atomic instruction" msgstr "" -#: config/tc-score.c:54 -msgid "the label length is longer than 1024" -msgstr "" - -#: config/tc-score.c:233 +#: config/tc-score.c:469 msgid "S+core register expected" msgstr "" -#: config/tc-score.c:234 +#: config/tc-score.c:470 msgid "S+core special-register expected" msgstr "" -#: config/tc-score.c:235 +#: config/tc-score.c:471 msgid "S+core co-processor register expected" msgstr "" -#: config/tc-score.c:853 config/tc-score.c:1753 +#: config/tc-score.c:1074 config/tc-score.c:2073 msgid "Using temp register(r1)" msgstr "" -#: config/tc-score.c:872 +#: config/tc-score.c:1093 #, c-format msgid "register expected, not '%.100s'" msgstr "" -#: config/tc-score.c:1258 config/tc-score.c:1265 config/tc-score.c:2640 -#: config/tc-score.c:2645 config/tc-score.c:2923 config/tc-score.c:2928 +#: config/tc-score.c:1149 config/tc-score.c:5488 +msgid "rd must be even number." +msgstr "" + +#: config/tc-score.c:1520 config/tc-score.c:1527 +#, c-format +msgid "invalid constant: %d bit expression not in range %u..%u" +msgstr "" + +#: config/tc-score.c:1533 config/tc-score.c:1540 config/tc-score.c:2900 +#: config/tc-score.c:2905 config/tc-score.c:3173 config/tc-score.c:3178 +#: config/tc-score.c:3471 #, c-format msgid "invalid constant: %d bit expression not in range %d..%d" msgstr "" -#: config/tc-score.c:1305 +#: config/tc-score.c:1565 msgid "invalid constant: bit expression not defined" msgstr "" -#: config/tc-score.c:1767 +#: config/tc-score.c:2087 #, c-format msgid "low register(r0-r15)expected, not '%.100s'" msgstr "" -#: config/tc-score.c:1862 +#: config/tc-score.c:2149 config/tc-score.c:3492 config/tc-score.c:3660 +#: config/tc-score.c:3705 #, c-format -msgid "high register(r16-r31)expected, not '%.100s'" +msgid "missing [" +msgstr "" + +#: config/tc-score.c:2163 config/tc-score.c:3110 config/tc-score.c:3313 +#: config/tc-score.c:3329 config/tc-score.c:3400 config/tc-score.c:3456 +#: config/tc-score.c:3681 config/tc-score.c:3726 config/tc-score.c:3875 +#: config/tc-score.c:3929 config/tc-score.c:3975 +#, c-format +msgid "missing ]" msgstr "" -#: config/tc-score.c:2094 +#: config/tc-score.c:2352 #, c-format msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)" msgstr "" -#: config/tc-score.c:2113 +#: config/tc-score.c:2371 #, c-format msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)" msgstr "" -#: config/tc-score.c:2129 config/tc-score.c:2136 +#: config/tc-score.c:2387 config/tc-score.c:2394 #, c-format msgid "data dependency: %s %s -- %s %s (%d/%d bubble)" msgstr "" -#: config/tc-score.c:2426 config/tc-score.c:5592 +#: config/tc-score.c:2755 config/tc-score.c:6502 #, c-format msgid "%s -- `%s'" msgstr "" -#: config/tc-score.c:2583 +#: config/tc-score.c:2843 msgid "address offset must be half word alignment" msgstr "" -#: config/tc-score.c:2591 +#: config/tc-score.c:2851 msgid "address offset must be word alignment" msgstr "" -#: config/tc-score.c:2733 config/tc-score.c:2880 +#: config/tc-score.c:2993 config/tc-score.c:3130 msgid "register same as write-back base" msgstr "" -#: config/tc-score.c:2850 +#: config/tc-score.c:3100 msgid "pre-indexed expression expected" msgstr "" -#: config/tc-score.c:2860 config/tc-score.c:3218 config/tc-score.c:3234 -#: config/tc-score.c:3305 config/tc-score.c:3348 config/tc-score.c:3470 -#: config/tc-score.c:3544 config/tc-score.c:3598 config/tc-score.c:3644 -msgid "missing ]" +#: config/tc-score.c:3431 +#, c-format +msgid "invalid register number: %d is not in [r0--r7]" +msgstr "" + +#: config/tc-score.c:3448 +msgid "comma is expected" msgstr "" -#: config/tc-score.c:3461 -msgid "base register nums are over 3 bit" +#: config/tc-score.c:3479 +#, c-format +msgid "invalid constant: %d is not word align integer" +msgstr "" + +#: config/tc-score.c:3519 config/tc-score.c:3562 +msgid "invalid constant: 32 bit expression not word align" msgstr "" -#: config/tc-score.c:3538 config/tc-score.c:3589 +#: config/tc-score.c:3528 config/tc-score.c:3571 +msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]" +msgstr "" + +#: config/tc-score.c:3604 +msgid "" +"invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]" +msgstr "" + +#: config/tc-score.c:3793 config/tc-score.c:3821 +msgid "imm5 should >= 2" +msgstr "" + +#: config/tc-score.c:3798 config/tc-score.c:3827 +msgid "reg should <= 31" +msgstr "" + +#: config/tc-score.c:3869 config/tc-score.c:3920 msgid "missing +" msgstr "" -#: config/tc-score.c:3582 +#: config/tc-score.c:3913 #, c-format msgid "%s register same as write-back base" msgstr "" -#: config/tc-score.c:3584 +#: config/tc-score.c:3915 msgid "destination" msgstr "" -#: config/tc-score.c:3584 +#: config/tc-score.c:3915 msgid "source" msgstr "" -#: config/tc-score.c:3988 +#: config/tc-score.c:4245 config/tc-score.c:4321 config/tc-score.c:4950 +msgid "expression error" +msgstr "" + +#: config/tc-score.c:4251 +msgid "value not in range [0, 0xffffffff]" +msgstr "" + +#: config/tc-score.c:4327 +msgid "value not in range [-0xffffffff, 0xffffffff]" +msgstr "" + +#: config/tc-score.c:4355 msgid "li rd label isn't correct instruction form" msgstr "" -#: config/tc-score.c:4501 config/tc-score.c:4530 config/tc-score.c:4556 +#: config/tc-score.c:4524 config/tc-score.c:4675 config/tc-score.c:5200 +#: config/tc-score.c:5228 msgid "lacking label " msgstr "" -#: config/tc-score.c:4508 -msgid "invalid constant: 25 bit expression not in range -2^24..2^24" +#: config/tc-score.c:4900 +msgid "s3_PIC code offset overflow (max 16 signed bits)" msgstr "" -#: config/tc-score.c:4536 -msgid "invalid constant: 12 bit expression not in range -2^11..2^11" +#: config/tc-score.c:4956 +msgid "value not in range [0, 0x7fffffff]" msgstr "" -#: config/tc-score.c:4562 +#: config/tc-score.c:4961 +msgid "end on line error" +msgstr "" + +#: config/tc-score.c:5207 +msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]" +msgstr "" + +#: config/tc-score.c:5234 msgid "invalid constant: 20 bit expression not in range -2^19..2^19" msgstr "" -#: config/tc-score.c:4595 +#: config/tc-score.c:5267 msgid "lacking label" msgstr "" -#: config/tc-score.c:4600 -msgid "invalid constant: 9 bit expression not in range -2^8..2^8" +#: config/tc-score.c:5272 +msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]" +msgstr "" + +#: config/tc-score.c:5368 +msgid "pce instruction error (16 bit || 16 bit)'" +msgstr "" + +#: config/tc-score.c:5386 config/tc-score.c:5410 config/tc-score.c:5437 +#: config/tc-score.c:5466 config/tc-score.c:5515 +msgid "score3d instruction." msgstr "" -#: config/tc-score.c:5274 +#: config/tc-score.c:6126 read.c:1465 +msgid "missing size expression" +msgstr "" + +#: config/tc-score.c:6132 #, c-format -msgid " branch relocation truncate (0x%x) [-2^8 ~ 2^8]" +msgid "BSS length (%d) < 0 ignored" msgstr "" -#: config/tc-score.c:5291 config/tc-score.c:5321 +#: config/tc-score.c:6147 read.c:2306 #, c-format -msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]" +msgid "error setting flags for \".sbss\": %s" +msgstr "" + +#: config/tc-score.c:6161 config/tc-sparc.c:3695 +msgid "missing alignment" msgstr "" -#: config/tc-score.c:5345 +#: config/tc-score.c:6198 #, c-format -msgid " branch relocation truncate (0x%x) [-2^8 ~ 2^8]" +msgid "alignment too large; %d assumed" +msgstr "" + +#: config/tc-score.c:6203 read.c:2367 +msgid "alignment negative; 0 assumed" msgstr "" -#: config/tc-score.c:5511 +#: config/tc-score.c:6270 config/tc-z80.c:289 ecoff.c:3355 read.c:1484 +#: read.c:1597 read.c:2484 read.c:3048 read.c:3441 symbols.c:326 symbols.c:432 #, c-format -msgid "cannot represent %s relocation in this object file format1" +msgid "symbol `%s' is already defined" msgstr "" -#: config/tc-score.c:5570 -msgid "pce instruction error (16 bit || 16 bit)'" +#. Error routine. +#: config/tc-score.c:6606 config/tc-score.c:6630 +msgid "size is not 4 or 6" msgstr "" -#: config/tc-score.c:5700 +#: config/tc-score.c:6689 +msgid "bad call to MD_ATOF()" +msgstr "" + +#: config/tc-score.c:7197 +#, c-format +msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]" +msgstr "" + +#: config/tc-score.c:7212 config/tc-score.c:7241 config/tc-score.c:7293 +#, c-format +msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]" +msgstr "" + +#: config/tc-score.c:7263 config/tc-score.c:7318 +#, c-format +msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]" +msgstr "" + +#: config/tc-score.c:7494 +#, c-format +msgid "cannot represent %s relocation in this object file format1" +msgstr "" + +#: config/tc-score.c:7785 #, c-format msgid "Sunplus-v2-0-0-20060510\n" msgstr "" -#: config/tc-score.c:5716 +#: config/tc-score.c:7805 #, c-format msgid " Score-specific assembler options:\n" msgstr "" -#: config/tc-score.c:5718 +#: config/tc-score.c:7807 #, c-format msgid " -EB\t\tassemble code for a big-endian cpu\n" msgstr "" -#: config/tc-score.c:5723 +#: config/tc-score.c:7812 #, c-format msgid " -EL\t\tassemble code for a little-endian cpu\n" msgstr "" -#: config/tc-score.c:5727 +#: config/tc-score.c:7816 #, c-format msgid " -FIXDD\t\tassemble code for fix data dependency\n" msgstr "" -#: config/tc-score.c:5729 +#: config/tc-score.c:7818 #, c-format msgid "" " -NWARN\t\tassemble code for no warning message for fix data " "dependency\n" msgstr "" -#: config/tc-score.c:5731 +#: config/tc-score.c:7820 #, c-format msgid " -SCORE5\t\tassemble code for target is SCORE5\n" msgstr "" -#: config/tc-score.c:5733 +#: config/tc-score.c:7822 #, c-format msgid " -SCORE5U\tassemble code for target is SCORE5U\n" msgstr "" -#: config/tc-score.c:5735 +#: config/tc-score.c:7824 #, c-format msgid "" " -SCORE7\t\tassemble code for target is SCORE7, this is default " "setting\n" msgstr "" -#: config/tc-score.c:5737 +#: config/tc-score.c:7826 #, c-format -msgid "" -" -USE_R1\t\tassemble code for no warning message when using temp " -"register r1\n" +msgid " -SCORE3\t\tassemble code for target is SCORE3\n" msgstr "" -#: config/tc-score.c:5739 +#: config/tc-score.c:7828 #, c-format -msgid " -KPIC\t\tassemble code for PIC\n" +msgid "" +" -march=score7\tassemble code for target is SCORE7, this is default " +"setting\n" msgstr "" -#: config/tc-score.c:5741 +#: config/tc-score.c:7830 #, c-format -msgid " -O0\t\tassembler will not perform any optimizations\n" +msgid " -march=score3\tassemble code for target is SCORE3\n" msgstr "" -#: config/tc-score.c:5743 +#: config/tc-score.c:7832 #, c-format msgid "" -" -G gpnum\tassemble code for setting gpsize and default is 8 byte\n" -msgstr "" - -#: config/tc-score.c:5745 -#, c-format -msgid " -V \t\tSunplus release version \n" -msgstr "" - -#: config/tc-score.c:6345 read.c:1464 -msgid "missing size expression" +" -USE_R1\t\tassemble code for no warning message when using temp " +"register r1\n" msgstr "" -#: config/tc-score.c:6351 +#: config/tc-score.c:7834 #, c-format -msgid "BSS length (%d) < 0 ignored" +msgid " -KPIC\t\tassemble code for PIC\n" msgstr "" -#: config/tc-score.c:6366 read.c:2282 +#: config/tc-score.c:7836 #, c-format -msgid "error setting flags for \".sbss\": %s" -msgstr "" - -#: config/tc-score.c:6380 config/tc-sparc.c:3691 -msgid "missing alignment" +msgid " -O0\t\tassembler will not perform any optimizations\n" msgstr "" -#: config/tc-score.c:6417 +#: config/tc-score.c:7838 #, c-format -msgid "alignment too large; %d assumed" -msgstr "" - -#: config/tc-score.c:6422 read.c:2343 -msgid "alignment negative; 0 assumed" +msgid "" +" -G gpnum\tassemble code for setting gpsize and default is 8 byte\n" msgstr "" -#: config/tc-score.c:6489 config/tc-z80.c:289 ecoff.c:3355 read.c:1483 -#: read.c:1596 read.c:2460 read.c:3012 read.c:3397 symbols.c:326 symbols.c:432 +#: config/tc-score.c:7840 #, c-format -msgid "symbol `%s' is already defined" +msgid " -V \t\tSunplus release version \n" msgstr "" #: config/tc-sh.c:63 @@ -11127,6 +11778,11 @@ msgstr "" msgid "Invalid combination: --abi=64 with --isa=SHcompact" msgstr "" +#: config/tc-sh.c:3216 +#, c-format +msgid "Invalid argument to --isa option: %s" +msgstr "" + #: config/tc-sh.c:3225 msgid "Invalid combination: --abi=32 with --abi=64" msgstr "" @@ -11139,6 +11795,11 @@ msgstr "" msgid "Invalid combination: --isa=SHcompact with --abi=64" msgstr "" +#: config/tc-sh.c:3237 +#, c-format +msgid "Invalid argument to --abi option: %s" +msgstr "" + #: config/tc-sh.c:3271 #, c-format msgid "" @@ -11224,8 +11885,8 @@ msgstr "" msgid "overflow in branch to %s; converted into longer instruction sequence" msgstr "" -#: config/tc-sh.c:3687 config/tc-sh.c:3734 config/tc-sparc.c:4200 -#: config/tc-sparc.c:4224 +#: config/tc-sh.c:3687 config/tc-sh.c:3734 config/tc-sparc.c:4204 +#: config/tc-sparc.c:4228 msgid "misaligned data" msgstr "" @@ -11427,10 +12088,6 @@ msgstr "" msgid "Invalid DataLabel expression" msgstr "" -#: config/tc-sparc.c:272 -msgid "Invalid default architecture, broken assembler." -msgstr "" - #: config/tc-sparc.c:276 config/tc-sparc.c:481 msgid "Bad opcode table, broken assembler." msgstr "" @@ -11440,22 +12097,17 @@ msgstr "" msgid "invalid architecture -xarch=%s" msgstr "" -#: config/tc-sparc.c:475 -#, c-format -msgid "invalid architecture -A%s" -msgstr "" - #: config/tc-sparc.c:542 #, c-format msgid "No compiled in support for %d bit object file format" msgstr "" -#: config/tc-sparc.c:619 +#: config/tc-sparc.c:623 #, c-format msgid "SPARC options:\n" msgstr "" -#: config/tc-sparc.c:648 +#: config/tc-sparc.c:652 #, c-format msgid "" "\n" @@ -11467,24 +12119,24 @@ msgid "" "-no-relax\t\tavoid changing any jumps and branches\n" msgstr "" -#: config/tc-sparc.c:656 +#: config/tc-sparc.c:660 #, c-format msgid "-k\t\t\tgenerate PIC\n" msgstr "" -#: config/tc-sparc.c:660 +#: config/tc-sparc.c:664 #, c-format msgid "" "-32\t\t\tcreate 32 bit object file\n" "-64\t\t\tcreate 64 bit object file\n" msgstr "" -#: config/tc-sparc.c:663 +#: config/tc-sparc.c:667 #, c-format msgid "\t\t\t[default is %d]\n" msgstr "" -#: config/tc-sparc.c:665 +#: config/tc-sparc.c:669 #, c-format msgid "" "-TSO\t\t\tuse Total Store Ordering\n" @@ -11492,12 +12144,12 @@ msgid "" "-RMO\t\t\tuse Relaxed Memory Ordering\n" msgstr "" -#: config/tc-sparc.c:669 +#: config/tc-sparc.c:673 #, c-format msgid "\t\t\t[default is %s]\n" msgstr "" -#: config/tc-sparc.c:671 +#: config/tc-sparc.c:675 #, c-format msgid "" "-KPIC\t\t\tgenerate PIC\n" @@ -11511,7 +12163,7 @@ msgid "" "-s\t\t\tignored\n" msgstr "" -#: config/tc-sparc.c:683 +#: config/tc-sparc.c:687 #, c-format msgid "" "-EL\t\t\tgenerate code for a little endian machine\n" @@ -11520,311 +12172,316 @@ msgid "" " instructions and little endian data.\n" msgstr "" -#: config/tc-sparc.c:819 +#: config/tc-sparc.c:823 #, c-format msgid "Internal error: losing opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-sparc.c:838 +#: config/tc-sparc.c:842 #, c-format msgid "Internal error: can't find opcode `%s' for `%s'\n" msgstr "" -#: config/tc-sparc.c:979 +#: config/tc-sparc.c:983 msgid "Support for 64-bit arithmetic not compiled in." msgstr "" -#: config/tc-sparc.c:1025 +#: config/tc-sparc.c:1029 msgid "set: number not in 0..4294967295 range" msgstr "" -#: config/tc-sparc.c:1032 +#: config/tc-sparc.c:1036 msgid "set: number not in -2147483648..4294967295 range" msgstr "" -#: config/tc-sparc.c:1091 +#: config/tc-sparc.c:1095 msgid "setsw: number not in -2147483648..4294967295 range" msgstr "" -#: config/tc-sparc.c:1139 +#: config/tc-sparc.c:1143 msgid "setx: temporary register same as destination register" msgstr "" -#: config/tc-sparc.c:1210 +#: config/tc-sparc.c:1214 msgid "setx: illegal temporary register g0" msgstr "" -#: config/tc-sparc.c:1307 +#: config/tc-sparc.c:1311 msgid "FP branch in delay slot" msgstr "" -#: config/tc-sparc.c:1322 +#: config/tc-sparc.c:1326 msgid "FP branch preceded by FP instruction; NOP inserted" msgstr "" -#: config/tc-sparc.c:1362 +#: config/tc-sparc.c:1366 msgid "failed special case insn sanity check" msgstr "" -#: config/tc-sparc.c:1450 +#: config/tc-sparc.c:1454 msgid ": invalid membar mask name" msgstr "" -#: config/tc-sparc.c:1466 +#: config/tc-sparc.c:1470 msgid ": invalid membar mask expression" msgstr "" -#: config/tc-sparc.c:1471 +#: config/tc-sparc.c:1475 msgid ": invalid membar mask number" msgstr "" -#: config/tc-sparc.c:1486 +#: config/tc-sparc.c:1490 msgid ": invalid siam mode expression" msgstr "" -#: config/tc-sparc.c:1491 +#: config/tc-sparc.c:1495 msgid ": invalid siam mode number" msgstr "" -#: config/tc-sparc.c:1507 +#: config/tc-sparc.c:1511 msgid ": invalid prefetch function name" msgstr "" -#: config/tc-sparc.c:1515 +#: config/tc-sparc.c:1519 msgid ": invalid prefetch function expression" msgstr "" -#: config/tc-sparc.c:1520 +#: config/tc-sparc.c:1524 msgid ": invalid prefetch function number" msgstr "" -#: config/tc-sparc.c:1548 config/tc-sparc.c:1560 +#: config/tc-sparc.c:1552 config/tc-sparc.c:1564 msgid ": unrecognizable privileged register" msgstr "" -#: config/tc-sparc.c:1584 config/tc-sparc.c:1596 +#: config/tc-sparc.c:1588 config/tc-sparc.c:1600 msgid ": unrecognizable hyperprivileged register" msgstr "" -#: config/tc-sparc.c:1620 config/tc-sparc.c:1645 +#: config/tc-sparc.c:1624 config/tc-sparc.c:1649 msgid ": unrecognizable v9a or v9b ancillary state register" msgstr "" -#: config/tc-sparc.c:1625 +#: config/tc-sparc.c:1629 msgid ": rd on write only ancillary state register" msgstr "" #. %sys_tick and %sys_tick_cmpr are v9bnotv9a -#: config/tc-sparc.c:1633 +#: config/tc-sparc.c:1637 msgid ": unrecognizable v9a ancillary state register" msgstr "" -#: config/tc-sparc.c:1669 +#: config/tc-sparc.c:1673 msgid ": asr number must be between 16 and 31" msgstr "" -#: config/tc-sparc.c:1677 +#: config/tc-sparc.c:1681 msgid ": asr number must be between 0 and 31" msgstr "" -#: config/tc-sparc.c:1687 +#: config/tc-sparc.c:1691 #, c-format msgid ": expecting %asrN" msgstr "" -#: config/tc-sparc.c:1874 config/tc-sparc.c:1912 config/tc-sparc.c:2325 -#: config/tc-sparc.c:2361 +#: config/tc-sparc.c:1878 config/tc-sparc.c:1916 config/tc-sparc.c:2329 +#: config/tc-sparc.c:2365 #, c-format msgid "Illegal operands: %%%s requires arguments in ()" msgstr "" -#: config/tc-sparc.c:1880 +#: config/tc-sparc.c:1884 #, c-format msgid "" "Illegal operands: %%%s cannot be used together with other relocs in the insn " "()" msgstr "" -#: config/tc-sparc.c:1891 +#: config/tc-sparc.c:1895 #, c-format msgid "Illegal operands: %%%s can be only used with call __tls_get_addr" msgstr "" -#: config/tc-sparc.c:2098 +#: config/tc-sparc.c:2102 msgid "detected global register use not covered by .register pseudo-op" msgstr "" -#: config/tc-sparc.c:2169 +#: config/tc-sparc.c:2173 msgid ": There are only 64 f registers; [0-63]" msgstr "" -#: config/tc-sparc.c:2171 config/tc-sparc.c:2189 +#: config/tc-sparc.c:2175 config/tc-sparc.c:2193 msgid ": There are only 32 f registers; [0-31]" msgstr "" -#: config/tc-sparc.c:2181 +#: config/tc-sparc.c:2185 msgid ": There are only 32 single precision f registers; [0-31]" msgstr "" -#: config/tc-sparc.c:2373 +#: config/tc-sparc.c:2377 #, c-format msgid "" "Illegal operands: Can't do arithmetics other than + and - involving %%%s()" msgstr "" -#: config/tc-sparc.c:2483 +#: config/tc-sparc.c:2487 #, c-format msgid "Illegal operands: Can't add non-constant expression to %%%s()" msgstr "" -#: config/tc-sparc.c:2493 +#: config/tc-sparc.c:2497 #, c-format msgid "" "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable " "symbol" msgstr "" -#: config/tc-sparc.c:2511 +#: config/tc-sparc.c:2515 msgid ": PC-relative operand can't be a constant" msgstr "" -#: config/tc-sparc.c:2518 +#: config/tc-sparc.c:2522 msgid ": TLS operand can't be a constant" msgstr "" -#: config/tc-sparc.c:2551 +#: config/tc-sparc.c:2555 msgid ": invalid ASI name" msgstr "" -#: config/tc-sparc.c:2559 +#: config/tc-sparc.c:2563 msgid ": invalid ASI expression" msgstr "" -#: config/tc-sparc.c:2564 +#: config/tc-sparc.c:2568 msgid ": invalid ASI number" msgstr "" -#: config/tc-sparc.c:2661 +#: config/tc-sparc.c:2665 msgid "OPF immediate operand out of range (0-0x1ff)" msgstr "" -#: config/tc-sparc.c:2666 +#: config/tc-sparc.c:2670 msgid "non-immediate OPF operand, ignored" msgstr "" -#: config/tc-sparc.c:2685 +#: config/tc-sparc.c:2689 msgid ": invalid cpreg name" msgstr "" -#: config/tc-sparc.c:2714 +#: config/tc-sparc.c:2718 #, c-format msgid "Illegal operands%s" msgstr "" -#: config/tc-sparc.c:2748 +#: config/tc-sparc.c:2752 #, c-format msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\"" msgstr "" -#: config/tc-sparc.c:2784 +#: config/tc-sparc.c:2788 #, c-format msgid "Architecture mismatch on \"%s\"." msgstr "" -#: config/tc-sparc.c:2785 +#: config/tc-sparc.c:2789 #, c-format msgid " (Requires %s; requested architecture is %s.)" msgstr "" -#: config/tc-sparc.c:3320 +#: config/tc-sparc.c:3324 #, c-format msgid "bad or unhandled relocation type: 0x%02x" msgstr "" -#: config/tc-sparc.c:3653 +#: config/tc-sparc.c:3657 msgid "Expected comma after name" msgstr "" -#: config/tc-sparc.c:3662 +#: config/tc-sparc.c:3666 #, c-format msgid "BSS length (%d.) <0! Ignored." msgstr "" -#: config/tc-sparc.c:3674 +#: config/tc-sparc.c:3678 msgid "bad .reserve segment -- expected BSS segment" msgstr "" -#: config/tc-sparc.c:3702 +#: config/tc-sparc.c:3706 #, c-format msgid "alignment too large; assuming %d" msgstr "" -#: config/tc-sparc.c:3708 config/tc-sparc.c:3858 +#: config/tc-sparc.c:3712 config/tc-sparc.c:3862 msgid "negative alignment" msgstr "" -#: config/tc-sparc.c:3718 config/tc-sparc.c:3881 read.c:1320 read.c:2355 +#: config/tc-sparc.c:3722 config/tc-sparc.c:3885 read.c:1321 read.c:2379 msgid "alignment not a power of 2" msgstr "" -#: config/tc-sparc.c:3795 config/tc-v850.c:222 +#: config/tc-sparc.c:3775 +#, c-format +msgid "Ignoring attempt to re-define symbol %s" +msgstr "" + +#: config/tc-sparc.c:3799 config/tc-v850.c:222 msgid "Expected comma after symbol-name" msgstr "" -#: config/tc-sparc.c:3805 +#: config/tc-sparc.c:3809 #, c-format msgid ".COMMon length (%lu) out of range ignored" msgstr "" -#: config/tc-sparc.c:3838 +#: config/tc-sparc.c:3842 msgid "Expected comma after common length" msgstr "" -#: config/tc-sparc.c:3852 +#: config/tc-sparc.c:3856 #, c-format msgid "alignment too large; assuming %ld" msgstr "" -#: config/tc-sparc.c:3996 +#: config/tc-sparc.c:4000 msgid "Unknown segment type" msgstr "" -#: config/tc-sparc.c:4071 config/tc-sparc.c:4081 +#: config/tc-sparc.c:4075 config/tc-sparc.c:4085 #, c-format msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}" msgstr "" -#: config/tc-sparc.c:4099 +#: config/tc-sparc.c:4103 msgid "redefinition of global register" msgstr "" -#: config/tc-sparc.c:4110 +#: config/tc-sparc.c:4114 #, c-format msgid "Register symbol %s already defined." msgstr "" -#: config/tc-sparc.c:4315 +#: config/tc-sparc.c:4319 #, c-format msgid "Illegal operands: %%r_plt in %d-byte data field" msgstr "" -#: config/tc-sparc.c:4325 +#: config/tc-sparc.c:4329 #, c-format msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field" msgstr "" -#: config/tc-sparc.c:4362 config/tc-vax.c:3312 +#: config/tc-sparc.c:4366 config/tc-vax.c:3313 #, c-format msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields" msgstr "" -#: config/tc-sparc.c:4370 config/tc-sparc.c:4401 config/tc-sparc.c:4410 -#: config/tc-vax.c:3320 config/tc-vax.c:3351 config/tc-vax.c:3360 +#: config/tc-sparc.c:4374 config/tc-sparc.c:4405 config/tc-sparc.c:4414 +#: config/tc-vax.c:3321 config/tc-vax.c:3352 config/tc-vax.c:3361 #, c-format msgid "Illegal operands: %%r_%s%d requires arguments in ()" msgstr "" -#: config/tc-sparc.c:4419 config/tc-vax.c:3369 +#: config/tc-sparc.c:4423 config/tc-vax.c:3370 #, c-format msgid "Illegal operands: garbage after %%r_%s%d()" msgstr "" @@ -11837,73 +12494,471 @@ msgstr "" msgid "estimate_size_before_relax called" msgstr "" -#: config/tc-spu.c:127 +#: config/tc-spu.c:132 #, c-format msgid "Can't hash instruction '%s':%s" msgstr "" -#: config/tc-spu.c:181 +#: config/tc-spu.c:186 msgid "" "SPU options:\n" " --apuasm\t\t emulate behaviour of apuasm\n" msgstr "" -#: config/tc-spu.c:287 +#: config/tc-spu.c:292 #, c-format msgid "Invalid mnemonic '%s'" msgstr "" -#: config/tc-spu.c:293 +#: config/tc-spu.c:298 #, c-format msgid "'%s' is only available in DD2.0 or higher." msgstr "" -#: config/tc-spu.c:325 +#: config/tc-spu.c:330 #, c-format msgid "Error in argument %d. Expecting: \"%s\"" msgstr "" -#: config/tc-spu.c:336 +#: config/tc-spu.c:341 msgid "Mixing register syntax, with and without '$'." msgstr "" -#: config/tc-spu.c:342 +#: config/tc-spu.c:347 #, c-format msgid "Treating '%-*s' as a symbol." msgstr "" -#: config/tc-spu.c:548 +#: config/tc-spu.c:566 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher." msgstr "" -#: config/tc-spu.c:550 +#: config/tc-spu.c:568 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher." msgstr "" -#: config/tc-spu.c:593 +#: config/tc-spu.c:611 #, c-format msgid "Using old style, %%lo(expr), please change to PPC style, expr@l." msgstr "" -#: config/tc-spu.c:599 +#: config/tc-spu.c:617 #, c-format msgid "Using old style, %%hi(expr), please change to PPC style, expr@h." msgstr "" -#: config/tc-spu.c:669 config/tc-spu.c:672 +#: config/tc-spu.c:687 config/tc-spu.c:690 #, c-format msgid "Constant expression %d out of range, [%d, %d]." msgstr "" -#: config/tc-spu.c:806 +#: config/tc-spu.c:792 +#, c-format +msgid "invalid priority '%lu'" +msgstr "" + +#: config/tc-spu.c:798 +#, c-format +msgid "invalid lrlive '%lu'" +msgstr "" + +#: config/tc-spu.c:857 msgid "Relaxation should never occur" msgstr "" -#: config/tc-spu.h:83 +#: config/tc-spu.c:1007 +#, c-format +msgid "Relocation doesn't fit. (relocation value = 0x%lx)" +msgstr "" + +#: config/tc-spu.h:85 msgid "spu convert_frag\n" msgstr "" -#: config/tc-tic4x.c:2779 +#: config/tc-tic30.c:483 +msgid "More than one AR register found in indirect reference" +msgstr "" + +#: config/tc-tic30.c:488 +msgid "Illegal AR register in indirect reference" +msgstr "" + +#: config/tc-tic30.c:508 +msgid "More than one displacement found in indirect reference" +msgstr "" + +#: config/tc-tic30.c:516 +msgid "Invalid displacement in indirect reference" +msgstr "" + +#: config/tc-tic30.c:533 +msgid "AR register not found in indirect reference" +msgstr "" + +#. Maybe an implied displacement of 1 again. +#: config/tc-tic30.c:549 +msgid "required displacement wasn't given in indirect reference" +msgstr "" + +#: config/tc-tic30.c:555 +msgid "illegal indirect reference" +msgstr "" + +#: config/tc-tic30.c:561 +msgid "displacement must be an unsigned 8-bit number" +msgstr "" + +#: config/tc-tic30.c:749 config/tc-tic30.c:1496 +#, c-format +msgid "Invalid character %s before %s operand" +msgstr "" + +#: config/tc-tic30.c:768 config/tc-tic30.c:1511 +#, c-format +msgid "Unbalanced parenthesis in %s operand." +msgstr "" + +#: config/tc-tic30.c:784 config/tc-tic30.c:1521 +#, c-format +msgid "Invalid character %s in %s operand" +msgstr "" + +#: config/tc-tic30.c:803 config/tc-tic30.c:1538 +#, c-format +msgid "Spurious operands; (%d operands/instruction max)" +msgstr "" + +#. Just skip it, if it's \n complain. +#: config/tc-tic30.c:821 config/tc-tic30.c:837 config/tc-tic30.c:1555 +#: config/tc-tic30.c:1571 +msgid "Expecting operand after ','; got nothing" +msgstr "" + +#: config/tc-tic30.c:826 config/tc-tic30.c:1560 +msgid "Expecting operand before ','; got nothing" +msgstr "" + +#: config/tc-tic30.c:864 +msgid "incorrect number of operands given in the first instruction" +msgstr "" + +#: config/tc-tic30.c:870 +msgid "incorrect number of operands given in the second instruction" +msgstr "" + +#: config/tc-tic30.c:891 +#, c-format +msgid "%s instruction, operand %d doesn't match" +msgstr "" + +#. Shouldn't get here. +#: config/tc-tic30.c:915 config/tc-tic30.c:922 +msgid "incorrect format for multiply parallel instruction" +msgstr "" + +#: config/tc-tic30.c:929 +msgid "destination for multiply can only be R0 or R1" +msgstr "" + +#: config/tc-tic30.c:936 +msgid "destination for add/subtract can only be R2 or R3" +msgstr "" + +#: config/tc-tic30.c:1003 +msgid "loading the same register in parallel operation" +msgstr "" + +#: config/tc-tic30.c:1385 +msgid "pc-relative " +msgstr "" + +#: config/tc-tic30.c:1446 +#, c-format +msgid "Invalid character %s in opcode" +msgstr "" + +#: config/tc-tic30.c:1476 +#, c-format +msgid "Unknown TMS320C30 instruction: %s" +msgstr "" + +#: config/tc-tic30.c:1596 +msgid "Incorrect number of operands given" +msgstr "" + +#: config/tc-tic30.c:1629 +#, c-format +msgid "The %s operand doesn't match" +msgstr "" + +#. Shouldn't make it to this stage. +#: config/tc-tic30.c:1654 config/tc-tic30.c:1666 +msgid "Incompatible first and second operands in instruction" +msgstr "" + +#: config/tc-tic30.c:1780 +msgid "invalid short form floating point immediate operand" +msgstr "" + +#: config/tc-tic30.c:1790 +msgid "rounding down first operand float to unsigned int" +msgstr "" + +#: config/tc-tic30.c:1792 +msgid "only lower 16-bits of first operand are used" +msgstr "" + +#: config/tc-tic30.c:1802 +msgid "rounding down first operand float to signed int" +msgstr "" + +#: config/tc-tic30.c:1807 config/tc-tic30.c:1878 +msgid "first operand is too large for 16-bit signed int" +msgstr "" + +#: config/tc-tic30.c:1872 +msgid "first operand is floating point" +msgstr "" + +#. Shouldn't get here. +#: config/tc-tic30.c:1903 +msgid "interrupt vector for trap instruction out of range" +msgstr "" + +#: config/tc-tic30.c:1948 +msgid "LDP instruction needs a 24-bit operand" +msgstr "" + +#: config/tc-tic30.c:1972 +msgid "first operand is too large for a 24-bit displacement" +msgstr "" + +#: config/tc-tic4x.c:399 +msgid "Nan, using zero." +msgstr "" + +#: config/tc-tic4x.c:521 +#, c-format +msgid "Cannot represent exponent in %d bits" +msgstr "" + +#: config/tc-tic4x.c:604 config/tc-tic4x.c:614 +msgid "Invalid floating point number" +msgstr "" + +#: config/tc-tic4x.c:734 +msgid "Comma expected\n" +msgstr "" + +#: config/tc-tic4x.c:774 config/tc-tic54x.c:479 +msgid ".bss size argument missing\n" +msgstr "" + +#: config/tc-tic4x.c:782 +#, c-format +msgid ".bss size %ld < 0!" +msgstr "" + +#: config/tc-tic4x.c:916 +msgid "Non-constant symbols not allowed\n" +msgstr "" + +#: config/tc-tic4x.c:947 +msgid "Symbol missing\n" +msgstr "" + +#. Get terminator. +#. Skip null symbol terminator. +#: config/tc-tic4x.c:994 +msgid ".sect: subsection name ignored" +msgstr "" + +#: config/tc-tic4x.c:1022 config/tc-tic4x.c:1122 config/tc-tic54x.c:1442 +#, c-format +msgid "Error setting flags for \"%s\": %s" +msgstr "" + +#: config/tc-tic4x.c:1053 +msgid ".set syntax invalid\n" +msgstr "" + +#: config/tc-tic4x.c:1111 +msgid ".usect: non-zero alignment flag ignored" +msgstr "" + +#: config/tc-tic4x.c:1142 +#, c-format +msgid "This assembler does not support processor generation %ld" +msgstr "" + +#: config/tc-tic4x.c:1146 +msgid "Changing processor generation on fly not supported..." +msgstr "" + +#: config/tc-tic4x.c:1445 +msgid "Auxiliary register AR0--AR7 required for indirect" +msgstr "" + +#: config/tc-tic4x.c:1459 +#, c-format +msgid "Bad displacement %d (require 0--255)\n" +msgstr "" + +#: config/tc-tic4x.c:1477 +msgid "Index register IR0,IR1 required for displacement" +msgstr "" + +#: config/tc-tic4x.c:1546 +msgid "Expecting a register name" +msgstr "" + +#: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581 config/tc-tic4x.c:1650 +msgid "Number too large" +msgstr "" + +#: config/tc-tic4x.c:1598 +msgid "Expecting a constant value" +msgstr "" + +#: config/tc-tic4x.c:1605 +#, c-format +msgid "Bad direct addressing construct %s" +msgstr "" + +#: config/tc-tic4x.c:1609 +#, c-format +msgid "Direct value of %ld is not suitable" +msgstr "" + +#: config/tc-tic4x.c:1633 +msgid "Unknown indirect addressing mode" +msgstr "" + +#: config/tc-tic4x.c:1730 +#, c-format +msgid "Immediate value of %ld is too large for ldf" +msgstr "" + +#: config/tc-tic4x.c:1770 +msgid "Destination register must be ARn" +msgstr "" + +#: config/tc-tic4x.c:1789 config/tc-tic4x.c:2162 config/tc-tic4x.c:2221 +#, c-format +msgid "Immediate value of %ld is too large" +msgstr "" + +#: config/tc-tic4x.c:1818 config/tc-tic4x.c:2023 +msgid "Invalid indirect addressing mode" +msgstr "" + +#: config/tc-tic4x.c:1842 config/tc-tic4x.c:1882 config/tc-tic4x.c:2073 +#: config/tc-tic4x.c:2095 +msgid "Register must be Rn" +msgstr "" + +#: config/tc-tic4x.c:1896 config/tc-tic4x.c:1966 config/tc-tic4x.c:1980 +msgid "Register must be R0--R7" +msgstr "" + +#: config/tc-tic4x.c:1920 config/tc-tic4x.c:1948 +#, c-format +msgid "Invalid indirect addressing mode displacement %d" +msgstr "" + +#: config/tc-tic4x.c:1994 +msgid "Destination register must be R2 or R3" +msgstr "" + +#: config/tc-tic4x.c:2008 +msgid "Destination register must be R0 or R1" +msgstr "" + +#: config/tc-tic4x.c:2045 +#, c-format +msgid "Displacement value of %ld is too large" +msgstr "" + +#: config/tc-tic4x.c:2106 config/tc-tic4x.c:2237 +msgid "Floating point number not valid in expression" +msgstr "" + +#: config/tc-tic4x.c:2120 +#, c-format +msgid "Signed immediate value %ld too large" +msgstr "" + +#: config/tc-tic4x.c:2183 +#, c-format +msgid "Unsigned immediate value %ld too large" +msgstr "" + +#: config/tc-tic4x.c:2251 +#, c-format +msgid "Immediate value %ld too large" +msgstr "" + +#: config/tc-tic4x.c:2270 config/tc-tic4x.c:2298 +msgid "Register must be ivtp or tvtp" +msgstr "" + +#: config/tc-tic4x.c:2284 +msgid "Register must be address register" +msgstr "" + +#: config/tc-tic4x.c:2357 +msgid "Source and destination register should not be equal" +msgstr "" + +#: config/tc-tic4x.c:2372 +msgid "Equal parallell destination registers, one result will be discarded" +msgstr "" + +#: config/tc-tic4x.c:2413 +msgid "Too many operands scanned" +msgstr "" + +#: config/tc-tic4x.c:2443 +msgid "Parallel opcode cannot contain more than two instructions" +msgstr "" + +#: config/tc-tic4x.c:2516 +#, c-format +msgid "Invalid operands for %s" +msgstr "" + +#: config/tc-tic4x.c:2519 +#, c-format +msgid "Invalid instruction %s" +msgstr "" + +#: config/tc-tic4x.c:2668 +#, c-format +msgid "Bad relocation type: 0x%02x" +msgstr "" + +#: config/tc-tic4x.c:2726 +#, c-format +msgid "Unsupported processor generation %d" +msgstr "" + +#: config/tc-tic4x.c:2734 +msgid "Option -b is depreciated, please use -mbig" +msgstr "" + +#: config/tc-tic4x.c:2740 +msgid "Option -p is depreciated, please use -mmemparm" +msgstr "" + +#: config/tc-tic4x.c:2746 +msgid "Option -r is depreciated, please use -mregparm" +msgstr "" + +#: config/tc-tic4x.c:2752 +msgid "Option -s is depreciated, please use -msmall" +msgstr "" + +#: config/tc-tic4x.c:2780 #, c-format msgid "" "\n" @@ -11929,6 +12984,16 @@ msgid "" " -menhanced enable enhanced opcode support\n" msgstr "" +#: config/tc-tic4x.c:2825 +#, c-format +msgid "Label \"$%d\" redefined" +msgstr "" + +#: config/tc-tic4x.c:3033 +#, c-format +msgid "Reloc %d not supported by object file format" +msgstr "" + #. Only word (et al.), align, or conditionals are allowed within #. .struct/.union. #: config/tc-tic54x.c:220 @@ -11964,6 +13029,10 @@ msgstr "" msgid "Comma and symbol expected for '.asg STRING, SYMBOL'" msgstr "" +#: config/tc-tic54x.c:359 +msgid "symbols assigned with .asg must begin with a letter" +msgstr "" + #: config/tc-tic54x.c:403 msgid "Unterminated string after absolute expression" msgstr "" @@ -11976,6 +13045,11 @@ msgstr "" msgid "symbols assigned with .eval must begin with a letter" msgstr "" +#: config/tc-tic54x.c:488 +#, c-format +msgid ".bss size %d < 0!" +msgstr "" + #: config/tc-tic54x.c:677 msgid "Offset on nested structures is ignored" msgstr "" @@ -12013,6 +13087,14 @@ msgstr "" msgid "Unrecognized field type '%c'" msgstr "" +#: config/tc-tic54x.c:1033 +msgid "Overflow in expression, truncated to 8 bits" +msgstr "" + +#: config/tc-tic54x.c:1038 +msgid "Overflow in expression, truncated to 16 bits" +msgstr "" + #. Disallow .byte with a non constant expression that will #. require relocation. #: config/tc-tic54x.c:1046 @@ -12135,6 +13217,19 @@ msgstr "" msgid "Undefined substitution symbol '%s'" msgstr "" +#: config/tc-tic54x.c:3131 +#, c-format +msgid "Unbalanced parenthesis in operand %d" +msgstr "" + +#: config/tc-tic54x.c:3162 config/tc-tic54x.c:3170 +msgid "Expecting operand after ','" +msgstr "" + +#: config/tc-tic54x.c:3181 +msgid "Extra junk on line" +msgstr "" + #: config/tc-tic54x.c:3218 msgid "Badly formed address expression" msgstr "" @@ -12405,6 +13500,18 @@ msgstr "" msgid "Common alignment negative; 0 assumed" msgstr "" +#: config/tc-v850.c:480 +msgid ".longcall pseudo-op seen when not relaxing" +msgstr "" + +#: config/tc-v850.c:482 +msgid ".longjump pseudo-op seen when not relaxing" +msgstr "" + +#: config/tc-v850.c:489 +msgid "bad .longcall format" +msgstr "" + #: config/tc-v850.c:938 #, c-format msgid "unknown operand shift: %x\n" @@ -12562,165 +13669,161 @@ msgstr "" msgid "syntax error: condition code not expected" msgstr "" -#: config/tc-v850.c:1941 config/tc-xtensa.c:11683 +#: config/tc-v850.c:1941 config/tc-xtensa.c:11824 msgid "invalid operand" msgstr "" -#: config/tc-vax.c:1343 +#: config/tc-vax.c:1342 msgid "no '[' to match ']'" msgstr "" -#: config/tc-vax.c:1359 +#: config/tc-vax.c:1358 msgid "bad register in []" msgstr "" -#: config/tc-vax.c:1361 +#: config/tc-vax.c:1360 msgid "[PC] index banned" msgstr "" -#: config/tc-vax.c:1397 +#: config/tc-vax.c:1396 msgid "no '(' to match ')'" msgstr "" -#: config/tc-vax.c:1513 +#: config/tc-vax.c:1512 msgid "invalid branch operand" msgstr "" -#: config/tc-vax.c:1540 +#: config/tc-vax.c:1539 msgid "address prohibits @" msgstr "" -#: config/tc-vax.c:1542 +#: config/tc-vax.c:1541 msgid "address prohibits #" msgstr "" -#: config/tc-vax.c:1546 +#: config/tc-vax.c:1545 msgid "address prohibits -()" msgstr "" -#: config/tc-vax.c:1548 +#: config/tc-vax.c:1547 msgid "address prohibits ()+" msgstr "" -#: config/tc-vax.c:1551 +#: config/tc-vax.c:1550 msgid "address prohibits ()" msgstr "" -#: config/tc-vax.c:1553 +#: config/tc-vax.c:1552 msgid "address prohibits []" msgstr "" -#: config/tc-vax.c:1555 +#: config/tc-vax.c:1554 msgid "address prohibits register" msgstr "" -#: config/tc-vax.c:1557 +#: config/tc-vax.c:1556 msgid "address prohibits displacement length specifier" msgstr "" -#: config/tc-vax.c:1585 +#: config/tc-vax.c:1584 msgid "invalid operand of S^#" msgstr "" -#: config/tc-vax.c:1598 +#: config/tc-vax.c:1597 msgid "S^# needs expression" msgstr "" -#: config/tc-vax.c:1605 +#: config/tc-vax.c:1604 msgid "S^# may only read-access" msgstr "" -#: config/tc-vax.c:1628 +#: config/tc-vax.c:1627 msgid "invalid operand of -()" msgstr "" -#: config/tc-vax.c:1634 +#: config/tc-vax.c:1633 msgid "-(PC) unpredictable" msgstr "" -#: config/tc-vax.c:1636 +#: config/tc-vax.c:1635 msgid "[]index same as -()register: unpredictable" msgstr "" -#: config/tc-vax.c:1668 +#: config/tc-vax.c:1667 msgid "invalid operand of ()+" msgstr "" -#: config/tc-vax.c:1674 +#: config/tc-vax.c:1673 msgid "(PC)+ unpredictable" msgstr "" -#: config/tc-vax.c:1676 +#: config/tc-vax.c:1675 msgid "[]index same as ()+register: unpredictable" msgstr "" -#: config/tc-vax.c:1699 +#: config/tc-vax.c:1698 msgid "# conflicts length" msgstr "" -#: config/tc-vax.c:1701 +#: config/tc-vax.c:1700 msgid "# bars register" msgstr "" -#: config/tc-vax.c:1721 +#: config/tc-vax.c:1720 msgid "writing or modifying # is unpredictable" msgstr "" -#: config/tc-vax.c:1747 +#: config/tc-vax.c:1746 msgid "length not needed" msgstr "" -#: config/tc-vax.c:1754 +#: config/tc-vax.c:1753 msgid "can't []index a register, because it has no address" msgstr "" -#: config/tc-vax.c:1756 +#: config/tc-vax.c:1755 msgid "a register has no address" msgstr "" -#: config/tc-vax.c:1765 +#: config/tc-vax.c:1764 msgid "PC part of operand unpredictable" msgstr "" -#: config/tc-vax.c:1921 +#: config/tc-vax.c:1920 msgid "odd number of bytes in operand description" msgstr "" -#: config/tc-vax.c:1935 +#: config/tc-vax.c:1934 msgid "Bad operand" msgstr "" -#: config/tc-vax.c:1940 +#: config/tc-vax.c:1939 msgid "Not enough operands" msgstr "" -#: config/tc-vax.c:1947 -msgid "Too many operands" -msgstr "" - -#: config/tc-vax.c:2217 +#: config/tc-vax.c:2216 msgid "SYMBOL TABLE not implemented" msgstr "" -#: config/tc-vax.c:2221 +#: config/tc-vax.c:2220 msgid "TOKEN TRACE not implemented" msgstr "" -#: config/tc-vax.c:2225 +#: config/tc-vax.c:2224 #, c-format msgid "Displacement length %s ignored!" msgstr "" -#: config/tc-vax.c:2229 +#: config/tc-vax.c:2228 #, c-format msgid "I don't need or use temp. file \"%s\"." msgstr "" -#: config/tc-vax.c:2233 +#: config/tc-vax.c:2232 msgid "I don't use an interpass file! -V ignored" msgstr "" -#: config/tc-vax.c:2290 +#: config/tc-vax.c:2289 #, c-format msgid "" "VAX options:\n" @@ -12732,7 +13835,7 @@ msgid "" "-V\t\t\tignored\n" msgstr "" -#: config/tc-vax.c:2299 +#: config/tc-vax.c:2298 #, c-format msgid "" "VMS options:\n" @@ -12744,60 +13847,61 @@ msgid "" "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n" msgstr "" -#: config/tc-vax.c:2464 +#: config/tc-vax.c:2463 #, c-format msgid "Ignoring statement due to \"%s\"" msgstr "" -#: config/tc-vax.c:2481 +#: config/tc-vax.c:2480 #, c-format msgid "Aborting because statement has \"%s\"" msgstr "" -#: config/tc-vax.c:2526 +#: config/tc-vax.c:2525 msgid "Can't relocate expression" msgstr "" -#: config/tc-vax.c:2629 +#: config/tc-vax.c:2628 msgid "Bignum not permitted in short literal. Immediate mode assumed." msgstr "" -#: config/tc-vax.c:2638 +#: config/tc-vax.c:2637 msgid "Can't do flonum short literal: immediate mode used." msgstr "" -#: config/tc-vax.c:2685 +#: config/tc-vax.c:2684 #, c-format msgid "A bignum/flonum may not be a displacement: 0x%lx used" msgstr "" -#: config/tc-vax.c:2996 +#: config/tc-vax.c:2995 #, c-format msgid "Short literal overflow(%ld.), immediate mode assumed." msgstr "" -#: config/tc-vax.c:3005 +#: config/tc-vax.c:3004 #, c-format msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s" msgstr "" -#: config/tc-vax.c:3070 +#: config/tc-vax.c:3069 msgid "Length specification ignored. Address mode 9F used" msgstr "" -#: config/tc-vax.c:3128 +#: config/tc-vax.c:3127 msgid "Invalid operand: immediate value used as base address." msgstr "" -#: config/tc-vax.c:3130 +#: config/tc-vax.c:3129 msgid "Invalid operand: immediate value used as address." msgstr "" -#: config/tc-vax.c:3155 -msgid "Symbol used as immediate operand in PIC mode." +#: config/tc-vax.c:3154 +#, c-format +msgid "Symbol %s used as immediate operand in PIC mode." msgstr "" -#: config/tc-vax.c:3258 +#: config/tc-vax.c:3259 #, c-format msgid "VIP_BEGIN error:%s" msgstr "" @@ -12812,563 +13916,585 @@ msgstr "" msgid " XSTORMY16 specific command line options:\n" msgstr "" -#: config/tc-xtensa.c:617 +#: config/tc-xstormy16.c:226 +#, c-format +msgid "unsupported fptr fixup size %d" +msgstr "" + +#: config/tc-xstormy16.c:238 +#, c-format +msgid "unsupported fixup size %d" +msgstr "" + +#: config/tc-xstormy16.c:269 +msgid "unsupported fptr fixup" +msgstr "" + +#: config/tc-xtensa.c:621 msgid "illegal range of target hardware versions" msgstr "" -#: config/tc-xtensa.c:766 +#: config/tc-xtensa.c:778 msgid "--density option is ignored" msgstr "" -#: config/tc-xtensa.c:769 +#: config/tc-xtensa.c:781 msgid "--no-density option is ignored" msgstr "" -#: config/tc-xtensa.c:778 +#: config/tc-xtensa.c:799 msgid "--generics is deprecated; use --transform instead" msgstr "" -#: config/tc-xtensa.c:781 +#: config/tc-xtensa.c:802 msgid "--no-generics is deprecated; use --no-transform instead" msgstr "" -#: config/tc-xtensa.c:784 +#: config/tc-xtensa.c:805 msgid "--relax is deprecated; use --transform instead" msgstr "" -#: config/tc-xtensa.c:787 +#: config/tc-xtensa.c:808 msgid "--no-relax is deprecated; use --no-transform instead" msgstr "" -#: config/tc-xtensa.c:804 +#: config/tc-xtensa.c:825 msgid "--absolute-literals option not supported in this Xtensa configuration" msgstr "" -#: config/tc-xtensa.c:877 +#: config/tc-xtensa.c:898 msgid "prefer-l32r conflicts with prefer-const16" msgstr "" -#: config/tc-xtensa.c:883 +#: config/tc-xtensa.c:904 msgid "prefer-const16 conflicts with prefer-l32r" msgstr "" -#: config/tc-xtensa.c:891 config/tc-xtensa.c:900 config/tc-xtensa.c:904 +#: config/tc-xtensa.c:912 config/tc-xtensa.c:921 config/tc-xtensa.c:925 msgid "invalid target hardware version" msgstr "" -#: config/tc-xtensa.c:1083 +#: config/tc-xtensa.c:1109 msgid "unmatched end directive" msgstr "" -#: config/tc-xtensa.c:1112 +#: config/tc-xtensa.c:1138 msgid ".begin directive with no matching .end directive" msgstr "" -#: config/tc-xtensa.c:1153 +#: config/tc-xtensa.c:1179 msgid "[no-]generics is deprecated; use [no-]transform instead" msgstr "" -#: config/tc-xtensa.c:1158 +#: config/tc-xtensa.c:1184 msgid "[no-]relax is deprecated; use [no-]transform instead" msgstr "" -#: config/tc-xtensa.c:1171 +#: config/tc-xtensa.c:1197 #, c-format msgid "directive %s cannot be negated" msgstr "" -#: config/tc-xtensa.c:1177 +#: config/tc-xtensa.c:1203 msgid "unknown directive" msgstr "" -#: config/tc-xtensa.c:1198 config/tc-xtensa.c:1294 config/tc-xtensa.c:1536 -#: config/tc-xtensa.c:5689 +#: config/tc-xtensa.c:1224 config/tc-xtensa.c:1320 config/tc-xtensa.c:1562 +#: config/tc-xtensa.c:5753 msgid "directives are not valid inside bundles" msgstr "" -#: config/tc-xtensa.c:1210 +#: config/tc-xtensa.c:1236 msgid ".begin literal is deprecated; use .literal instead" msgstr "" -#: config/tc-xtensa.c:1224 +#: config/tc-xtensa.c:1250 msgid "cannot set literal_prefix inside literal fragment" msgstr "" -#: config/tc-xtensa.c:1257 +#: config/tc-xtensa.c:1283 msgid ".begin [no-]density is ignored" msgstr "" -#: config/tc-xtensa.c:1264 config/tc-xtensa.c:1314 +#: config/tc-xtensa.c:1290 config/tc-xtensa.c:1340 msgid "Xtensa absolute literals option not supported; ignored" msgstr "" -#: config/tc-xtensa.c:1307 +#: config/tc-xtensa.c:1333 msgid ".end [no-]density is ignored" msgstr "" -#: config/tc-xtensa.c:1332 +#: config/tc-xtensa.c:1358 #, c-format msgid "does not match begin %s%s at %s:%d" msgstr "" -#: config/tc-xtensa.c:1387 +#: config/tc-xtensa.c:1413 msgid ".literal_position inside literal directive; ignoring" msgstr "" -#: config/tc-xtensa.c:1407 +#: config/tc-xtensa.c:1433 msgid ".literal not allowed inside .begin literal region" msgstr "" -#: config/tc-xtensa.c:1443 +#: config/tc-xtensa.c:1469 msgid "expected comma or colon after symbol name; rest of line ignored" msgstr "" -#: config/tc-xtensa.c:1505 +#: config/tc-xtensa.c:1531 msgid "fall through frequency must be greater than 0" msgstr "" -#: config/tc-xtensa.c:1513 +#: config/tc-xtensa.c:1539 msgid "branch target frequency must be greater than 0" msgstr "" -#: config/tc-xtensa.c:1561 +#: config/tc-xtensa.c:1587 #, c-format msgid "opcode-specific %s relocation used outside an instruction" msgstr "" -#: config/tc-xtensa.c:1569 +#: config/tc-xtensa.c:1595 #, c-format msgid "invalid use of %s relocation" msgstr "" -#: config/tc-xtensa.c:1765 config/tc-xtensa.c:1782 +#: config/tc-xtensa.c:1791 config/tc-xtensa.c:1808 #, c-format msgid "bad register name: %s" msgstr "" -#: config/tc-xtensa.c:1771 +#: config/tc-xtensa.c:1797 #, c-format msgid "bad register number: %s" msgstr "" -#: config/tc-xtensa.c:1834 +#: config/tc-xtensa.c:1860 msgid "pcrel relocation not allowed in an instruction" msgstr "" -#: config/tc-xtensa.c:1851 +#: config/tc-xtensa.c:1877 msgid "register number out of range" msgstr "" -#: config/tc-xtensa.c:1935 +#: config/tc-xtensa.c:1961 msgid "extra comma" msgstr "" -#: config/tc-xtensa.c:1937 +#: config/tc-xtensa.c:1963 msgid "extra colon" msgstr "" -#: config/tc-xtensa.c:1939 +#: config/tc-xtensa.c:1965 msgid "missing argument" msgstr "" -#: config/tc-xtensa.c:1941 +#: config/tc-xtensa.c:1967 msgid "missing comma or colon" msgstr "" -#: config/tc-xtensa.c:1998 +#: config/tc-xtensa.c:2024 msgid "incorrect register number, ignoring" msgstr "" -#: config/tc-xtensa.c:2005 +#: config/tc-xtensa.c:2031 msgid "too many arguments" msgstr "" -#: config/tc-xtensa.c:2078 +#: config/tc-xtensa.c:2105 #, c-format msgid "cannot encode opcode \"%s\"" msgstr "" -#: config/tc-xtensa.c:2172 +#: config/tc-xtensa.c:2199 #, c-format msgid "not enough operands (%d) for '%s'; expected %d" msgstr "" -#: config/tc-xtensa.c:2179 +#: config/tc-xtensa.c:2206 #, c-format msgid "too many operands (%d) for '%s'; expected %d" msgstr "" -#: config/tc-xtensa.c:2230 +#: config/tc-xtensa.c:2257 #, c-format msgid "invalid register '%s' for '%s' instruction" msgstr "" -#: config/tc-xtensa.c:2237 +#: config/tc-xtensa.c:2264 #, c-format msgid "invalid register number (%ld) for '%s' instruction" msgstr "" -#: config/tc-xtensa.c:2305 +#: config/tc-xtensa.c:2332 #, c-format msgid "invalid register number (%ld) for '%s'" msgstr "" -#: config/tc-xtensa.c:2696 +#: config/tc-xtensa.c:2723 #, c-format msgid "operand %d of '%s' has out of range value '%u'" msgstr "" -#: config/tc-xtensa.c:2702 +#: config/tc-xtensa.c:2729 #, c-format msgid "operand %d of '%s' has invalid value '%u'" msgstr "" -#: config/tc-xtensa.c:2750 +#: config/tc-xtensa.c:2776 #, c-format msgid "internal error: unknown option name '%s'" msgstr "" -#: config/tc-xtensa.c:3852 +#: config/tc-xtensa.c:3883 msgid "can't handle generation of literal/labels yet" msgstr "" -#: config/tc-xtensa.c:3856 +#: config/tc-xtensa.c:3887 msgid "can't handle undefined OP TYPE" msgstr "" -#: config/tc-xtensa.c:3917 +#: config/tc-xtensa.c:3948 #, c-format msgid "found %d operands for '%s': Expected %d" msgstr "" -#: config/tc-xtensa.c:3924 +#: config/tc-xtensa.c:3955 #, c-format msgid "found too many (%d) operands for '%s': Expected %d" msgstr "" -#: config/tc-xtensa.c:3945 +#: config/tc-xtensa.c:3976 msgid "immediate operands sum to greater than 32" msgstr "" -#: config/tc-xtensa.c:4076 +#: config/tc-xtensa.c:4107 msgid "invalid immediate" msgstr "" -#: config/tc-xtensa.c:4197 +#: config/tc-xtensa.c:4228 #, c-format msgid "invalid relocation for operand %i of '%s'" msgstr "" -#: config/tc-xtensa.c:4207 +#: config/tc-xtensa.c:4238 #, c-format msgid "invalid expression for operand %i of '%s'" msgstr "" -#: config/tc-xtensa.c:4217 +#: config/tc-xtensa.c:4248 #, c-format msgid "invalid relocation in instruction slot %i" msgstr "" -#: config/tc-xtensa.c:4224 +#: config/tc-xtensa.c:4255 #, c-format msgid "undefined symbol for opcode \"%s\"" msgstr "" -#: config/tc-xtensa.c:4698 +#: config/tc-xtensa.c:4729 msgid "opcode 'NOP.N' unavailable in this configuration" msgstr "" -#: config/tc-xtensa.c:4758 +#: config/tc-xtensa.c:4789 msgid "get_expanded_loop_offset: invalid opcode" msgstr "" -#: config/tc-xtensa.c:4891 +#: config/tc-xtensa.c:4922 #, c-format msgid "assembly state not set for first frag in section %s" msgstr "" -#: config/tc-xtensa.c:4944 +#: config/tc-xtensa.c:4975 #, c-format msgid "unaligned branch target: %d bytes at 0x%lx" msgstr "" -#: config/tc-xtensa.c:4983 +#: config/tc-xtensa.c:5014 #, c-format msgid "unaligned loop: %d bytes at 0x%lx" msgstr "" -#: config/tc-xtensa.c:5007 +#: config/tc-xtensa.c:5038 msgid "unexpected fix" msgstr "" -#: config/tc-xtensa.c:5018 config/tc-xtensa.c:5022 +#: config/tc-xtensa.c:5049 config/tc-xtensa.c:5053 msgid "undecodable fix" msgstr "" -#: config/tc-xtensa.c:5151 +#: config/tc-xtensa.c:5191 msgid "labels are not valid inside bundles" msgstr "" -#: config/tc-xtensa.c:5171 +#: config/tc-xtensa.c:5211 msgid "invalid last instruction for a zero-overhead loop" msgstr "" -#: config/tc-xtensa.c:5236 +#: config/tc-xtensa.c:5278 msgid "extra opening brace" msgstr "" -#: config/tc-xtensa.c:5246 +#: config/tc-xtensa.c:5288 msgid "extra closing brace" msgstr "" -#: config/tc-xtensa.c:5273 +#: config/tc-xtensa.c:5315 msgid "missing closing brace" msgstr "" -#: config/tc-xtensa.c:5373 +#: config/tc-xtensa.c:5415 config/tc-xtensa.c:5445 #, c-format msgid "wrong number of operands for '%s'" msgstr "" -#: config/tc-xtensa.c:5390 +#: config/tc-xtensa.c:5432 #, c-format msgid "bad relocation expression for '%s'" msgstr "" -#: config/tc-xtensa.c:5403 +#: config/tc-xtensa.c:5467 #, c-format msgid "unknown opcode or format name '%s'" msgstr "" -#: config/tc-xtensa.c:5409 +#: config/tc-xtensa.c:5473 msgid "format names only valid inside bundles" msgstr "" -#: config/tc-xtensa.c:5414 +#: config/tc-xtensa.c:5478 #, c-format msgid "multiple formats specified for one bundle; using '%s'" msgstr "" -#: config/tc-xtensa.c:5464 +#: config/tc-xtensa.c:5528 msgid "entry instruction with stack decrement < 16" msgstr "" -#: config/tc-xtensa.c:5517 +#: config/tc-xtensa.c:5581 msgid "unaligned entry instruction" msgstr "" -#: config/tc-xtensa.c:5582 +#: config/tc-xtensa.c:5646 msgid "bad instruction format" msgstr "" -#: config/tc-xtensa.c:5585 +#: config/tc-xtensa.c:5649 msgid "invalid relocation" msgstr "" -#: config/tc-xtensa.c:5596 +#: config/tc-xtensa.c:5660 #, c-format msgid "invalid relocation for '%s' instruction" msgstr "" -#: config/tc-xtensa.c:5608 +#: config/tc-xtensa.c:5672 #, c-format msgid "invalid relocation for operand %d of '%s'" msgstr "" -#: config/tc-xtensa.c:5788 +#: config/tc-xtensa.c:5852 msgid "cannot represent subtraction with an offset" msgstr "" -#: config/tc-xtensa.c:5888 +#: config/tc-xtensa.c:5952 #, c-format msgid "unhandled local relocation fix %s" msgstr "" -#: config/tc-xtensa.c:5939 +#: config/tc-xtensa.c:6003 #, c-format msgid "internal error; cannot generate `%s' relocation" msgstr "" -#: config/tc-xtensa.c:6159 +#: config/tc-xtensa.c:6222 +msgid "The option \"--no-allow-flix\" prohibits multi-slot flix." +msgstr "" + +#: config/tc-xtensa.c:6231 msgid "couldn't find a valid instruction format" msgstr "" -#: config/tc-xtensa.c:6160 +#: config/tc-xtensa.c:6232 #, c-format msgid " ops were: " msgstr "" -#: config/tc-xtensa.c:6162 +#: config/tc-xtensa.c:6234 #, c-format msgid " %s;" msgstr "" -#: config/tc-xtensa.c:6173 +#: config/tc-xtensa.c:6245 #, c-format msgid "format '%s' allows %d slots, but there are %d opcodes" msgstr "" -#: config/tc-xtensa.c:6184 config/tc-xtensa.c:6282 +#: config/tc-xtensa.c:6256 config/tc-xtensa.c:6354 msgid "illegal resource usage in bundle" msgstr "" -#: config/tc-xtensa.c:6369 +#: config/tc-xtensa.c:6441 #, c-format msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register" msgstr "" -#: config/tc-xtensa.c:6374 +#: config/tc-xtensa.c:6446 #, c-format msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state" msgstr "" -#: config/tc-xtensa.c:6379 +#: config/tc-xtensa.c:6451 #, c-format msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port" msgstr "" -#: config/tc-xtensa.c:6384 +#: config/tc-xtensa.c:6456 #, c-format msgid "" "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses" msgstr "" -#: config/tc-xtensa.c:6400 +#: config/tc-xtensa.c:6472 msgid "multiple branches or jumps in the same bundle" msgstr "" -#: config/tc-xtensa.c:6852 +#: config/tc-xtensa.c:6924 msgid "cannot assemble into a literal fragment" msgstr "" -#: config/tc-xtensa.c:6854 +#: config/tc-xtensa.c:6926 msgid "..." msgstr "" -#: config/tc-xtensa.c:7453 +#: config/tc-xtensa.c:7534 msgid "" "instruction sequence (write a0, branch, retw) may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:7565 +#: config/tc-xtensa.c:7646 msgid "branching or jumping to a loop end may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:7647 +#: config/tc-xtensa.c:7728 msgid "loop end too close to another loop end may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:7656 +#: config/tc-xtensa.c:7737 #, c-format msgid "fr_var %lu < length %d" msgstr "" -#: config/tc-xtensa.c:7815 +#: config/tc-xtensa.c:7896 msgid "" "loop containing less than three instructions may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:7887 +#: config/tc-xtensa.c:7968 msgid "undecodable instruction in instruction frag" msgstr "" -#: config/tc-xtensa.c:7997 +#: config/tc-xtensa.c:8078 msgid "invalid empty loop" msgstr "" -#: config/tc-xtensa.c:8002 +#: config/tc-xtensa.c:8083 msgid "loop target does not follow loop instruction in section" msgstr "" -#: config/tc-xtensa.c:8580 +#: config/tc-xtensa.c:8661 msgid "bad relaxation state" msgstr "" -#: config/tc-xtensa.c:8638 +#: config/tc-xtensa.c:8719 #, c-format msgid "fr_var (%ld) < length (%d)" msgstr "" -#: config/tc-xtensa.c:9339 +#: config/tc-xtensa.c:9420 msgid "invalid relaxation fragment result" msgstr "" -#: config/tc-xtensa.c:9418 +#: config/tc-xtensa.c:9499 msgid "unable to widen instruction" msgstr "" -#: config/tc-xtensa.c:9558 +#: config/tc-xtensa.c:9639 msgid "multiple literals in expansion" msgstr "" -#: config/tc-xtensa.c:9562 +#: config/tc-xtensa.c:9643 msgid "no registered fragment for literal" msgstr "" -#: config/tc-xtensa.c:9564 +#: config/tc-xtensa.c:9645 msgid "number of literal tokens != 1" msgstr "" -#: config/tc-xtensa.c:9694 config/tc-xtensa.c:9700 +#: config/tc-xtensa.c:9775 config/tc-xtensa.c:9781 #, c-format msgid "unresolved loop target symbol: %s" msgstr "" -#: config/tc-xtensa.c:9806 +#: config/tc-xtensa.c:9887 #, c-format msgid "invalid expression evaluation type %d" msgstr "" -#: config/tc-xtensa.c:9823 +#: config/tc-xtensa.c:9904 msgid "loop too long for LOOP instruction" msgstr "" -#: config/tc-xtensa.c:10093 +#: config/tc-xtensa.c:10174 #, c-format msgid "fixes not all moved from %s" msgstr "" -#: config/tc-xtensa.c:10224 +#: config/tc-xtensa.c:10305 msgid "" "literal pool location required for text-section-literals; specify with ." "literal_position" msgstr "" -#: config/tc-xtensa.c:11062 +#: config/tc-xtensa.c:11137 msgid "too many operands in instruction" msgstr "" -#: config/tc-xtensa.c:11273 +#: config/tc-xtensa.c:11348 msgid "invalid symbolic operand" msgstr "" -#: config/tc-xtensa.c:11334 +#: config/tc-xtensa.c:11409 msgid "operand number mismatch" msgstr "" -#: config/tc-xtensa.c:11338 +#: config/tc-xtensa.c:11413 #, c-format msgid "cannot encode opcode \"%s\" in the given format \"%s\"" msgstr "" -#: config/tc-xtensa.c:11363 +#: config/tc-xtensa.c:11438 #, c-format msgid "xtensa-isa failure: %s" msgstr "" -#: config/tc-xtensa.c:11434 +#: config/tc-xtensa.c:11515 msgid "invalid opcode" msgstr "" -#: config/tc-xtensa.c:11440 +#: config/tc-xtensa.c:11521 msgid "too few operands" msgstr "" -#: config/tc-xtensa.c:11555 config/tc-xtensa.c:11561 +#: config/tc-xtensa.c:11571 +msgid "multiple writes to the same register" +msgstr "" + +#: config/tc-xtensa.c:11685 config/tc-xtensa.c:11691 msgid "out of memory" msgstr "" -#: config/tc-xtensa.c:11639 +#: config/tc-xtensa.c:11780 msgid "TLS relocation not allowed in FLIX bundle" msgstr "" @@ -13376,33 +14502,33 @@ msgstr "" #. relaxed in the front-end. If "record_fixup" is set, then this #. function is being called during back-end relaxation, so flag #. the unexpected behavior as an error. -#: config/tc-xtensa.c:11645 +#: config/tc-xtensa.c:11786 msgid "unexpected TLS relocation" msgstr "" -#: config/tc-xtensa.c:11689 +#: config/tc-xtensa.c:11830 msgid "symbolic operand not allowed" msgstr "" -#: config/tc-xtensa.c:11726 +#: config/tc-xtensa.c:11867 msgid "cannot decode instruction format" msgstr "" -#: config/tc-xtensa.c:11870 +#: config/tc-xtensa.c:12011 msgid "ignoring extra '-rename-section' delimiter ':'" msgstr "" -#: config/tc-xtensa.c:11875 +#: config/tc-xtensa.c:12016 #, c-format msgid "ignoring invalid '-rename-section' specification: '%s'" msgstr "" -#: config/tc-xtensa.c:11886 +#: config/tc-xtensa.c:12027 #, c-format msgid "section %s renamed multiple times" msgstr "" -#: config/tc-xtensa.c:11888 +#: config/tc-xtensa.c:12029 #, c-format msgid "multiple sections remapped to output section %s" msgstr "" @@ -13452,7 +14578,7 @@ msgstr "" msgid "parentheses ignored" msgstr "" -#: config/tc-z80.c:1909 read.c:3512 +#: config/tc-z80.c:1909 read.c:3556 #, c-format msgid "junk at end of line, first unrecognized character is `%c'" msgstr "" @@ -13604,75 +14730,75 @@ msgstr "" msgid "call to md_estimate_size_before_relax\n" msgstr "" -#: config/xtensa-relax.c:1545 +#: config/xtensa-relax.c:1555 #, c-format msgid "invalid configuration option '%s' in transition rule '%s'" msgstr "" -#: config/xtensa-relax.c:1670 +#: config/xtensa-relax.c:1680 #, c-format msgid "opcode '%s': no bound opname '%s' for precondition in '%s'" msgstr "" -#: config/xtensa-relax.c:1680 +#: config/xtensa-relax.c:1690 #, c-format msgid "opcode '%s': no bound opname '%s' for precondition in %s" msgstr "" -#: config/xtensa-relax.c:1687 +#: config/xtensa-relax.c:1697 #, c-format msgid "opcode '%s': precondition only contains constants in '%s'" msgstr "" -#: config/xtensa-relax.c:1734 +#: config/xtensa-relax.c:1744 msgid "expected one operand for generated literal" msgstr "" -#: config/xtensa-relax.c:1741 +#: config/xtensa-relax.c:1751 msgid "expected 0 operands for generated label" msgstr "" -#: config/xtensa-relax.c:1754 +#: config/xtensa-relax.c:1764 #, c-format msgid "invalid opcode '%s' in transition rule '%s'" msgstr "" -#: config/xtensa-relax.c:1762 +#: config/xtensa-relax.c:1772 #, c-format msgid "opcode '%s': replacement does not have %d ops" msgstr "" -#: config/xtensa-relax.c:1776 +#: config/xtensa-relax.c:1786 #, c-format msgid "opcode '%s': cannot find literal definition" msgstr "" -#: config/xtensa-relax.c:1792 config/xtensa-relax.c:1818 +#: config/xtensa-relax.c:1802 config/xtensa-relax.c:1832 #, c-format msgid "opcode %s: unidentified operand '%s' in '%s'" msgstr "" -#: config/xtensa-relax.c:1813 +#: config/xtensa-relax.c:1827 #, c-format msgid "unknown user-defined function %s" msgstr "" -#: config/xtensa-relax.c:1824 +#: config/xtensa-relax.c:1838 #, c-format msgid "opcode %s: could not parse operand '%s' in '%s'" msgstr "" -#: config/xtensa-relax.c:1865 +#: config/xtensa-relax.c:1879 #, c-format msgid "could not parse INSN_PATTERN '%s'" msgstr "" -#: config/xtensa-relax.c:1869 +#: config/xtensa-relax.c:1883 #, c-format msgid "could not parse INSN_REPL '%s'" msgstr "" -#: config/xtensa-relax.c:1880 +#: config/xtensa-relax.c:1894 #, c-format msgid "could not build transition for %s => %s" msgstr "" @@ -13687,91 +14813,100 @@ msgstr "" msgid "can't close `%s'" msgstr "" -#: dw2gencfi.c:284 +#: dw2gencfi.c:294 #, c-format msgid "register save offset not a multiple of %u" msgstr "" -#: dw2gencfi.c:367 +#: dw2gencfi.c:377 msgid "CFI state restore without previous remember" msgstr "" -#: dw2gencfi.c:419 +#: dw2gencfi.c:432 msgid "missing separator" msgstr "" -#: dw2gencfi.c:469 +#: dw2gencfi.c:482 msgid "bad register expression" msgstr "" -#: dw2gencfi.c:490 dw2gencfi.c:613 dw2gencfi.c:651 dw2gencfi.c:721 +#: dw2gencfi.c:503 dw2gencfi.c:626 dw2gencfi.c:664 dw2gencfi.c:734 +#: dw2gencfi.c:806 msgid "CFI instruction used without previous .cfi_startproc" msgstr "" -#: dw2gencfi.c:675 +#: dw2gencfi.c:688 msgid "invalid or unsupported encoding in .cfi_personality" msgstr "" -#: dw2gencfi.c:682 +#: dw2gencfi.c:695 msgid ".cfi_personality requires encoding and symbol arguments" msgstr "" -#: dw2gencfi.c:705 +#: dw2gencfi.c:718 msgid "wrong second argument to .cfi_personality" msgstr "" -#: dw2gencfi.c:745 +#: dw2gencfi.c:758 dw2gencfi.c:834 msgid "invalid or unsupported encoding in .cfi_lsda" msgstr "" -#: dw2gencfi.c:752 +#: dw2gencfi.c:765 msgid ".cfi_lsda requires encoding and symbol arguments" msgstr "" -#: dw2gencfi.c:777 +#: dw2gencfi.c:790 msgid "wrong second argument to .cfi_lsda" msgstr "" -#: dw2gencfi.c:792 +#: dw2gencfi.c:855 +msgid "wrong third argument to .cfi_val_encoded_addr" +msgstr "" + +#: dw2gencfi.c:870 msgid "previous CFI entry not closed (missing .cfi_endproc)" msgstr "" -#: dw2gencfi.c:827 +#: dw2gencfi.c:905 msgid ".cfi_endproc without corresponding .cfi_startproc" msgstr "" -#: dw2gencfi.c:1372 +#: dw2gencfi.c:1515 msgid "open CFI at the end of file; missing .cfi_endproc directive" msgstr "" -#: dwarf2dbg.c:524 dwarf2dbg.c:559 +#: dwarf2dbg.c:542 dwarf2dbg.c:577 msgid "file number less than one" msgstr "" -#: dwarf2dbg.c:534 +#: dwarf2dbg.c:552 #, c-format msgid "file number %ld already allocated" msgstr "" -#: dwarf2dbg.c:564 dwarf2dbg.c:1286 +#: dwarf2dbg.c:582 dwarf2dbg.c:1335 #, c-format msgid "unassigned file number %ld" msgstr "" -#: dwarf2dbg.c:632 +#: dwarf2dbg.c:651 msgid "is_stmt value not 0 or 1" msgstr "" -#: dwarf2dbg.c:644 +#: dwarf2dbg.c:663 msgid "isa number less than zero" msgstr "" -#: dwarf2dbg.c:650 +#: dwarf2dbg.c:675 +msgid "discriminator less than zero" +msgstr "" + +#: dwarf2dbg.c:681 #, c-format msgid "unknown .loc sub-directive `%s'" msgstr "" -#: dwarf2dbg.c:1343 +#: dwarf2dbg.c:1398 msgid "internal error: unknown dwarf2 format" msgstr "" @@ -13928,10 +15063,6 @@ msgstr "" msgid ".loc before .file" msgstr "" -#: ecoff.c:3368 -msgid "bad .weakext directive" -msgstr "" - #: ecoff.c:3436 #, c-format msgid ".stab%c is not supported" @@ -13965,92 +15096,101 @@ msgstr "" msgid "GP prologue size exceeds field size, using 0 instead" msgstr "" -#: expr.c:81 read.c:3577 +#: expr.c:88 read.c:3621 msgid "bignum invalid" msgstr "" -#: expr.c:83 read.c:3579 read.c:4042 read.c:4904 +#: expr.c:90 read.c:3623 read.c:4091 read.c:4957 msgid "floating point number invalid" msgstr "" -#: expr.c:204 +#: expr.c:211 msgid "bad floating-point constant: exponent overflow" msgstr "" -#: expr.c:208 +#: expr.c:215 #, c-format msgid "bad floating-point constant: unknown error code=%d" msgstr "" -#: expr.c:387 +#: expr.c:394 msgid "" "a bignum with underscores may not have more than 8 hex digits in any word" msgstr "" -#: expr.c:410 +#: expr.c:417 msgid "a bignum with underscores must have exactly 4 words" msgstr "" #. Either not seen or not defined. #. @@ Should print out the original string instead of #. the parsed number. -#: expr.c:533 +#: expr.c:540 #, c-format msgid "backward ref to unknown label \"%d:\"" msgstr "" -#: expr.c:651 +#: expr.c:658 msgid "character constant too large" msgstr "" -#: expr.c:897 +#: expr.c:904 #, c-format msgid "expr.c(operand): bad atof_generic return val %d" msgstr "" -#: expr.c:958 +#: expr.c:970 #, c-format msgid "missing '%c'" msgstr "" -#: expr.c:969 read.c:4388 +#: expr.c:981 read.c:4437 msgid "EBCDIC constants are not supported" msgstr "" -#: expr.c:1081 +#: expr.c:1096 #, c-format msgid "Unary operator %c ignored because bad operand follows" msgstr "" -#: expr.c:1127 expr.c:1152 +#: expr.c:1142 expr.c:1167 msgid "syntax error in .startof. or .sizeof." msgstr "" -#: expr.c:1663 +#: expr.c:1248 expr.c:1602 +#, c-format +msgid "invalid use of operator \"%s\"" +msgstr "" + +#: expr.c:1746 msgid "missing operand; zero assumed" msgstr "" -#: expr.c:1698 +#: expr.c:1785 msgid "left operand is a bignum; integer 0 assumed" msgstr "" -#: expr.c:1700 +#: expr.c:1787 msgid "left operand is a float; integer 0 assumed" msgstr "" -#: expr.c:1709 +#: expr.c:1796 msgid "right operand is a bignum; integer 0 assumed" msgstr "" -#: expr.c:1711 +#: expr.c:1798 msgid "right operand is a float; integer 0 assumed" msgstr "" -#: expr.c:1779 symbols.c:1356 +#: expr.c:1866 symbols.c:1356 msgid "division by zero" msgstr "" -#: expr.c:1879 +#: expr.c:1872 +msgid "shift count" +msgstr "" + +#: expr.c:1975 msgid "operation combines symbols in different segments" msgstr "" @@ -14079,7 +15219,7 @@ msgstr "" #. line here (assuming of course that we actually have a line of #. input to read), so that it can be displayed in the listing #. that is produced at the end of the assembly. -#: input-file.c:138 input-scrub.c:241 listing.c:335 +#: input-file.c:138 input-scrub.c:241 listing.c:334 msgid "{standard input}" msgstr "" @@ -14093,7 +15233,7 @@ msgstr "" msgid "can't read from %s: %s" msgstr "" -#: input-file.c:249 listing.c:1188 output-file.c:69 +#: input-file.c:249 listing.c:1389 output-file.c:69 #, c-format msgid "can't close %s: %s" msgstr "" @@ -14102,7 +15242,7 @@ msgstr "" msgid "macros nested too deeply" msgstr "" -#: input-scrub.c:369 input-scrub.c:393 +#: input-scrub.c:375 input-scrub.c:399 msgid "partial line at end of file ignored" msgstr "" @@ -14111,15 +15251,15 @@ msgstr "" msgid "Unable to allocate memory for new instructions\n" msgstr "" -#: listing.c:241 +#: listing.c:240 msgid "Warning:" msgstr "" -#: listing.c:247 +#: listing.c:246 msgid "Error:" msgstr "" -#: listing.c:1074 +#: listing.c:1275 #, c-format msgid "" "\n" @@ -14127,62 +15267,62 @@ msgid "" "\n" msgstr "" -#: listing.c:1084 +#: listing.c:1285 #, c-format msgid "%s " msgstr "" -#: listing.c:1089 +#: listing.c:1290 #, c-format msgid "" "\n" "\t%s " msgstr "" -#: listing.c:1099 +#: listing.c:1300 msgid "" "\n" " options passed\t: " msgstr "" -#: listing.c:1138 +#: listing.c:1339 #, c-format msgid "" " GNU assembler version %s (%s)\n" "\t using BFD version %s." msgstr "" -#: listing.c:1141 +#: listing.c:1342 #, c-format msgid "" "\n" " input file \t: %s" msgstr "" -#: listing.c:1142 +#: listing.c:1343 #, c-format msgid "" "\n" " output file \t: %s" msgstr "" -#: listing.c:1143 +#: listing.c:1344 #, c-format msgid "" "\n" " target \t: %s" msgstr "" -#: listing.c:1167 +#: listing.c:1368 #, c-format msgid "can't open %s: %s" msgstr "" -#: listing.c:1260 +#: listing.c:1461 msgid "strange paper height, set to no form" msgstr "" -#: listing.c:1324 +#: listing.c:1525 msgid "new line in title" msgstr "" @@ -14371,48 +15511,48 @@ msgstr "" msgid "can't create %s: %s" msgstr "" -#: read.c:462 +#: read.c:463 msgid "bad or irreducible absolute expression" msgstr "" -#: read.c:488 +#: read.c:489 #, c-format msgid "error constructing %s pseudo-op table: %s" msgstr "" -#: read.c:898 +#: read.c:899 #, c-format msgid "unknown pseudo-op: `%s'" msgstr "" -#: read.c:985 +#: read.c:986 #, c-format msgid "label \"%d$\" redefined" msgstr "" -#: read.c:1220 +#: read.c:1221 msgid ".abort detected. Abandoning ship." msgstr "" -#: read.c:1238 read.c:2615 +#: read.c:1239 read.c:2651 msgid "ignoring fill value in absolute section" msgstr "" -#: read.c:1329 +#: read.c:1330 #, c-format msgid "alignment too large: %u assumed" msgstr "" -#: read.c:1361 +#: read.c:1362 msgid "expected fill pattern missing" msgstr "" -#: read.c:1470 +#: read.c:1471 #, c-format msgid "size (%ld) out of range, ignored" msgstr "" -#: read.c:1499 +#: read.c:1500 #, c-format msgid "size of \"%s\" is already %ld; not changing to %ld" msgstr "" @@ -14426,326 +15566,327 @@ msgstr "" #. We do not want to barf on this, especially since such files are used #. in the GCC and GDB testsuites. So we check for negative line numbers #. rather than non-positive line numbers. -#: read.c:1749 +#: read.c:1750 #, c-format msgid "line numbers must be positive; line number %d rejected" msgstr "" -#: read.c:1786 +#: read.c:1787 #, c-format msgid "incompatible flag %i in line directive" msgstr "" -#: read.c:1798 +#: read.c:1799 #, c-format msgid "unsupported flag %i in line directive" msgstr "" -#: read.c:1837 +#: read.c:1838 msgid "start address not supported" msgstr "" -#: read.c:1846 +#: read.c:1847 msgid ".err encountered" msgstr "" -#: read.c:1862 +#: read.c:1863 msgid ".error directive invoked in source file" msgstr "" -#: read.c:1863 +#: read.c:1864 msgid ".warning directive invoked in source file" msgstr "" -#: read.c:1869 +#: read.c:1870 #, c-format msgid "%s argument must be a string" msgstr "" -#: read.c:1901 read.c:1903 +#: read.c:1902 read.c:1904 #, c-format msgid ".fail %ld encountered" msgstr "" -#: read.c:1939 +#: read.c:1944 #, c-format msgid ".fill size clamped to %d" msgstr "" -#: read.c:1944 +#: read.c:1949 msgid "size negative; .fill ignored" msgstr "" -#: read.c:1950 +#: read.c:1955 msgid "repeat < 0; .fill ignored" msgstr "" -#: read.c:2088 +#: read.c:2111 +#, c-format +msgid "Attribute name not recognised: %s" +msgstr "" + +#: read.c:2126 msgid "expected numeric constant" msgstr "" -#: read.c:2144 +#: read.c:2167 msgid "bad string constant" msgstr "" -#: read.c:2148 +#: read.c:2171 msgid "expected , " msgstr "" -#: read.c:2222 +#: read.c:2246 #, c-format msgid "unrecognized .linkonce type `%s'" msgstr "" -#: read.c:2234 +#: read.c:2258 msgid ".linkonce is not supported for this object file format" msgstr "" -#: read.c:2256 +#: read.c:2280 #, c-format msgid "bfd_set_section_flags: %s" msgstr "" -#: read.c:2329 +#: read.c:2353 msgid "expected alignment after size" msgstr "" -#: read.c:2544 +#: read.c:2580 #, c-format msgid "attempt to redefine pseudo-op `%s' ignored" msgstr "" -#: read.c:2563 +#: read.c:2599 msgid "ignoring macro exit outside a macro definition." msgstr "" -#: read.c:2610 +#: read.c:2646 #, c-format msgid "invalid segment \"%s\"" msgstr "" -#: read.c:2618 +#: read.c:2654 msgid "only constant offsets supported in absolute section" msgstr "" -#: read.c:2657 +#: read.c:2693 msgid "MRI style ORG pseudo-op not supported" msgstr "" -#: read.c:2810 +#: read.c:2846 #, c-format msgid "unrecognized section type `%s'" msgstr "" -#: read.c:2824 +#: read.c:2860 msgid "absolute sections are not supported" msgstr "" -#: read.c:2839 +#: read.c:2875 #, c-format msgid "unrecognized section command `%s'" msgstr "" -#: read.c:2903 +#: read.c:2939 #, c-format msgid ".end%c encountered without preceeding %s" msgstr "" -#: read.c:2933 +#: read.c:2969 #, c-format msgid "%s without %s" msgstr "" -#: read.c:3157 +#: read.c:3197 msgid "unsupported variable size or fill value" msgstr "" -#: read.c:3185 +#: read.c:3225 msgid ".space repeat count is zero, ignored" msgstr "" -#: read.c:3187 +#: read.c:3227 msgid ".space repeat count is negative, ignored" msgstr "" -#: read.c:3216 +#: read.c:3256 msgid "space allocation too complex in absolute section" msgstr "" -#: read.c:3222 +#: read.c:3262 msgid "space allocation too complex in common section" msgstr "" -#: read.c:3309 read.c:4630 +#: read.c:3353 read.c:4683 #, c-format msgid "bad floating literal: %s" msgstr "" -#: read.c:3469 +#: read.c:3513 #, c-format msgid "%s: would close weakref loop: %s" msgstr "" -#: read.c:3515 +#: read.c:3559 #, c-format msgid "junk at end of line, first unrecognized character valued 0x%x" msgstr "" -#: read.c:3573 -msgid "missing expression" -msgstr "" - -#: read.c:3641 +#: read.c:3687 #, c-format msgid "`%s' can't be equated to common symbol '%s'" msgstr "" -#: read.c:3769 +#: read.c:3815 msgid "rva without symbol" msgstr "" -#: read.c:3826 +#: read.c:3872 msgid "missing or bad offset expression" msgstr "" -#: read.c:3847 +#: read.c:3893 msgid "missing reloc type" msgstr "" -#: read.c:3859 +#: read.c:3905 msgid "unrecognized reloc type" msgstr "" -#: read.c:3875 +#: read.c:3921 msgid "bad reloc expression" msgstr "" -#: read.c:3998 +#: read.c:4047 msgid "attempt to store value in absolute section" msgstr "" -#: read.c:4036 read.c:4898 +#: read.c:4085 read.c:4951 msgid "zero assumed for missing expression" msgstr "" -#: read.c:4048 read.c:4910 write.c:260 +#: read.c:4097 read.c:4963 write.c:268 write.c:973 msgid "register value used as expression" msgstr "" -#: read.c:4128 +#: read.c:4177 #, c-format msgid "value 0x%llx truncated to 0x%llx" msgstr "" -#: read.c:4131 +#: read.c:4180 msgid "value 0x%I64x truncated to 0x%I64x" msgstr "" -#: read.c:4135 +#: read.c:4184 #, c-format msgid "value 0x%lx truncated to 0x%lx" msgstr "" -#: read.c:4152 +#: read.c:4201 #, c-format msgid "bignum truncated to %d bytes" msgstr "" -#: read.c:4461 read.c:4652 +#: read.c:4510 read.c:4705 msgid "unresolvable or nonpositive repeat count; using 1" msgstr "" -#: read.c:4510 +#: read.c:4559 #, c-format msgid "unknown floating type type '%c'" msgstr "" -#: read.c:4532 +#: read.c:4581 msgid "floating point constant too large" msgstr "" -#: read.c:5060 +#: read.c:5117 msgid "strings must be placed into a section" msgstr "" -#: read.c:5108 +#: read.c:5165 msgid "expected " msgstr "" #. To be compatible with BSD 4.2 as: give the luser a linefeed!! -#: read.c:5141 read.c:5227 +#: read.c:5198 read.c:5284 msgid "unterminated string; newline inserted" msgstr "" -#: read.c:5235 +#: read.c:5292 msgid "bad escaped character in string" msgstr "" -#: read.c:5260 +#: read.c:5317 msgid "expected address expression" msgstr "" -#: read.c:5279 +#: read.c:5336 #, c-format msgid "symbol \"%s\" undefined; zero assumed" msgstr "" -#: read.c:5282 +#: read.c:5339 msgid "some symbol undefined; zero assumed" msgstr "" -#: read.c:5318 +#: read.c:5375 msgid "this string may not contain '\\0'" msgstr "" -#: read.c:5354 +#: read.c:5411 msgid "missing string" msgstr "" -#: read.c:5441 +#: read.c:5502 #, c-format msgid ".incbin count zero, ignoring `%s'" msgstr "" -#: read.c:5467 +#: read.c:5528 #, c-format msgid "file not found: %s" msgstr "" -#: read.c:5481 +#: read.c:5542 #, c-format msgid "seek to end of .incbin file failed `%s'" msgstr "" -#: read.c:5492 +#: read.c:5553 #, c-format msgid "skip (%ld) or count (%ld) invalid for file size (%ld)" msgstr "" -#: read.c:5499 +#: read.c:5560 #, c-format msgid "could not skip to %ld in file `%s'" msgstr "" -#: read.c:5508 +#: read.c:5569 #, c-format msgid "truncated file `%s', %ld of %ld bytes read" msgstr "" -#: read.c:5666 +#: read.c:5727 msgid "missing .func" msgstr "" -#: read.c:5683 +#: read.c:5744 msgid ".endfunc missing for previous .func" msgstr "" -#: read.c:5812 +#: read.c:5881 #, c-format msgid "missing closing `%c'" msgstr "" -#: read.c:5814 +#: read.c:5883 msgid "stray `\\'" msgstr "" @@ -14831,7 +15972,7 @@ msgstr "" msgid "division by zero when setting `%s'" msgstr "" -#: symbols.c:1439 write.c:1825 +#: symbols.c:1439 write.c:1846 #, c-format msgid "can't resolve value for symbol `%s'" msgstr "" @@ -14846,135 +15987,135 @@ msgstr "" msgid "attempt to get value of unresolved symbol `%s'" msgstr "" -#: symbols.c:2191 +#: symbols.c:2193 msgid "section symbols are already global" msgstr "" -#: symbols.c:2302 +#: symbols.c:2306 #, c-format msgid "Accessing function `%s' as thread-local object" msgstr "" -#: symbols.c:2306 +#: symbols.c:2310 #, c-format msgid "Accessing `%s' as thread-local object" msgstr "" -#: write.c:159 +#: write.c:167 #, c-format msgid "field fx_size too small to hold %d" msgstr "" -#: write.c:436 +#: write.c:444 #, c-format msgid "attempt to .org/.space backwards? (%ld)" msgstr "" -#: write.c:664 +#: write.c:675 msgid "invalid offset expression" msgstr "" -#: write.c:686 +#: write.c:697 msgid "invalid reloc expression" msgstr "" -#: write.c:1039 +#: write.c:1056 #, c-format msgid "value of %s too large for field of %d bytes at %s" msgstr "" -#: write.c:1051 +#: write.c:1068 #, c-format msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "" -#: write.c:1095 +#: write.c:1112 msgid "redefined symbol cannot be used on reloc" msgstr "" -#: write.c:1108 +#: write.c:1125 msgid "relocation out of range" msgstr "" -#: write.c:1111 +#: write.c:1128 #, c-format msgid "%s:%u: bad return from bfd_install_relocation: %x" msgstr "" -#: write.c:1175 +#: write.c:1192 msgid "internal error: fixup not contained within frag" msgstr "" -#: write.c:1228 +#: write.c:1245 msgid "reloc not within (fixed part of) section" msgstr "" -#: write.c:1295 write.c:1316 +#: write.c:1312 write.c:1333 #, c-format msgid "can't write %s: %s" msgstr "" -#: write.c:1346 +#: write.c:1363 msgid "cannot write to output file" msgstr "" -#: write.c:1500 +#: write.c:1517 #, c-format msgid "%d error%s, %d warning%s, generating bad object file" msgstr "" -#: write.c:1507 +#: write.c:1524 #, c-format msgid "%d error%s, %d warning%s, no object file generated" msgstr "" -#: write.c:1742 +#: write.c:1763 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "" -#: write.c:1756 +#: write.c:1777 #, c-format msgid "local label `%s' is not defined" msgstr "" -#: write.c:1776 +#: write.c:1797 #, c-format msgid "Local symbol `%s' can't be equated to common symbol `%s'" msgstr "" -#: write.c:1783 +#: write.c:1804 #, c-format msgid "can't make global register symbol `%s'" msgstr "" -#: write.c:2052 +#: write.c:2074 #, c-format msgid "alignment padding (%lu bytes) not a multiple of %ld" msgstr "" -#: write.c:2210 +#: write.c:2232 #, c-format msgid ".word %s-%s+%s didn't fit" msgstr "" -#: write.c:2299 +#: write.c:2327 msgid "padding added" msgstr "" -#: write.c:2349 +#: write.c:2377 msgid "attempt to move .org backwards" msgstr "" -#: write.c:2373 +#: write.c:2401 msgid ".space specifies non-absolute value" msgstr "" -#: write.c:2388 +#: write.c:2416 msgid ".space or .fill with negative value, ignored" msgstr "" -#: write.c:2459 +#: write.c:2487 #, c-format msgid "" "Infinite loop encountered whilst attempting to compute the addresses of " -- 2.34.1