From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2373 invoked by alias); 18 Dec 2012 15:43:37 -0000 Received: (qmail 2357 invoked by uid 22791); 18 Dec 2012 15:43:35 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qc0-f171.google.com (HELO mail-qc0-f171.google.com) (209.85.216.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Dec 2012 15:43:00 +0000 Received: by mail-qc0-f171.google.com with SMTP id d1so435572qca.30 for ; Tue, 18 Dec 2012 07:42:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.201.73 with SMTP id ez9mr1040088qab.92.1355845379326; Tue, 18 Dec 2012 07:42:59 -0800 (PST) Received: by 10.49.12.210 with HTTP; Tue, 18 Dec 2012 07:42:59 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Dec 2012 15:43:00 -0000 Message-ID: Subject: Re: [PATCH/RFC 01/02 v2] Refactor PRPSINFO handling on Binutils From: "H.J. Lu" To: Sergio Durigan Junior Cc: Binutils Development , GDB Patches , Pedro Alves Content-Type: text/plain; charset=ISO-8859-1 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: 2012-12/txt/msg00633.txt.bz2 On Mon, Dec 17, 2012 at 9:46 PM, Sergio Durigan Junior wrote: > On Monday, December 17 2012, H. J. Lu wrote: > >> I tried it and it works for x32. > > Thanks for trying it out, H.J. I will wait until other maintainers > review this code, since it touches more architectures as well, before I > commit the patch. But I assume your message means approval for x32, > right? > OK for i386 and x86-64 changes in BFD. Thanks. -- H.J.