OSDN Git Service

2003-02-27 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Thu, 27 Feb 2003 23:17:52 +0000 (23:17 +0000)
committercagney <cagney>
Thu, 27 Feb 2003 23:17:52 +0000 (23:17 +0000)
* arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.

gdb/ChangeLog
gdb/arm-tdep.c

index bdac848..020c3ff 100644 (file)
@@ -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.
index 7d7f884..217c826 100644 (file)
@@ -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)