From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13987 invoked by alias); 2 May 2008 21:32:29 -0000 Received: (qmail 13977 invoked by uid 22791); 2 May 2008 21:32:28 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 May 2008 21:32:11 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id C527D3C2FF; Fri, 2 May 2008 14:32:09 -0700 (PDT) Subject: Re: Regression in exec.c (print_section_info) ? From: Michael Snyder To: Nick Roberts Cc: Joel Brobecker , gdb-patches@sourceware.org In-Reply-To: <18458.26814.784453.234316@kahikatea.snap.net.nz> References: <18453.10856.678467.961230@kahikatea.snap.net.nz> <20080429030510.GA28505@adacore.com> <18454.51085.276103.301144@kahikatea.snap.net.nz> <20080501180625.GC3801@adacore.com> <18458.26814.784453.234316@kahikatea.snap.net.nz> Content-Type: text/plain Date: Fri, 02 May 2008 22:29:00 -0000 Message-Id: <1209763929.4615.424.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00116.txt.bz2 On Fri, 2008-05-02 at 13:05 +1200, Nick Roberts wrote: > >... > >... > > > Actually it was a context diff - so you can read them! They just look > > > similar when lines are added. > > > Argh. Consider sending unified diffs, I think others prefer them too. > > When I see context diffs, I usually end up converting it to unified... > > OK. On emacs-devel, RMS asks for context diffs but I guess it's the > maintainer's prerogative to choose. Last time this discussion came up, someone introduced "diff -up", which combines the best-liked features of both.