From 04e799796f9141d24f211677a60bdb0d46c03679 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 16 Sep 2014 23:45:30 +0100 Subject: [PATCH] CONTRIBUTE: For internals refer to wiki, not gdb/doc --- gdb/CONTRIBUTE | 7 ++++--- gdb/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index 03f21611a2..30f51ccdc7 100644 --- a/gdb/CONTRIBUTE +++ b/gdb/CONTRIBUTE @@ -32,11 +32,12 @@ o Coding Standards Submissions which do not conform to the standards will be returned with a request to reformat the changes. + Ref: http://www.gnu.org/prep/standards_toc.html + GDB has certain additional coding requirements. Those - requirements are explained in the GDB internals documentation - in the gdb/doc directory. + requirements are explained in the GDB internals documentation. - Ref: http://www.gnu.org/prep/standards_toc.html + Ref: http://sourceware.org/gdb/wiki/Internals%20Coding-Standards o Copyright Assignment diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 82162743eb..1d326065eb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-09-16 Maciej W. Rozycki + + * CONTRIBUTE (Coding Standards): For internals refer to wiki, + not gdb/doc. + 2014-09-16 Sergio Durigan Junior * objc-lang.c (find_implementation_from_class): Remove dead code. -- 2.34.1