CONTRIBUTE: For internals refer to wiki, not gdb/doc

This commit is contained in:
Maciej W. Rozycki 2014-09-16 23:45:30 +01:00
parent bffc0964c7
commit 04e799796f
2 changed files with 10 additions and 4 deletions

View File

@ -32,12 +32,13 @@ o Coding Standards
Submissions which do not conform to the standards will be
returned with a request to reformat the changes.
GDB has certain additional coding requirements. Those
requirements are explained in the GDB internals documentation
in the gdb/doc directory.
Ref: http://www.gnu.org/prep/standards_toc.html
GDB has certain additional coding requirements. Those
requirements are explained in the GDB internals documentation.
Ref: http://sourceware.org/gdb/wiki/Internals%20Coding-Standards
o Copyright Assignment

View File

@ -1,3 +1,8 @@
2014-09-16 Maciej W. Rozycki <macro@codesourcery.com>
* CONTRIBUTE (Coding Standards): For internals refer to wiki,
not gdb/doc.
2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
* objc-lang.c (find_implementation_from_class): Remove dead code.