diff options
author | Alan Modra <amodra@gmail.com> | 2021-11-15 09:49:54 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-15 12:20:12 +1030 |
commit | 64f5c8167b1bf098d7e054fb32a65bc252f9d18b (patch) | |
tree | e997f8aaa9e9104b7e978b4c47c262c35fb42343 /ld | |
parent | da7ee7f9ce2fc8c278a46e0b360d44319a5a1e7a (diff) | |
download | binutils-64f5c8167b1bf098d7e054fb32a65bc252f9d18b.zip binutils-64f5c8167b1bf098d7e054fb32a65bc252f9d18b.tar.gz binutils-64f5c8167b1bf098d7e054fb32a65bc252f9d18b.tar.bz2 |
Regenerate a couple of files
A couple of files changed on my latest --enable-maintainer-mode
build. ld/Makefile.in had a missing dependency but better sorting of
the loongson entries.
intl/
* configure: Regenerate.
ld/
* Makefile.am: Sort loongson entries.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/Makefile.am | 4 | ||||
-rw-r--r-- | ld/Makefile.in | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index b41bba4..2fe9e28 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -408,8 +408,8 @@ ALL_64_EMULATION_SOURCES = \ eelf32elmip.c \ eelf32elmipvxworks.c \ eelf32l4300.c \ - eelf32loongarch.c \ eelf32lmip.c \ + eelf32loongarch.c \ eelf32lr5900.c \ eelf32lr5900n32.c \ eelf32lriscv.c \ @@ -440,9 +440,9 @@ ALL_64_EMULATION_SOURCES = \ eelf64btsmip.c \ eelf64btsmip_fbsd.c \ eelf64hppa.c \ + eelf64loongarch.c \ eelf64lppc.c \ eelf64lppc_fbsd.c \ - eelf64loongarch.c \ eelf64lriscv.c \ eelf64lriscv_lp64.c \ eelf64lriscv_lp64f.c \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 6a194ae..3570f7f 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -929,9 +929,9 @@ ALL_64_EMULATION_SOURCES = \ eelf64btsmip.c \ eelf64btsmip_fbsd.c \ eelf64hppa.c \ + eelf64loongarch.c \ eelf64lppc.c \ eelf64lppc_fbsd.c \ - eelf64loongarch.c \ eelf64lriscv.c \ eelf64lriscv_lp64.c \ eelf64lriscv_lp64f.c \ @@ -1357,10 +1357,10 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq10.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq2000.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32l4300.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32loongarch.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32fd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lmip.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32loongarch.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppclinux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcnto.Po@am__quote@ @@ -2569,6 +2569,7 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS) @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmip.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmipvxworks.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32l4300.Pc@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32loongarch.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lmip.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900n32.Pc@am__quote@ |