gas/testsuite/
[deliverable/binutils-gdb.git] / gold / Makefile.in
index 48ae0bad4e75e8f812aa4a8d47f5da9cb6327ccf..bbc54171f2d6f98e9e729b75aaaa9edee92b5f29 100644 (file)
@@ -76,12 +76,13 @@ libgold_a_AR = $(AR) $(ARFLAGS)
 libgold_a_LIBADD =
 am__objects_1 = archive.$(OBJEXT) binary.$(OBJEXT) common.$(OBJEXT) \
        compressed_output.$(OBJEXT) copy-relocs.$(OBJEXT) \
-       defstd.$(OBJEXT) dirsearch.$(OBJEXT) dynobj.$(OBJEXT) \
-       dwarf_reader.$(OBJEXT) ehframe.$(OBJEXT) errors.$(OBJEXT) \
-       expression.$(OBJEXT) fileread.$(OBJEXT) gold.$(OBJEXT) \
-       gold-threads.$(OBJEXT) layout.$(OBJEXT) mapfile.$(OBJEXT) \
-       merge.$(OBJEXT) object.$(OBJEXT) options.$(OBJEXT) \
-       output.$(OBJEXT) parameters.$(OBJEXT) readsyms.$(OBJEXT) \
+       cref.$(OBJEXT) defstd.$(OBJEXT) descriptors.$(OBJEXT) \
+       dirsearch.$(OBJEXT) dynobj.$(OBJEXT) dwarf_reader.$(OBJEXT) \
+       ehframe.$(OBJEXT) errors.$(OBJEXT) expression.$(OBJEXT) \
+       fileread.$(OBJEXT) gold.$(OBJEXT) gold-threads.$(OBJEXT) \
+       layout.$(OBJEXT) mapfile.$(OBJEXT) merge.$(OBJEXT) \
+       object.$(OBJEXT) options.$(OBJEXT) output.$(OBJEXT) \
+       parameters.$(OBJEXT) readsyms.$(OBJEXT) \
        reduced_debug_output.$(OBJEXT) reloc.$(OBJEXT) \
        resolve.$(OBJEXT) script-sections.$(OBJEXT) script.$(OBJEXT) \
        stringpool.$(OBJEXT) symtab.$(OBJEXT) target-select.$(OBJEXT) \
@@ -316,7 +317,9 @@ CCFILES = \
        common.cc \
        compressed_output.cc \
        copy-relocs.cc \
+       cref.cc \
        defstd.cc \
+       descriptors.cc \
        dirsearch.cc \
        dynobj.cc \
        dwarf_reader.cc \
@@ -352,8 +355,10 @@ HFILES = \
        common.h \
        compressed_output.h \
        copy-relocs.h \
+       cref.h \
        defstd.h \
        dirsearch.h \
+       descriptors.h \
        dynobj.h \
        dwarf_reader.h \
        ehframe.h \
@@ -524,7 +529,9 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_output.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy-relocs.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cref.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/descriptors.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_reader.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
@@ -1088,7 +1095,7 @@ install-exec-local: ld-new$(EXEEXT)
 install-data-local: install-info
 
 po/POTFILES.in: @MAINT@ Makefile
-       for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
+       for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
          && mv tmp $(srcdir)/po/POTFILES.in
 
 # Bootstrap test support.  We use ld-new to build ld1, then use ld1 to
This page took 0.023856 seconds and 4 git commands to generate.