diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-20 23:52:58 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-20 23:52:58 +0000 |
commit | 538aae9db504049a2cf59814e5875716b2730196 (patch) | |
tree | e1668dd8a3bbad68b6fc6fa4e1354d6160bb9859 | |
parent | 55555bbca244f54f5c7761891eb583a52892111b (diff) | |
download | gdb-538aae9db504049a2cf59814e5875716b2730196.zip gdb-538aae9db504049a2cf59814e5875716b2730196.tar.gz gdb-538aae9db504049a2cf59814e5875716b2730196.tar.bz2 |
Add paragraph on multiple maintainers.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a9c948b..fb16748 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 21 10:30:39 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * MAINTAINERS: Add note on multiple maintainers. + 2000-02-19 Philippe De Muyter <phdm@macqel.be> * cli-out.c (cli_table_header): Type of parameter `alignment' is diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 143abe1..b90fb5c 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -13,6 +13,12 @@ check in changes outside of the immediate domain that they maintain. If there is no maintainer for a given domain then the problem falls to the head maintainer. +If there are several maintainers for a given domain then the problem +falls to the first maintainer. The second and third maintainers are +firstly known to have expertise in the given domain and secondly are +available to step in if the first maintainer is to be absent for any +reason. + Target/Architecture: Generic ISA - Instruction Set Architecture - issues. API variants, CPU variants. *-tdep.c. |