mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
Remove mips_pdr_data
mips_pdr_data is unused, so this patch removes it. gdb/ChangeLog 2019-05-08 Tom Tromey <tom@tromey.com> * mips-tdep.c (mips_pdr_data): Remove. (_initialize_mips_tdep): Update.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2019-05-08 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* mips-tdep.c (mips_pdr_data): Remove.
|
||||
(_initialize_mips_tdep): Update.
|
||||
|
||||
2019-05-08 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* hppa-tdep.c (hppa_objfile_priv_data): Change type.
|
||||
|
@ -58,8 +58,6 @@
|
||||
#include "target-float.h"
|
||||
#include <algorithm>
|
||||
|
||||
static const struct objfile_data *mips_pdr_data;
|
||||
|
||||
static struct type *mips_register_type (struct gdbarch *gdbarch, int regnum);
|
||||
|
||||
static int mips32_instruction_has_delay_slot (struct gdbarch *gdbarch,
|
||||
@ -8985,8 +8983,6 @@ _initialize_mips_tdep (void)
|
||||
|
||||
gdbarch_register (bfd_arch_mips, mips_gdbarch_init, mips_dump_tdep);
|
||||
|
||||
mips_pdr_data = register_objfile_data ();
|
||||
|
||||
/* Create feature sets with the appropriate properties. The values
|
||||
are not important. */
|
||||
mips_tdesc_gp32 = allocate_target_description ();
|
||||
|
Reference in New Issue
Block a user