]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-base.h
Index: arm/ChangeLog
[thirdparty/binutils-gdb.git] / sim / common / sim-base.h
index 1fbd9b2bd491bea4549e49db631677372cee2ea9..3f702f6c5d147da94b81999b3d11f06b925c6e38 100644 (file)
@@ -171,7 +171,7 @@ typedef struct {
 #define STATE_PROG_ARGV(sd) ((sd)->base.prog_argv)
 
   /* The program's bfd.  */
-  struct _bfd *prog_bfd;
+  struct bfd *prog_bfd;
 #define STATE_PROG_BFD(sd) ((sd)->base.prog_bfd)
 
   /* Symbol table for prog_bfd */