mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Remove cpu-plugin.c
After commit 999d6dff80
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.
This commit is contained in:
parent
bc31405ebb
commit
086b06f3c9
@ -1,3 +1,14 @@
|
||||
2020-01-27 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* 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.
|
||||
|
||||
2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||
Alan Modra <amodra@gmail.com>
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -568,7 +568,6 @@ ALL_MACHINES = \
|
||||
cpu-or1k.lo \
|
||||
cpu-pdp11.lo \
|
||||
cpu-pj.lo \
|
||||
cpu-plugin.lo \
|
||||
cpu-powerpc.lo \
|
||||
cpu-pru.lo \
|
||||
cpu-rs6000.lo \
|
||||
@ -653,7 +652,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 \
|
||||
@ -1382,7 +1380,6 @@ distclean-compile:
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-or1k.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pdp11.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pj.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-plugin.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-powerpc.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pru.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-riscv.Plo@am__quote@
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -1,41 +0,0 @@
|
||||
/* BFD support for plugins.
|
||||
Copyright (C) 2009-2020 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include "sysdep.h"
|
||||
#include "bfd.h"
|
||||
#include "libbfd.h"
|
||||
|
||||
const bfd_arch_info_type bfd_plugin_arch =
|
||||
{
|
||||
32, /* Bits in a word. */
|
||||
32, /* Bits in an address. */
|
||||
8, /* Bits in a byte. */
|
||||
bfd_arch_plugin,
|
||||
0, /* Only 1 machine. */
|
||||
"plugin",
|
||||
"plugin",
|
||||
3,
|
||||
TRUE,
|
||||
bfd_default_compatible,
|
||||
bfd_default_scan,
|
||||
bfd_arch_default_fill,
|
||||
NULL,
|
||||
0 /* Maximum offset of a reloc from the start of an insn. */
|
||||
};
|
@ -99,7 +99,6 @@ cpu-ns32k.c
|
||||
cpu-or1k.c
|
||||
cpu-pdp11.c
|
||||
cpu-pj.c
|
||||
cpu-plugin.c
|
||||
cpu-powerpc.c
|
||||
cpu-pru.c
|
||||
cpu-riscv.c
|
||||
|
Loading…
Reference in New Issue
Block a user