]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add gnulib to gdb release tarball
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 21 Jun 2019 12:42:22 +0000 (14:42 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 21 Jun 2019 13:20:34 +0000 (15:20 +0200)
* src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.

ChangeLog
src-release.sh

index c2d02749d6f05527358d8b024aa48808453354f7..1b7f8606279e3854bebf96dbb4cd993e469d0f17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
+
 2019-06-14  Tom Tromey  <tom@tromey.com>
 
        * MAINTAINERS: Add gnulib.
index e1dcd82746902d72e156a5a263f49aaef2578fe4..1654656146f7986d48565555d42e0c9167d2b8c9 100755 (executable)
@@ -311,7 +311,7 @@ gas_release()
     tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
 }
 
-GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib"
+GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib gnulib"
 gdb_release()
 {
     compressors=$1