From dab33830ab3ce4667a67cedfe82c0738d5d9211f Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 11 Oct 2007 18:15:01 +0000 Subject: [PATCH] * src-release (GDB_SUPPORT_DIRS): Add libdecnumber. * libdecnumber: New directory, imported from GCC. --- ChangeLog | 5 +++++ MAINTAINERS | 4 ++++ src-release | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3d10489c..a9100dc79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-11 Daniel Jacobowitz + + * src-release (GDB_SUPPORT_DIRS): Add libdecnumber. + * libdecnumber: New directory, imported from GCC. + 2007-10-08 Mike Frysinger * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, diff --git a/MAINTAINERS b/MAINTAINERS index 6c5f73280..57ad6f02c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -57,6 +57,10 @@ intl/; config.rhost; libiberty/; libiberty's part of include/ merge. Otherwise, changes are automatically merged, usually within a day. +libdecnumber/ + See libiberty. The master copy of this directory is in the GCC + repository. + ltconfig; ltmain.sh; ltcf-*.sh libtool: http://www.gnu.org/software/libtool/ Changes need to be done in tandem with the official LIBTOOL diff --git a/src-release b/src-release index 98fa4f414..8b3144284 100644 --- a/src-release +++ b/src-release @@ -271,7 +271,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 opcodes readline sim intl +GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb $(MAKE) -f $(SELF) gdb-taz TOOL=gdb \ MD5PROG="$(MD5PROG)" \