summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-07-22 15:17:20 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-07-22 15:17:20 +0000
commit4bd8a14a7fcbe425d4b3aa4f92cf2398519e58b3 (patch)
treed68123a6dd413a2de31b202bf47fd2e237b52949 /ChangeLog
parent5718be15ec49089e42954e7bca806ad914033d99 (diff)
downloadbinutils-redhat-4bd8a14a7fcbe425d4b3aa4f92cf2398519e58b3.tar.gz
src-release: Fix VER computation for TOOL=gdb
Without this patch, the DATE marker in gdb/version.in does not get replaced by the source packaging date, causing the name of the tarball being created to: have the DATE marker in the tarball name and the name of the directory the sources unpack to (Eg: gdb-7.6.50-DATE-cvs.tar instead of gdb-7.6.50-20130710-cvs.tar). ChangeLog: * src-release (VER): Use $(TOOL)/common/create-version.sh if it exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5158cdd2b7..fb46159209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-22 Joel Brobecker <brobecker@adacore.com>
+
+ * src-release (VER): Use $(TOOL)/common/create-version.sh
+ if it exists.
+
2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/57792