From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5824 invoked by alias); 11 Dec 2012 10:59:42 -0000 Received: (qmail 5816 invoked by uid 22791); 11 Dec 2012 10:59:42 -0000 X-SWARE-Spam-Status: No, hits=-7.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Dec 2012 10:59:37 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBBAxasV025568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Dec 2012 05:59:36 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qBBAxY4F018230; Tue, 11 Dec 2012 05:59:35 -0500 Message-ID: <50C71216.2050502@redhat.com> Date: Tue, 11 Dec 2012 10:59:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Yao Qi CC: gdb-patches@sourceware.org Subject: Re: [PATCH 2/2] Remove all traces of Unixware. References: <50C6115C.4090509@redhat.com> <20121210180222.3932.37958.stgit@brno.lan> <50C6B47C.9000102@codesourcery.com> In-Reply-To: <50C6B47C.9000102@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 2012-12/txt/msg00315.txt.bz2 On 12/11/2012 04:20 AM, Yao Qi wrote: > On 12/11/2012 02:02 AM, Pedro Alves wrote: >> @@ -5547,8 +5510,8 @@ procfs_make_note_section (bfd *obfd, int *note_size) >> #ifdef NEW_PROC_API >> fill_gregset (get_current_regcache (), &gregs, -1); >> note_data = elfcore_write_pstatus (obfd, note_data, note_size, >> - PIDGET (inferior_ptid), >> - stop_signal, &gregs); >> + PIDGET (inferior_ptid), >> + stop_signal, &gregs); > > Looks this chunk replaces 'tab' with 'space's, so the change here is not necessary. Whoops, thanks. That was unintentional. -- Pedro Alves