gas: blackfin: add tests for recent loop label fixes
[deliverable/binutils-gdb.git] / gas / Makefile.in
index 84e2f50d3f14fdff70cac49fe3fa0beda16b477d..1aa9bb452a28210a44187133a4bc6e73c8379844 100644 (file)
@@ -73,14 +73,14 @@ CONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in
 CONFIG_CLEAN_VPATH_FILES =
 PROGRAMS = $(noinst_PROGRAMS)
 am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \
-       cond.$(OBJEXT) depend.$(OBJEXT) dwarf2dbg.$(OBJEXT) \
-       dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) ehopt.$(OBJEXT) \
-       expr.$(OBJEXT) flonum-copy.$(OBJEXT) flonum-konst.$(OBJEXT) \
-       flonum-mult.$(OBJEXT) frags.$(OBJEXT) hash.$(OBJEXT) \
-       input-file.$(OBJEXT) input-scrub.$(OBJEXT) listing.$(OBJEXT) \
-       literal.$(OBJEXT) macro.$(OBJEXT) messages.$(OBJEXT) \
-       output-file.$(OBJEXT) read.$(OBJEXT) remap.$(OBJEXT) \
-       sb.$(OBJEXT) stabs.$(OBJEXT) subsegs.$(OBJEXT) \
+       compress-debug.$(OBJEXT) cond.$(OBJEXT) depend.$(OBJEXT) \
+       dwarf2dbg.$(OBJEXT) dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) \
+       ehopt.$(OBJEXT) expr.$(OBJEXT) flonum-copy.$(OBJEXT) \
+       flonum-konst.$(OBJEXT) flonum-mult.$(OBJEXT) frags.$(OBJEXT) \
+       hash.$(OBJEXT) input-file.$(OBJEXT) input-scrub.$(OBJEXT) \
+       listing.$(OBJEXT) literal.$(OBJEXT) macro.$(OBJEXT) \
+       messages.$(OBJEXT) output-file.$(OBJEXT) read.$(OBJEXT) \
+       remap.$(OBJEXT) sb.$(OBJEXT) stabs.$(OBJEXT) subsegs.$(OBJEXT) \
        symbols.$(OBJEXT) write.$(OBJEXT)
 am_as_new_OBJECTS = $(am__objects_1)
 as_new_OBJECTS = $(am_as_new_OBJECTS)
@@ -311,6 +311,7 @@ GAS_CFILES = \
        app.c \
        as.c \
        atof-generic.c \
+       compress-debug.c \
        cond.c \
        depend.c \
        dwarf2dbg.c \
@@ -345,6 +346,7 @@ HFILES = \
        bignum.h \
        bit_fix.h \
        cgen.h \
+       compress-debug.h \
        dwarf2dbg.h \
        dw2gencfi.h \
        ecoff.h \
@@ -575,48 +577,10 @@ MULTI_CFILES = \
        config/e-mipsecoff.c \
        config/e-mipself.c
 
-CONFIG_OBJS = \
-       $(TARG_CPU_O) \
-       $(OBJ_FORMAT_O) \
-       $(ATOF_TARG_O) \
-       $(extra_objects)
-
-GENERIC_OBJS = \
-       app.@OBJEXT@ \
-       as.@OBJEXT@ \
-       atof-generic.@OBJEXT@ \
-       cond.@OBJEXT@ \
-       depend.@OBJEXT@ \
-       dwarf2dbg.@OBJEXT@ \
-       dw2gencfi.@OBJEXT@ \
-       ehopt.@OBJEXT@ \
-       expr.@OBJEXT@ \
-       flonum-konst.@OBJEXT@ \
-       flonum-copy.@OBJEXT@ \
-       flonum-mult.@OBJEXT@ \
-       frags.@OBJEXT@ \
-       hash.@OBJEXT@ \
-       input-file.@OBJEXT@ \
-       input-scrub.@OBJEXT@ \
-       literal.@OBJEXT@ \
-       messages.@OBJEXT@ \
-       output-file.@OBJEXT@ \
-       read.@OBJEXT@ \
-       remap.@OBJEXT@ \
-       subsegs.@OBJEXT@ \
-       symbols.@OBJEXT@ \
-       write.@OBJEXT@ \
-       listing.@OBJEXT@ \
-       ecoff.@OBJEXT@ \
-       stabs.@OBJEXT@ \
-       sb.@OBJEXT@ \
-       macro.@OBJEXT@
-
 CONFIG_ATOF_CFILES = \
        config/atof-ieee.c \
        config/atof-vax.c
 
-OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
 POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
        $(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
        $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
@@ -771,6 +735,7 @@ distclean-compile:
 @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)/compress-debug.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@
This page took 0.023749 seconds and 4 git commands to generate.