From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21057 invoked by alias); 17 Dec 2012 22:01:40 -0000 Received: (qmail 21037 invoked by uid 22791); 17 Dec 2012 22:01:39 -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-f178.google.com (HELO mail-qc0-f178.google.com) (209.85.216.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Dec 2012 22:01:30 +0000 Received: by mail-qc0-f178.google.com with SMTP id j34so4260852qco.37 for ; Mon, 17 Dec 2012 14:01:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.191.137 with SMTP id dm9mr12965qab.40.1355781689946; Mon, 17 Dec 2012 14:01:29 -0800 (PST) Received: by 10.49.12.210 with HTTP; Mon, 17 Dec 2012 14:01:29 -0800 (PST) In-Reply-To: References: Date: Mon, 17 Dec 2012 22:01: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 binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00179.txt.bz2 On Mon, Dec 17, 2012 at 9:50 AM, Sergio Durigan Junior wrote: > On Monday, December 17 2012, H. J. Lu wrote: > >>> Ops, sorry, that code sneaked in apparently. Here's the new version of >>> the patch. >>> >> >> Can you create a git GDB branch for me to try? > > Yep. > > The branch is named archer-sergiodj-gcore-prpsinfo on > git://sourceware.org/git/archer.git . > I tried it and it works for x32. Thanks. -- H.J.