summaryrefslogtreecommitdiff
path: root/sim/i960/sim-if.c
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-03-06 00:56:43 +0000
committerDavid Carlton <carlton@bactrian.org>2003-03-06 00:56:43 +0000
commit7e08d3087ba5fdeb658bcd13d333082efce78257 (patch)
tree4301ea268ab39b53f7243453399615ac9cc0fdb4 /sim/i960/sim-if.c
parent0c40460023b3ee8a5b9b37f5bedd604f482f4963 (diff)
downloadgdb-7e08d3087ba5fdeb658bcd13d333082efce78257.tar.gz
2003-03-05 David Carlton <carlton@math.stanford.edu>
* Merge with mainline. Tag is carlton_dictionary-20030305-merge.
Diffstat (limited to 'sim/i960/sim-if.c')
-rw-r--r--sim/i960/sim-if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/i960/sim-if.c b/sim/i960/sim-if.c
index 6179739b3c2..423dac09db9 100644
--- a/sim/i960/sim-if.c
+++ b/sim/i960/sim-if.c
@@ -52,7 +52,7 @@ SIM_DESC
sim_open (kind, callback, abfd, argv)
SIM_OPEN_KIND kind;
host_callback *callback;
- struct _bfd *abfd;
+ struct bfd *abfd;
char **argv;
{
char c;
@@ -178,7 +178,7 @@ sim_close (sd, quitting)
SIM_RC
sim_create_inferior (sd, abfd, argv, envp)
SIM_DESC sd;
- struct _bfd *abfd;
+ struct bfd *abfd;
char **argv;
char **envp;
{