X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=sim%2Fcommon%2Fsim-base.h;h=3f702f6c5d147da94b81999b3d11f06b925c6e38;hb=6b4a89357a450b6d6bd517fe435bb15e17038f24;hp=1fbd9b2bd491bea4549e49db631677372cee2ea9;hpb=27cddce2ee06c2cb085ff7abdb2ac534f3b1fabc;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h index 1fbd9b2bd4..3f702f6c5d 100644 --- a/sim/common/sim-base.h +++ b/sim/common/sim-base.h @@ -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 */