From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22499 invoked by alias); 25 Sep 2017 09:48:55 -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 21448 invoked by uid 89); 25 Sep 2017 09:48:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:475, among X-Spam-User: qpsmtpd, 2 recipients X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Sep 2017 09:48:53 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 0A506237BC19A; Mon, 25 Sep 2017 10:48:49 +0100 (IST) Received: from [10.20.78.95] (10.20.78.95) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.361.1; Mon, 25 Sep 2017 10:48:50 +0100 Date: Mon, 25 Sep 2017 09:48:00 -0000 From: "Maciej W. Rozycki" To: Sergio Durigan Junior CC: , , Pedro Alves , Djordje Todorovic Subject: Re: [PATCH 3/4] ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO note In-Reply-To: <87k20nwu42.fsf@redhat.com> Message-ID: References: <878th6xj8q.fsf@redhat.com> <87k20nwu42.fsf@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2017-09/txt/msg00748.txt.bz2 On Mon, 25 Sep 2017, Sergio Durigan Junior wrote: > Sure, thanks for explaining. I understand it's a matter of taste and as > I said, it's really a nitpick. I still think the patch is good as is > and a nice improvement to the current situation. FAOD, among `prpsinfo32_ugid16', `prpsinfo32_ugid32', `prpsinfo64_ugid16' and `prpsinfo64_ugid32' what order did you have in mind? Maciej