diff options
author | Andreas Schwab <schwab@suse.de> | 2020-01-27 14:09:00 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2020-01-27 14:31:29 +0100 |
commit | 086b06f3c9daa4eee3c1ddd547af32553d1187d6 (patch) | |
tree | 7e5a274e50dc0f3f5120722ec38d640b1bc9559b /bfd/bfd-in2.h | |
parent | bc31405ebb2c4297ae815ab59f59165014347528 (diff) | |
download | binutils-086b06f3c9daa4eee3c1ddd547af32553d1187d6.zip binutils-086b06f3c9daa4eee3c1ddd547af32553d1187d6.tar.gz binutils-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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 7c13bc8..8144b16 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1615,7 +1615,6 @@ enum bfd_architecture #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 |