[binutils-gdb] src-release.sh: add libbacktrace to GDB_SUPPORT_DIRS

Andrew Burgess aburgess@sourceware.org
Tue Sep 28 11:27:24 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=890026e31759ae00c6bbb7eb41b5fe89580a256f

commit 890026e31759ae00c6bbb7eb41b5fe89580a256f
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Fri Sep 24 18:25:20 2021 +0100

    src-release.sh: add libbacktrace to GDB_SUPPORT_DIRS
    
    After the previous commit that imported libbacktrace from gcc, this
    commit updates src-release.sh so that the libbacktrace directory is
    included in the gdb release tar file.
    
    ChangeLog:
    
            * src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.

Diff:
---
 ChangeLog      | 4 ++++
 src-release.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index afa6629abd1..247deffb4c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+	* src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.
+
 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
 
 	PR libctf/27967
diff --git a/src-release.sh b/src-release.sh
index d24a63c99b0..86f6802f96a 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -313,7 +313,7 @@ gas_release()
     tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
 }
 
-GDB_SUPPORT_DIRS="bfd include libiberty libctf opcodes readline sim intl libdecnumber cpu zlib contrib gnulib gdbsupport gdbserver"
+GDB_SUPPORT_DIRS="bfd include libiberty libctf opcodes readline sim intl libdecnumber cpu zlib contrib gnulib gdbsupport gdbserver libbacktrace"
 gdb_release()
 {
     compressors=$1


More information about the Binutils-cvs mailing list