aboutsummaryrefslogtreecommitdiff
path: root/bfd/archures.c
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/archures.c
parentbc31405ebb2c4297ae815ab59f59165014347528 (diff)
downloadgdb-086b06f3c9daa4eee3c1ddd547af32553d1187d6.zip
gdb-086b06f3c9daa4eee3c1ddd547af32553d1187d6.tar.gz
gdb-086b06f3c9daa4eee3c1ddd547af32553d1187d6.tar.bz2
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/archures.c')
-rw-r--r--bfd/archures.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/archures.c b/bfd/archures.c
index 2321038..89c7990 100644
--- a/bfd/archures.c
+++ b/bfd/archures.c
@@ -232,7 +232,6 @@ DESCRIPTION
.#define bfd_mach_h8300sx 6
.#define bfd_mach_h8300sxn 7
. bfd_arch_pdp11, {* DEC PDP-11. *}
-. bfd_arch_plugin,
. bfd_arch_powerpc, {* PowerPC. *}
.#define bfd_mach_ppc 32
.#define bfd_mach_ppc64 64
@@ -654,7 +653,6 @@ extern const bfd_arch_info_type bfd_ns32k_arch;
extern const bfd_arch_info_type bfd_or1k_arch;
extern const bfd_arch_info_type bfd_pdp11_arch;
extern const bfd_arch_info_type bfd_pj_arch;
-extern const bfd_arch_info_type bfd_plugin_arch;
extern const bfd_arch_info_type bfd_powerpc_archs[];
#define bfd_powerpc_arch bfd_powerpc_archs[0]
extern const bfd_arch_info_type bfd_pru_arch;