aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-10-08 23:04:45 +0000
committerFred Fish <fnf@specifix.com>1993-10-08 23:04:45 +0000
commita71c0593c6f836e5e6607619209938dff0e7a093 (patch)
tree86301b457663ec9c4c902a3a1370cf6d561110c9 /gdb/ChangeLog
parent22d33fb2f56e233cc6d5f7bb80e8d3883e4aa098 (diff)
downloadgdb-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/ChangeLog6
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.