]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
Include the <root>/cpu/ dir in GDB releases
authorJoel Brobecker <brobecker@gnat.com>
Fri, 19 Aug 2011 15:48:36 +0000 (15:48 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 19 Aug 2011 15:48:36 +0000 (15:48 +0000)
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'.

ChangeLog
src-release

index 23e45c84e2dc9f2437211e14618d1f81ff398bde..e572d9582adae3a7a053c7089c8bf18c1cb54581 100644 (file)
--- 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:
index 8c25e6bdeeee63baa2cf0c2b1de56ff3d0cc34ff..cba438492415794ebe2c147612700fbc22e1106d 100644 (file)
@@ -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)" \