This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add myself as Rust maintainer


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=33541b2e56a653b9260fb1dc2cd7dd73b0c49169

commit 33541b2e56a653b9260fb1dc2cd7dd73b0c49169
Author: Tom Tromey <tom@tromey.com>
Date:   Tue Aug 2 16:58:37 2016 -0600

    Add myself as Rust maintainer
    
    A while ago, Pedro announced that I would be the Rust maintainer for
    gdb.  However, I neglected to update the MAINTAINERS file until now.
    
    2016-08-02  Tom Tromey  <tom@tromey.com>
    
    	* MAINTAINERS (Core): Add self as Rust maintainer.

Diff:
---
 gdb/ChangeLog   | 4 ++++
 gdb/MAINTAINERS | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7820302..2d4c35f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-02  Tom Tromey  <tom@tromey.com>
+
+	* MAINTAINERS (Core): Add self as Rust maintainer.
+
 2016-08-01  Joel Brobecker  <brobecker@adacore.com>
 
 	* NEWS: Create a new section for the next release branch.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index f6446ef..ff09049 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -378,6 +378,7 @@ language support
   C++			Daniel Jacobowitz	drow@false.org
   D			Iain Buclaw		ibuclaw@gdcproject.org
   Objective C support   Adam Fedor		fedor@gnu.org
+  Rust			Tom Tromey		tom@tromey.com
 shared libs		Kevin Buettner		kevinb@redhat.com
 MI interface		Vladimir Prus		vladimir@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]