forked from Imagelibrary/binutils-gdb
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:
@@ -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