diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2018-09-12 01:14:31 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2018-09-13 12:33:19 -0400 |
commit | 80ca5f98b86c9b209f392cb52dde8b8471856c5a (patch) | |
tree | 8b5a5e523f2a7cd2390840951129bcfcec2100b5 /ChangeLog | |
parent | 319dbdfbb78d82470498704bca21729e057464f2 (diff) | |
download | fsf-binutils-gdb-80ca5f98b86c9b209f392cb52dde8b8471856c5a.zip fsf-binutils-gdb-80ca5f98b86c9b209f392cb52dde8b8471856c5a.tar.gz fsf-binutils-gdb-80ca5f98b86c9b209f392cb52dde8b8471856c5a.tar.bz2 |
Add "contrib" to the list of GDB support dirs (on src-release.sh)
On commit:
commit 5a6996172e6294ea37054b1a9caa3a923a8fe399
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date: Mon Aug 6 16:05:16 2018 +0200
Update dg-extract-results.* from gcc
dg-extract-results.sh was moved from the "gdb/contrib/" directory to
the toplevel "contrib/" directory. However, src-release.sh was not
updated in order to include "contrib/" in the tarball release of GDB.
This makes it very inconvenient to run and analyze the GDB testsuite
results. This commit adds "contrib/" to the list of support
directories that are included in each GDB release.
ChangeLog:
2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
* src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com> + + * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib". + 2018-07-16 Nick Clifton <nickc@redhat.com> * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib. |