diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-10-29 00:02:51 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-10-29 00:02:51 +0000 |
commit | b7966a5adc3cbf38544dca97a9025df896a3db4c (patch) | |
tree | a34b83eb1c1e957b8fd3d8e6e25994ef57bca4d3 /gdb/ChangeLog | |
parent | 18bea424b7f4b9b3e36f9ac590130f3a67e0e609 (diff) | |
download | gdb-b7966a5adc3cbf38544dca97a9025df896a3db4c.zip gdb-b7966a5adc3cbf38544dca97a9025df896a3db4c.tar.gz gdb-b7966a5adc3cbf38544dca97a9025df896a3db4c.tar.bz2 |
* Makefile.in (MMALLOC_DIR): New definition.
(MMALLOC): Use MMALLOC_DIR.
(MMALLOC_CFLAGS): Look in MMALLOC_DIR for mmalloc.h.
(OPCODES): Remove gratuitous "./".
* defs.h (mmalloc.h): Include.
(mmalloc, mrealloc, etc): Remove decls.
(cplus_demangle, cplus_demangle_opname): Remove decls.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c2ebe96..f442ae6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 28 16:16:52 1994 Stan Shebs (shebs@andros.cygnus.com) + + * Makefile.in (MMALLOC_DIR): New definition. + (MMALLOC): Use MMALLOC_DIR. + (MMALLOC_CFLAGS): Look in MMALLOC_DIR for mmalloc.h. + (OPCODES): Remove gratuitous "./". + * defs.h (mmalloc.h): Include. + (mmalloc, mrealloc, etc): Remove decls. + (cplus_demangle, cplus_demangle_opname): Remove decls. + Wed Oct 26 15:41:07 1994 Stu Grossman (grossman@cygnus.com) * defs.h, gdbtk.c, main.c, top.c: Change sense and name of |