summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-08-19 15:48:36 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-08-19 15:48:36 +0000
commitcc7936e568d5b2b9a9ca4208e65099eaa78df018 (patch)
treeea118efb8745077df83bf46ed7420aedd032a8b9
parent94ca0d39f2ec7d8b986f9138f94038a2c511d328 (diff)
downloadbinutils-redhat-cc7936e568d5b2b9a9ca4208e65099eaa78df018.tar.gz
Include the <root>/cpu/ dir in GDB releases
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 23e45c84e2..e572d9582a 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-08-14 Yao Qi <yao@codesourcery.com>
Merge from gcc:
diff --git a/src-release b/src-release
index 8c25e6bdee..cba4384924 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)" \