From e33f2313bf63b77763739732be14b469b4b647b7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 29 May 2019 12:49:13 +0100 Subject: [PATCH] Update release tools with libctf support. 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 | 5 +++++ binutils/ChangeLog | 5 +++++ binutils/README-how-to-make-a-release | 2 +- src-release.sh | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8cc3f2ea8..7a55fccde1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-05-29 Nick Clifton + + * src-release.sh (do_proto_toplev): Add libctf to list of + directories that can be disabled. + 2019-05-29 Nick Clifton Import this patch from gcc mainline: diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f4a9e6a4fd..413e2c1c37 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-05-29 Nick Clifton + + * README-how-to-make-a-release: Add libctf to list of directories + that need updates in their ChangeLogs. + 2019-05-29 Nick Clifton * configure.ac (LIBCTF): Export. Set to empty for non-ELF based diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index c82563e9df..bae3848569 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -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. diff --git a/src-release.sh b/src-release.sh index 8a50d97603..e1dcd82746 100755 --- a/src-release.sh +++ b/src-release.sh @@ -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 -- 2.34.1