diff options
author | Nick Clifton <nickc@redhat.com> | 2019-05-29 12:49:13 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-05-29 12:49:13 +0100 |
commit | e33f2313bf63b77763739732be14b469b4b647b7 (patch) | |
tree | 1b52ef161c4626eb927e4ba4bc7d0e39f4b5113a /binutils | |
parent | f948b2de97884bfb4e5fc11d40a6bea9e0b096ae (diff) | |
download | gdb-e33f2313bf63b77763739732be14b469b4b647b7.zip gdb-e33f2313bf63b77763739732be14b469b4b647b7.tar.gz gdb-e33f2313bf63b77763739732be14b469b4b647b7.tar.bz2 |
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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/README-how-to-make-a-release | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f4a9e6a..413e2c1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 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 targets. (HAVE_LIBCTF): Define if libctf support is available. diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index c82563e..bae3848 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. |