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.
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user