diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-02-07 03:11:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-02-07 03:11:44 +0000 |
commit | 58cfabe6f8b559d79be8946424e263e5ecc955f2 (patch) | |
tree | 6d2e419c6ed148b0a205f2dd82605436189b1195 /gdb/MAINTAINERS | |
parent | ea8a41b887c569810fcfd54fe03793a09f7dfef0 (diff) | |
download | gdb-58cfabe6f8b559d79be8946424e263e5ecc955f2.zip gdb-58cfabe6f8b559d79be8946424e263e5ecc955f2.tar.gz gdb-58cfabe6f8b559d79be8946424e263e5ecc955f2.tar.bz2 |
* MAINTAINERS: Add ``The Obvious Fix Rule''.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 412c2fc..764de67 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -27,6 +27,20 @@ responsibility falls to the first maintainer. The first maintainer is free to devolve that responsibility among the other maintainers. + The Obvious Fix Rule + +All maintainers listed in this file are allowed to check in obvious +fixes. + +An "obvious fix" means that there is no possibility that anyone will +disagree with the change. Something like bypassing an interface will +result in instantaneous and loud complaints. + +A good mental test is "will the person who hates my work the most be +able to find fault with the change" - if so, then it's not obvious and +needs to be posted first. :-) + + Target/Architecture: Generic ISA (Instruction Set Architecture) issues, API variants, CPU |