This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hi,

 I've noticed that after this change:

commit 0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8
Author: Stan Shebs <shebs@codesourcery.com>
Date:   Mon Sep 16 18:00:34 2013 +0000

we've now got a stale reference in gdb/CONTRIBUTE to our former internals 
documentation in gdb/doc.  Let's fix it up.  OK to apply?

2014-09-02  Maciej W. Rozycki  <macro@codesourcery.com>

	gdb/
	* CONTRIBUTE (Coding Standards): For internals refer to wiki,
	not gdb/doc.

  Maciej

gdb-contrib-gdbint.diff
Index: gdb-fsf-trunk-quilt/gdb/CONTRIBUTE
===================================================================
--- gdb-fsf-trunk-quilt.orig/gdb/CONTRIBUTE	2013-10-26 20:23:01.000000000 +0100
+++ gdb-fsf-trunk-quilt/gdb/CONTRIBUTE	2014-09-01 17:58:42.068940061 +0100
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]