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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f187228..93f15d9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 8 15:54:06 1993 Fred Fish (fnf@deneb.cygnus.com) + + * 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. + Fri Oct 8 14:56:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * inflow.c: Remove unused includes of sys/param.h, etc. |