2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
authorSiva Chandra Reddy <sivachandra@sourceware.org>
Wed, 25 Apr 2012 07:08:07 +0000 (07:08 +0000)
committerSiva Chandra Reddy <sivachandra@sourceware.org>
Wed, 25 Apr 2012 07:08:07 +0000 (07:08 +0000)
* CONTRIBUTE: Use unified diff instead of context diff when
generating patches.

gdb/CONTRIBUTE
gdb/ChangeLog

index 2d24bba2ec629e5a208a3c0231c75eb5a9ea4b80..cdec2464b9173eb71e5c48ac2e2f09742ff29c49 100644 (file)
@@ -71,9 +71,9 @@ o     Submitting Patches
        documentation (i.e., .texi files).
 
        The patch itself. If you are accessing the CVS repository use
-       "cvs update; cvs diff -cp"; else, use "diff -cp OLD NEW" or
-       "diff -up OLD NEW". If your version of diff does not support
-       these options, then get the latest version of GNU diff.
+       "cvs update; cvs diff -up"; else, use "diff -up OLD NEW". If
+       your version of diff does not support these options, then get
+       the latest version of GNU diff.
 
        We accept patches as plain text (preferred for the compilers
        themselves), MIME attachments (preferred for the web pages),
index 14bf93432baf29eaeed876ec324f9e6742a6a672..8babaaa73ec0d68c4ee644594141e712c265286c 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * CONTRIBUTE: Use unified diff instead of context diff when
+       generating patches.
+
 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support