Skip to content

Commit 80ca5f9

Browse files
author
Sergio Durigan Junior
committed
Add "contrib" to the list of GDB support dirs (on src-release.sh)
On commit: commit 5a69961 Author: Rainer Orth <[email protected]> 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 <[email protected]> * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
1 parent 319dbdf commit 80ca5f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-09-12 Sergio Durigan Junior <[email protected]>
2+
3+
* src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
4+
15
2018-07-16 Nick Clifton <[email protected]>
26

37
* src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.

src-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ gas_release()
313313
tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
314314
}
315315

316-
GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib"
316+
GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib"
317317
gdb_release()
318318
{
319319
compressors=$1

0 commit comments

Comments
 (0)