]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/mn10200/interp.c
Index: arm/ChangeLog
[thirdparty/binutils-gdb.git] / sim / mn10200 / interp.c
index 43a87506184eae307954ac4fc1e42584be40abe2..ea4e04f7e470ccf50d85f306ce719b3d39e5e81e 100644 (file)
@@ -211,7 +211,7 @@ SIM_DESC
 sim_open (kind, cb, abfd, argv)
      SIM_OPEN_KIND kind;
      host_callback *cb;
-     struct _bfd *abfd;
+     struct bfd *abfd;
      char **argv;
 {
   struct simops *s;
@@ -717,7 +717,7 @@ sim_info (sd, verbose)
 SIM_RC
 sim_create_inferior (sd, abfd, argv, env)
      SIM_DESC sd;
-     struct _bfd *abfd;
+     struct bfd *abfd;
      char **argv;
      char **env;
 {