2003-02-27 Andrew Cagney <cagney@redhat.com>
* arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
This commit is contained in:
parent
113dd8b27d
commit
27cddce2ee
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-02-27 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
|
||||
|
||||
2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
|
||||
|
|
|
@ -2101,7 +2101,7 @@ gdb_print_insn_arm (bfd_vma memaddr, disassemble_info *info)
|
|||
static asymbol *asym;
|
||||
static combined_entry_type ce;
|
||||
static struct coff_symbol_struct csym;
|
||||
static struct _bfd fake_bfd;
|
||||
static struct bfd fake_bfd;
|
||||
static bfd_target fake_target;
|
||||
|
||||
if (csym.native == NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue