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

Re: [maint] Drop gdbarch/target


With patch:

Andrew Cagney wrote:
seeing as they are now both largely going in the right direction

Andrew

Eli,

I've also included an addition to the contributors section mentioning a bit of the history.

Ok?


2005-05-30  Andrew Cagney  <cagney@gnu.org>

	* MAINTAINERS: Drop architecture and target vectors.

Index: doc/ChangeLog
2005-05-30  Andrew Cagney  <cagney@gnu.org>

	* gdb.texinfo (Contributors): Note the original multi-arch
	contributors.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.318
diff -p -u -r1.318 MAINTAINERS
--- MAINTAINERS	28 May 2005 08:49:13 -0000	1.318
+++ MAINTAINERS	30 May 2005 18:34:00 -0000
@@ -185,10 +185,10 @@ Solaris/SPARC native & host (devolved)
 
 Core: Generic components used by all of GDB
 
-generic arch support	Andrew Cagney		cagney@redhat.com
+generic arch support	(Global Maintainers)
 			Any host/target maintainer can add to
-			gdbarch.{c,h,sh}.  Send tricky ones to cagney.
-target vector		Andrew Cagney		cagney@redhat.com
+			gdbarch.{c,h,sh}.
+target vector		(Global Maintainers)
 
 event loop		Elena Zannoni           ezannoni@redhat.com
                         For the part of top.c related to the event loop,
Index: doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.258
diff -p -u -r1.258 gdb.texinfo
--- doc/gdb.texinfo	29 May 2005 03:13:18 -0000	1.258
+++ doc/gdb.texinfo	30 May 2005 18:34:02 -0000
@@ -477,6 +477,13 @@ Cygnus Solutions, implemented the origin
 Jim Blandy added support for preprocessor macros, while working for Red
 Hat.
 
+Andrew Cagney designed @var{gdbn}'s architecture vector.  Many may
+people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
+Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
+Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
+Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
+with the migration of old architectures to this new framework.
+
 @node Sample Session
 @chapter A Sample @value{GDBN} Session
 

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