Module Name: src
Committed By: rin
Date: Mon Aug 28 02:13:18 UTC 2023
Modified Files:
src/external/gpl3/binutils/dist/ld: Makefile.am Makefile.in
Log Message:
binutils/ld: Clean up emulations
- Drop armnbsd.c for a.out support to NetBSD/arm.
- Drop locally added ILP32 mips and riscv from ALL_EMULATION_SOURCES;
they require 64-bit integer supports, and already registered in
ALL_64_EMULATION_SOURCES.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/binutils/dist/ld/Makefile.am
cvs rdiff -u -r1.18 -r1.19 src/external/gpl3/binutils/dist/ld/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/binutils/dist/ld/Makefile.am
diff -u src/external/gpl3/binutils/dist/ld/Makefile.am:1.17 src/external/gpl3/binutils/dist/ld/Makefile.am:1.18
--- src/external/gpl3/binutils/dist/ld/Makefile.am:1.17 Sat Dec 24 20:17:07 2022
+++ src/external/gpl3/binutils/dist/ld/Makefile.am Mon Aug 28 02:13:18 2023
@@ -187,7 +187,6 @@ ALL_EMULATION_SOURCES = \
earmelfb_nbsd.c \
earmelfb_nbsd_eabi.c \
earmelfb_nbsd_eabihf.c \
- earmnbsd.c \
earmnto.c \
earmpe.c \
eavr1.c \
@@ -248,12 +247,6 @@ ALL_EMULATION_SOURCES = \
eelf32lppclinux.c \
eelf32lppcnto.c \
eelf32lppcsim.c \
- eelf32lriscv.c \
- eelf32lsmip.c \
- eelf32ltsmip.c \
- eelf32ltsmip_fbsd.c \
- eelf32ltsmipn32.c \
- eelf32ltsmipn32_fbsd.c \
eelf32m32c.c \
eelf32mb_linux.c \
eelf32mbel_linux.c \
Index: src/external/gpl3/binutils/dist/ld/Makefile.in
diff -u src/external/gpl3/binutils/dist/ld/Makefile.in:1.18 src/external/gpl3/binutils/dist/ld/Makefile.in:1.19
--- src/external/gpl3/binutils/dist/ld/Makefile.in:1.18 Mon Jan 2 00:55:46 2023
+++ src/external/gpl3/binutils/dist/ld/Makefile.in Mon Aug 28 02:13:18 2023
@@ -684,7 +684,6 @@ ALL_EMULATION_SOURCES = \
earmelfb_nbsd.c \
earmelfb_nbsd_eabi.c \
earmelfb_nbsd_eabihf.c \
- earmnbsd.c \
earmnto.c \
earmpe.c \
eavr1.c \
@@ -745,12 +744,6 @@ ALL_EMULATION_SOURCES = \
eelf32lppclinux.c \
eelf32lppcnto.c \
eelf32lppcsim.c \
- eelf32lriscv.c \
- eelf32lsmip.c \
- eelf32ltsmip.c \
- eelf32ltsmip_fbsd.c \
- eelf32ltsmipn32.c \
- eelf32ltsmipn32_fbsd.c \
eelf32m32c.c \
eelf32mb_linux.c \
eelf32mbel_linux.c \