diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-03-24 09:38:55 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-03-24 09:38:55 +0100 |
commit | e961c696dcb226d5b58bd8b17b1cf5491d87f846 (patch) | |
tree | e0b79b0be15db03a28075df6ea55ee31ff9a456c /ld/Makefile.in | |
parent | 526ca202fca70b29167e3dc85f602529183dd3e1 (diff) | |
download | gdb-e961c696dcb226d5b58bd8b17b1cf5491d87f846.zip gdb-e961c696dcb226d5b58bd8b17b1cf5491d87f846.tar.gz gdb-e961c696dcb226d5b58bd8b17b1cf5491d87f846.tar.bz2 |
x86: drop L1OM/K1OM support from ld
This was only rudimentary support anyway; none of the sub-architecture
specific insns were ever supported.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 61e93ee..811490d 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -944,10 +944,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 \ @@ -1452,10 +1448,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_sol2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_vxworks.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_iamcu.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om_fbsd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om_fbsd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_mipsel_haiku.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_s390.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64.Po@am__quote@ @@ -2616,10 +2608,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@ |