diff options
author | Fred Fish <fnf@specifix.com> | 1993-10-08 23:04:45 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-10-08 23:04:45 +0000 |
commit | a71c0593c6f836e5e6607619209938dff0e7a093 (patch) | |
tree | 86301b457663ec9c4c902a3a1370cf6d561110c9 /gdb/remote-sim.c | |
parent | 22d33fb2f56e233cc6d5f7bb80e8d3883e4aa098 (diff) | |
download | gdb-a71c0593c6f836e5e6607619209938dff0e7a093.zip gdb-a71c0593c6f836e5e6607619209938dff0e7a093.tar.gz gdb-a71c0593c6f836e5e6607619209938dff0e7a093.tar.bz2 |
* osfsolib.c, remote-sim.c, remote.c, solib.c, xcoffexec.c,
xcoffsolib.h: Use 'abfd' for bfd variables instead of 'bfd'.
Sun cc doesn't like variable names that match their typedef'd type.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 7148e4d..bfde87e 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -165,7 +165,7 @@ gdbsim_load (prog, fromtty) * This is a utility routine that sim_load() can call to do the work. * The result is 0 for success, non-zero for failure. * - * Eg: int sim_load (bfd *bfd, char *prog) { return sim_load_standard (bfd); } + * Eg: int sim_load (bfd *abfd, char *prog) { return sim_load_standard (abfd); } */ sim_load_standard (abfd) |