From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9861 invoked by alias); 10 Sep 2014 15:54:37 -0000 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 Received: (qmail 9845 invoked by uid 89); 10 Sep 2014 15:54:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 10 Sep 2014 15:54:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BAE171165B1; Wed, 10 Sep 2014 11:54:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bdHII5SbWlYu; Wed, 10 Sep 2014 11:54:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8936B1165AE; Wed, 10 Sep 2014 11:54:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BAC98477FF; Wed, 10 Sep 2014 08:54:36 -0700 (PDT) Date: Wed, 10 Sep 2014 15:54:00 -0000 From: Joel Brobecker To: Ajit Kumar Agarwal Cc: Michael Eager , "gdb-patches@sourceware.org" , Vinod Kathail , Vidhumouli Hunsigida , Nagaraju Mekala Subject: Re: [Patch, microblaze]: Port of Linux gdbserver Message-ID: <20140910155436.GR28404@adacore.com> References: <2570e3c7-f55b-45cd-aa6e-7f4fa145f32a@BN1BFFO11FD002.protection.gbl> <541052B5.5080503@eagercon.com> <20140910134606.GO28404@adacore.com> <050c6461-c35c-441d-9b63-7636d9164e2e@BL2FFO11FD048.protection.gbl> <20140910144313.GP28404@adacore.com> <40bc6b14-7a94-4118-9e88-c76dc03a0a67@BN1BFFO11FD016.protection.gbl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40bc6b14-7a94-4118-9e88-c76dc03a0a67@BN1BFFO11FD016.protection.gbl> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00329.txt.bz2 > >>Some lines are too long, also. > > Joel: I have splitted the lines where it exceeds 80 Cols. I have > removed trailing spaces as much as I can. Could You please give one > example of the trailing space which I have not removed. Nearly every single line at the start of the file has trailing spaces. I _really_ suggest you use an anchored search-and-replace to make sure you do not miss any; otherwise, you'll miss some if you do it by hand. -- Joel