Regenerate a couple of files
authorAlan Modra <amodra@gmail.com>
Sun, 14 Nov 2021 23:19:54 +0000 (09:49 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 15 Nov 2021 01:50:12 +0000 (12:20 +1030)
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.

intl/configure
ld/Makefile.am
ld/Makefile.in

index 78a1691ffcebfd60b41d9cfcb64be482d8a816ae..24fd69a97e0896d6b96b3275b3ade09190730439 100755 (executable)
@@ -6873,9 +6873,7 @@ case "${host}" in
     sh-*-linux* | sh[2346lbe]*-*-linux*)
        PICFLAG=-fpic
        ;;
-    # FIXME: Simplify to sh*-*-netbsd*?
-    sh-*-netbsd* | shl*-*-netbsd* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
-      sh64-*-netbsd* | sh64l*-*-netbsd*)
+    sh*-*-netbsd*)
        PICFLAG=-fpic
        ;;
     # Default to -fPIC unless specified otherwise.
index b41bba4b63b267cf3867967bae64dc6b541293e7..2fe9e287d23e71a59f37849899fd81d658ed6fac 100644 (file)
@@ -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 \
index 6a194aee5176571cb35b76ac2ebbc3d183a805d5..3570f7f6d1ebfbd94c01abb6641a6a9bebd81b96 100644 (file)
@@ -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@