From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7016 invoked by alias); 23 Dec 2013 02:31:36 -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 7003 invoked by uid 89); 23 Dec 2013 02:31:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f51.google.com Received: from mail-pb0-f51.google.com (HELO mail-pb0-f51.google.com) (209.85.160.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 23 Dec 2013 02:31:34 +0000 Received: by mail-pb0-f51.google.com with SMTP id up15so4765711pbc.38 for ; Sun, 22 Dec 2013 18:31:32 -0800 (PST) X-Received: by 10.68.235.72 with SMTP id uk8mr23177955pbc.93.1387765892820; Sun, 22 Dec 2013 18:31:32 -0800 (PST) Received: from [192.168.1.103] ([115.206.104.230]) by mx.google.com with ESMTPSA id xv2sm30192726pbb.39.2013.12.22.18.31.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Dec 2013 18:31:32 -0800 (PST) Message-ID: <52B7A034.1060801@gmail.com> Date: Mon, 23 Dec 2013 02:31:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Pierre Muller CC: gdb-patches@sourceware.org Subject: Re: [RFA-v2] Fix PR 16201: internal error on a cygwin program linked against a DLL with no .data section References: <004801cef65e$cb82d1b0$62887510$@muller@ics-cnrs.unistra.fr> <20131211170204.GD3227@adacore.com> <52ab7ec0.c8da420a.12c6.ffffb3f4SMTPIN_ADDED_BROKEN@mx.google.com> <52B48A28.2000402@redhat.com> <15250.2735647888$1387752987@news.gmane.org> In-Reply-To: <15250.2735647888$1387752987@news.gmane.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-12/txt/msg00873.txt.bz2 Hi, Pierre. I have a suggestion here. I save your email in .eml format, and see no "TAB"s in your patch, all are white spaces. So git apply command get failed. I need to manually convert many 8 spaces to one tab, that was not a simple task I see. Hope you will fix them in the future. Thanks. Yuanhui Zhang