aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-05-30 18:35:12 +0000
committerAndrew Cagney <cagney@redhat.com>2005-05-30 18:35:12 +0000
commit67e27301b80e25cc62ea535d5970b60fa21eafd3 (patch)
tree0bfca1823c550a46e526f4cd1657887c9a7d8391 /gdb
parente9472921798607fa97f0dfd86a03efd26c72474a (diff)
downloadgdb-67e27301b80e25cc62ea535d5970b60fa21eafd3.zip
gdb-67e27301b80e25cc62ea535d5970b60fa21eafd3.tar.gz
gdb-67e27301b80e25cc62ea535d5970b60fa21eafd3.tar.bz2
2005-05-30 Andrew Cagney <cagney@gnu.org>
* MAINTAINERS: Drop architecture and target vectors.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/MAINTAINERS6
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 98a42e3..dbe98e4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-30 Andrew Cagney <cagney@gnu.org>
+
+ * MAINTAINERS: Drop architecture and target vectors.
+
2005-05-29 Eli Zaretskii <eliz@gnu.org>
* config/djgpp/fnchange.lst: Add mappings for linux-ppc-low.c and
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index a61d05b..bbb2833 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -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,