Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2011-08-19 19:51:11 +0400
committerJoel Brobecker <brobecker@adacore.com>2011-08-19 19:51:11 +0400
commit288eb86a1396a3c318242e181a31e5bad9ce0d76 (patch)
tree25dedfe974243780ef64ea3f5cdb2839cdf2b87f
parent9b2d2a364c41c3e5b84bd6dacbfd0821c8322d80 (diff)
Include the <root>/cpu/ dir in GDB releasesgdb_7_3_1-2011-09-04-releasegdb_7_3-branch
This directory contains some files that are used to generate some of the files included in the GDB release, and thus must be part of the GDB release also. ChangeLog: * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
-rw-r--r--ChangeLog4
-rw-r--r--src-release2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72fdf1744..3931ee1c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-19 Joel Brobecker <brobecker@adacore.com>
+
+ * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
+
2011-05-17 Joseph Myers <joseph@codesourcery.com>
* configure.ac (avr-*-*): Add comment about why libssp is disabled.
diff --git a/src-release b/src-release
index 8c25e6bde..cba438492 100644
--- a/src-release
+++ b/src-release
@@ -269,7 +269,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 libdecnumber
+GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber cpu
gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
$(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
MD5PROG="$(MD5PROG)" \