This is the mail archive of the gdb-patches@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]

[commit] misordered names in Write After Approval list


I just noticed while looking at another patch that a couple of names
where added at the end of the write-after-approval list rather than
in alpha order. Fixed thusly.

2010-07-27  Joel Brobecker  <brobecker@adacore.com>

	* MAINTAINERS (Write After Approval): Reorder a couple of entries.

Checked in.

---
 gdb/ChangeLog   |    4 ++++
 gdb/MAINTAINERS |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index af61e4d..0635a14 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-27  Joel Brobecker  <brobecker@adacore.com>
+
+	* MAINTAINERS (Write After Approval): Reorder a couple of entries.
+
 2010-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* dwarf2read.c (read_string): Rename to ...
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 230cd84..2eab132 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -495,6 +495,7 @@ Dhananjay Deshpande				dhananjayd@kpitcummins.com
 Markus Deuling					deuling@de.ibm.com
 Klee Dienes					kdienes@apple.com
 Gabriel Dos Reis                                gdr@integrable-solutions.net
+Sergio Durigan Junior				sergiodj@linux.vnet.ibm.com
 Michael Eager					eager@eagercon.com
 Richard Earnshaw				rearnsha@arm.com
 Steve Ellcey					sje@cup.hp.com
@@ -558,6 +559,7 @@ Chris Moller					cmoller@redhat.com
 Phil Muldoon					pmuldoon@redhat.com
 Pierre Muller					muller@sourceware.org
 Gaius Mulley                                    gaius@glam.ac.uk
+Masaki Muranaka					monaka@monami-software.com
 Joseph Myers					joseph@codesourcery.com
 Fernando Nasser					fnasser@redhat.com
 Adam Nemet					anemet@caviumnetworks.com
@@ -624,8 +626,6 @@ Jie Zhang					jie@codesourcery.com
 Wu Zhou						woodzltc@cn.ibm.com
 Yoshinori Sato					ysato@users.sourceforge.jp
 Hui Zhu						teawater@gmail.com
-Sergio Durigan Junior				sergiodj@linux.vnet.ibm.com
-Masaki Muranaka					monaka@monami-software.com
 
 
 			Past Maintainers
-- 
1.7.1


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