[binutils-gdb] ld: Remove elf_i386_ldso reference
Rainer Orth
ro@sourceware.org
Thu Dec 11 15:27:40 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c2c9bb46be70ebadcb95c5aca5ce28fd458e6425
commit c2c9bb46be70ebadcb95c5aca5ce28fd458e6425
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date: Thu Dec 11 16:27:14 2025 +0100
ld: Remove elf_i386_ldso reference
There's still a reference to the removed elf_i386_ldso emulation, breaking
the build with --enable-targets=all.
Tested on x86_64-pc-linux-gnu.
2025-12-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
ld:
* Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_ldso.c.
* Makefile.in: Regenerate.
Diff:
---
ld/Makefile.am | 1 -
ld/Makefile.in | 2 --
2 files changed, 3 deletions(-)
diff --git a/ld/Makefile.am b/ld/Makefile.am
index c006448bdca..4b0a6ef884f 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -278,7 +278,6 @@ ALL_EMULATION_SOURCES = \
eelf_i386_be.c \
eelf_i386_fbsd.c \
eelf_i386_haiku.c \
- eelf_i386_ldso.c \
eelf_i386_sol2.c \
eelf_i386_vxworks.c \
eelf_iamcu.c \
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 0acf5f473e2..dc9bef2b26d 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -792,7 +792,6 @@ ALL_EMULATION_SOURCES = \
eelf_i386_be.c \
eelf_i386_fbsd.c \
eelf_i386_haiku.c \
- eelf_i386_ldso.c \
eelf_i386_sol2.c \
eelf_i386_vxworks.c \
eelf_iamcu.c \
@@ -1473,7 +1472,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_be.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_fbsd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_haiku.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_ldso.Po@am__quote@
@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@
More information about the Binutils-cvs
mailing list