2003-02-27 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Thu, 27 Feb 2003 23:17:52 +0000 (23:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
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 bdac848a90a6f5ca44945c7bef9c4f7c90d018d2..020c3ff5fbb4d297b45937f3e4d03dee786bf779 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 7d7f8843db4964e50cf42d06034b689e2cadcb56..217c82638f28f49fbda9e0ad14da4b443f4972c6 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)
This page took 0.029152 seconds and 4 git commands to generate.