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.
This commit is contained in:
parent
4e53fc28a8
commit
3e30605f8c
|
@ -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.
|
||||
|
|
|
@ -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; };
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -273,7 +273,7 @@ gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
|
|||
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)" \
|
||||
|
|
Loading…
Reference in New Issue