diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-11-01 03:28:08 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-11-01 03:28:08 +0000 |
commit | 7047c1d1b1304af27f8e2d2e9f2c3b202d426067 (patch) | |
tree | d5636e58503c4a0dab6b8500f71a121576a71d08 | |
parent | fbf967b0daa0e09cf95ab6273d343a6c2776a0ec (diff) | |
download | gdb-7047c1d1b1304af27f8e2d2e9f2c3b202d426067.zip gdb-7047c1d1b1304af27f8e2d2e9f2c3b202d426067.tar.gz gdb-7047c1d1b1304af27f8e2d2e9f2c3b202d426067.tar.bz2 |
* coffread.c (coff_symfile_init): Remove unused local abfd.
* utils.c [NO_MMALLOC] (mmalloc, mrealloc): Define and use size_t
instead of long, for compatibility with mmalloc.h.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2eeceb5..bae527f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 31 19:19:51 1994 Stan Shebs (shebs@andros.cygnus.com) + + * coffread.c (coff_symfile_init): Remove unused local abfd. + * utils.c [NO_MMALLOC] (mmalloc, mrealloc): Define and use size_t + instead of long, for compatibility with mmalloc.h. + Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * top.c (line_completion_function): Renamed from |