From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18254 invoked by alias); 6 Jun 2013 18:00:22 -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 18245 invoked by uid 89); 6 Jun 2013 18:00:21 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-vb0-f44.google.com (HELO mail-vb0-f44.google.com) (209.85.212.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 06 Jun 2013 18:00:20 +0000 Received: by mail-vb0-f44.google.com with SMTP id 11so2150781vbf.31 for ; Thu, 06 Jun 2013 11:00:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=OtNWWji461xkHam52yN3h8xYXNJuA6B99rHzHq/mb9o=; b=o0HOQWmhXtk5NNYGXVW563gr/BEDwjCwRKmtqUwMagWm8OiyJYK7DsNkUo6Xl/JP/C 9DR/7Oe2PqrA9y6ocXQFanTL54jW10X8moBil/r0tt1108CVulgdKzP7Xeaohx2ZZEIj QUesdMucvEfYggyCs/XAOmf6KqNBqUQlSj88XdjuKq+hA6iQyjdH2tO2E6CuERRsITYz efsYIXh2cov2Uj7u+0JGXMnuO5rCPSRZ1tBjvHhsXKGiFc8kbt8IL+wOul59fU2wLQJx rSBgJL7eTR9UEDddtsuNENJnBNVq5rrYUTZGAZ4i6U0JlcVqUIegwH7DQ6DP0DAO91E2 jFVg== MIME-Version: 1.0 X-Received: by 10.58.6.141 with SMTP id b13mr22698089vea.45.1370541618878; Thu, 06 Jun 2013 11:00:18 -0700 (PDT) Received: by 10.220.189.74 with HTTP; Thu, 6 Jun 2013 11:00:18 -0700 (PDT) In-Reply-To: <20130606052019.GI12363@adacore.com> References: <51A0D2EC.80209@redhat.com> <20130606052019.GI12363@adacore.com> Date: Thu, 06 Jun 2013 18:00:00 -0000 Message-ID: Subject: Re: [patch] Fix 64x32 handling in gdbserver/linux-x86-low.c:ps_get_thread_area From: Doug Evans To: Joel Brobecker Cc: Pedro Alves , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmGYvMk1m6vVE2KTyvpWIp50GUw8gafwbKJRGNbRQPcQW++xKrQXX/ZyL/0n6aSFXJvXZQkMVMOUas4kdGr6/jcVTI60J25HU1veLEXFP04+EB9jaVmXBjurKipd7DUVDLBzwiNFICmPTR/Ubpij3iDMIUOcApNrwZfeeTqzzsjqEJyazsQgSTNFOjldmLePTUIMG58TI00rrJRD6Ed8bR8nDmjhw== X-SW-Source: 2013-06/txt/msg00127.txt.bz2 On Wed, Jun 5, 2013 at 10:20 PM, Joel Brobecker wrote: >> Patch committed to 7.6 branch as well (and 7.6 wiki updated). > > Thanks Doug. Is there a PR for this? I think it's useful to > have a PR, because I will provide that information in the release > announcement, and that gives people somewhere to go in order to > know more about any specific item. As you wish.