From b77b7f52b886b60cfc13858d1d3f0b8e8d702147 Mon Sep 17 00:00:00 2001 From: Siva Chandra Reddy Date: Wed, 25 Apr 2012 07:08:07 +0000 Subject: [PATCH] 2012-04-25 Siva Chandra Reddy * CONTRIBUTE: Use unified diff instead of context diff when generating patches. --- gdb/CONTRIBUTE | 6 +++--- gdb/ChangeLog | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index 2d24bba..cdec246 100644 --- a/gdb/CONTRIBUTE +++ b/gdb/CONTRIBUTE @@ -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), diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 14bf934..8babaaa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-04-25 Siva Chandra Reddy + + * CONTRIBUTE: Use unified diff instead of context diff when + generating patches. + 2012-04-24 Maciej W. Rozycki * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support -- 2.7.4