+2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * src-release: Stop distributing mmalloc with gdb (which doesn't
+ use it).
+ * Makefile.def: GDB doesn't depend on mmalloc anymore.
+ * Makefile.in: Regenerate.
+
2004-08-09 Mark Mitchell <mark@codesourcery.com>
* configure.in (arm*-*-eabi*): New target.
dependencies = { module=all-gdb; on=all-libiberty; };
dependencies = { module=all-gdb; on=all-opcodes; };
dependencies = { module=all-gdb; on=all-bfd; };
-dependencies = { module=all-gdb; on=all-mmalloc; };
dependencies = { module=all-gdb; on=all-readline; };
dependencies = { module=all-gdb; on=all-bison; };
dependencies = { module=all-gdb; on=all-byacc; };
all-gdb: maybe-all-libiberty
all-gdb: maybe-all-opcodes
all-gdb: maybe-all-bfd
-all-gdb: maybe-all-mmalloc
all-gdb: maybe-all-readline
all-gdb: maybe-all-bison
all-gdb: maybe-all-byacc
SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
.PHONY: gdb.tar.bz2
-GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
+GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim utils intl
gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
$(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
MD5PROG="$(MD5PROG)" \