jit: make gdb_object::symtabs an std::forward_list
[deliverable/binutils-gdb.git] / src-release.sh
index 90d556896c9795ff714d2f059edf1ea9d4c554e7..275f0f24b5d3c1a3e764865684eb8495b55c2378 100755 (executable)
@@ -66,7 +66,7 @@ getver()
        cat VER.tmp | grep 'version\[\]' | sed 's/.*"\([^"]*\)".*/\1/' | sed 's/-git$//'
         rm -f VER.tmp
     elif test -f $tool/version.in; then
-       head -1 $tool/version.in
+       head -1 $tool/version.in
     else
        echo VERSION
     fi
@@ -315,7 +315,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 gnulib"
+GDB_SUPPORT_DIRS="bfd include libiberty libctf opcodes readline sim intl libdecnumber cpu zlib contrib gnulib"
 gdb_release()
 {
     compressors=$1
This page took 0.023831 seconds and 4 git commands to generate.