aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-16 15:13:07 +0930
committerAlan Modra <amodra@gmail.com>2018-04-16 15:13:07 +0930
commit5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e (patch)
treebac695902b3f4858c48e4715122291c3cc1e19a0 /ld/Makefile.am
parentb4b594e304d44458e25e106ddb4824a37aaf556c (diff)
downloadbinutils-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.zip
binutils-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.tar.gz
binutils-5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e.tar.bz2
Remove sony newsos3 support
include/ * aout/host.h: Remove newsos3 support. bfd/ * Makefile.am: Remove newsos3 support. * aoutx.h: Likewise. * config.bfd: Likewise. * configure.ac: Likewise. * targets.c: Likewise. * newsos3.c: Delete. * Makefile.in: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. binutils/ * testsuite/binutils-all/copy-2.d: Remove newsos3 support. * testsuite/binutils-all/nm.exp: Likewise. ld/ * Makefile.am: Remove newsos3 support. * configure.tgt: Likewise. * emulparams/news.sh: Delete. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index a919831..fa36dd0 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -366,7 +366,6 @@ ALL_EMULATION_SOURCES = \
ends32belf.c \
ends32belf16m.c \
ends32belf_linux.c \
- enews.c \
ens32knbsd.c \
enios2elf.c \
enios2linux.c \
@@ -1610,9 +1609,6 @@ ends32belf_linux.c: $(srcdir)/emulparams/nds32belf_linux.sh \
$(ELF_DEPS) $(srcdir)/emultempl/nds32elf.em \
$(srcdir)/scripttempl/nds32elf.sc ${GEN_DEPENDS}
-enews.c: $(srcdir)/emulparams/news.sh \
- $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
-
enios2elf.c: $(srcdir)/emulparams/nios2elf.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/nios2elf.em \
$(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}