diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/MAINTAINERS | 1 |
4 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * MAINTAINERS: Add libctf. + +2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * Makefile.def (host_modules): Add libctf. * Makefile.def (dependencies): Likewise. libctf depends on zlib, libiberty, and bfd. diff --git a/MAINTAINERS b/MAINTAINERS index b09fbc0..b9fa405 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14,7 +14,7 @@ Makefile.*; configure; configure.ac; src-release gdb-patches@sourceware.org bfd/; binutils/; elfcpp/; gas/; gold/; gprof/; ld/; opcodes/; cpu/; -BFD's part of include/ +libctf/; BFD's and libctf's parts of include/ binutils: http://sourceware.org/binutils/ Patches to binutils@sourceware.org. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b66f0b2..ac3f3b9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * MAINTAINERS: Add myself as CTF maintainer. + +2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * objdump.c (ctf-api.h): New include. (dump_ctf_section_info): New variable. (dump_ctf_section_name): Likewise. diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 0094ba4..87b23bf 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -74,6 +74,7 @@ responsibility among the other maintainers. CR16 M R Swami Reddy <MR.Swami.Reddy@nsc.com> CRIS Hans-Peter Nilsson <hp@axis.com> CRX M R Swami Reddy <MR.Swami.Reddy@nsc.com> + CTF Nick Alcock <nick.alcock@oracle.com> C-SKY Lifang Xia <lifang_xia@c-sky.com> C-SKY Yunhai Shang <yunhai_shang@c-sky.com> DLX Nikolaos Kavvadias <nkavv@physics.auth.gr> |