summaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2020-01-27 14:09:00 +0100
committerAndreas Schwab <schwab@suse.de>2020-01-27 14:31:29 +0100
commit086b06f3c9daa4eee3c1ddd547af32553d1187d6 (patch)
tree7e5a274e50dc0f3f5120722ec38d640b1bc9559b /bfd/Makefile.am
parentbc31405ebb2c4297ae815ab59f59165014347528 (diff)
downloadbinutils-gdb-086b06f3c9daa4eee3c1ddd547af32553d1187d6.tar.gz
Remove cpu-plugin.c
After commit 999d6dff80f cpu-plugin.c is no longer begin used. * Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo. (ALL_MACHINES_CFILES): Remove cpu-plugin.c. * Makefile.in: Regenerate. * cpu-plugin.c: Remove. * archures.c (enum bfd_architecture): Remove bfd_arch_plugin. (bfd_plugin_arch): Remove declaration. * bfd-in2.h: Regenerate. * po/SRC-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index d32640a12c5..7053a678a74 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -144,7 +144,6 @@ ALL_MACHINES = \
cpu-or1k.lo \
cpu-pdp11.lo \
cpu-pj.lo \
- cpu-plugin.lo \
cpu-powerpc.lo \
cpu-pru.lo \
cpu-rs6000.lo \
@@ -229,7 +228,6 @@ ALL_MACHINES_CFILES = \
cpu-or1k.c \
cpu-pdp11.c \
cpu-pj.c \
- cpu-plugin.c \
cpu-powerpc.c \
cpu-pru.c \
cpu-rs6000.c \