From e961c696dcb226d5b58bd8b17b1cf5491d87f846 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 24 Mar 2022 09:38:55 +0100 Subject: x86: drop L1OM/K1OM support from ld This was only rudimentary support anyway; none of the sub-architecture specific insns were ever supported. --- ld/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ld/Makefile.am') diff --git a/ld/Makefile.am b/ld/Makefile.am index b55a873..e53bef1 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -454,10 +454,6 @@ ALL_64_EMULATION_SOURCES = \ eelf64rdos.c \ eelf64tilegx.c \ eelf64tilegx_be.c \ - eelf_k1om.c \ - eelf_k1om_fbsd.c \ - eelf_l1om.c \ - eelf_l1om_fbsd.c \ eelf_mipsel_haiku.c \ eelf_x86_64.c \ eelf_x86_64_cloudabi.c \ @@ -949,10 +945,6 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS) @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64rdos.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx_be.Pc@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om.Pc@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om_fbsd.Pc@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om.Pc@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om_fbsd.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_mipsel_haiku.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_cloudabi.Pc@am__quote@ -- cgit v1.1