Skip to content

Commit

Permalink
Add "contrib" to the list of GDB support dirs (on src-release.sh)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
Sergio Durigan Junior committed Sep 13, 2018
1 parent 319dbdf commit 80ca5f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-09-12 Sergio Durigan Junior <[email protected]>

* src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".

2018-07-16 Nick Clifton <[email protected]>

* src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
Expand Down
2 changes: 1 addition & 1 deletion src-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ gas_release()
tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
}

GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib"
GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib"
gdb_release()
{
compressors=$1
Expand Down

0 comments on commit 80ca5f9

Please sign in to comment.