src-release: Stop distributing mmalloc with gdb (which doesn't use it).

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.

From-SVN: r85912
This commit is contained in:
Nathanael Nerode 2004-08-12 22:44:25 +00:00
parent a5fcc9c713
commit b5be499d8c
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,10 @@
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.

View File

@ -268,7 +268,6 @@ dependencies = { module=configure-gdb; on=configure-sim; };
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; };

View File

@ -29437,7 +29437,6 @@ configure-gdb: maybe-configure-sim
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