This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit gdb] Rename _bfd -> bfd


Hello,

This patch performs the operation s/_bfd/bfd/ on the gdb directory.

committed,
Andrew
2003-02-27  Andrew Cagney  <cagney at redhat dot com>

	* arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.

Index: arm-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/arm-tdep.c,v
retrieving revision 1.100
diff -u -r1.100 arm-tdep.c
--- arm-tdep.c	27 Feb 2003 17:48:46 -0000	1.100
+++ arm-tdep.c	27 Feb 2003 23:15:15 -0000
@@ -2101,7 +2101,7 @@
       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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]