]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update release tools with libctf support.
authorNick Clifton <nickc@redhat.com>
Wed, 29 May 2019 11:49:13 +0000 (12:49 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 29 May 2019 11:49:13 +0000 (12:49 +0100)
top * src-release.sh (do_proto_toplev): Add libctf to list of
directories that can be disabled.

binutils* README-how-to-make-a-release: Add libctf to list of directories
that need updates in their ChangeLogs.

ChangeLog
binutils/ChangeLog
binutils/README-how-to-make-a-release
src-release.sh

index f8cc3f2ea825dba8113be76ff98e9db569ec544f..7a55fccde1b83c98e8248f79996d03a03383940a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-29  Nick Clifton  <nickc@redhat.com>
+
+       * src-release.sh (do_proto_toplev): Add libctf to list of
+       directories that can be disabled.
+
 2019-05-29  Nick Clifton  <nickc@redhat.com>
 
        Import this patch from gcc mainline:
index f4a9e6a4fdd89c6c0ebd7d8d5f10ed89685b815d..413e2c1c3793bb57d9821bd6573fd2b4b2703de3 100644 (file)
@@ -1,3 +1,8 @@
+2019-05-29  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Add libctf to list of directories
+       that need updates in their ChangeLogs.
+
 2019-05-29  Nick Clifton  <nickc@redhat.com>
 
        * configure.ac (LIBCTF): Export.  Set to empty for non-ELF based
index c82563e9df055f97865008c397e986ddea7c3545..bae38485696a84169ee149fc1d00c73f78115443 100644 (file)
@@ -30,7 +30,7 @@ How to perform a release.
      the NEWS files in gas, ld, gold and binutils.
 
      Likewise for the ChangeLog files in: bfd, binutils, config, cpu,
-     elfcpp, gas, gold, gprof, include, ld, opcodes and toplevel.
+     elfcpp, gas, gold, gprof, include, ld, libctf, opcodes and toplevel.
 
      Add a note of the name of the new branch to binutils/BRANCHES.
 
index 8a50d97603b37b605e6333a23645f47c042ce3b1..e1dcd82746902d72e156a5a263f49aaef2578fe4 100755 (executable)
@@ -89,7 +89,7 @@ do_proto_toplev()
     # built in the gold dir.  The disables speed the build a little.
     enables=
     disables=
-    for dir in binutils gas gdb gold gprof ld libdecnumber readline sim; do
+    for dir in binutils gas gdb gold gprof ld libctf libdecnumber readline sim; do
        case " $tool $support_files " in
            *" $dir "*) enables="$enables --enable-$dir" ;;
            *) disables="$disables --disable-$dir" ;;
@@ -293,7 +293,7 @@ gdb_tar_compress()
 }
 
 # The FSF "binutils" release includes gprof and ld.
-BINUTILS_SUPPORT_DIRS="bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu zlib"
+BINUTILS_SUPPORT_DIRS="bfd gas include libiberty libctf opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu zlib"
 binutils_release()
 {
     compressors=$1