From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9187 invoked by alias); 10 Nov 2012 00:53:14 -0000 Received: (qmail 9178 invoked by uid 22791); 10 Nov 2012 00:53:13 -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-da0-f41.google.com (HELO mail-da0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Nov 2012 00:52:58 +0000 Received: by mail-da0-f41.google.com with SMTP id i14so1994645dad.0 for ; Fri, 09 Nov 2012 16:52:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.87.167 with SMTP id az7mr36082683pab.69.1352508778191; Fri, 09 Nov 2012 16:52:58 -0800 (PST) Received: by 10.68.19.138 with HTTP; Fri, 9 Nov 2012 16:52:58 -0800 (PST) In-Reply-To: <20121109165339.GP5103@adacore.com> References: <20121020234741.GA3626@gmail.com> <20121021015636.GD3050@adacore.com> <509C4B2D.9090809@redhat.com> <201211090958.qA99wlke004638@glazunov.sibelius.xs4all.nl> <20121109165339.GP5103@adacore.com> Date: Sat, 10 Nov 2012 00:53:00 -0000 Message-ID: Subject: Re: [7.5] PATCH: PR backtrace/14646 [x32] backtrace doesn't work From: "H.J. Lu" To: Joel Brobecker Cc: Mark Kettenis , palves@redhat.com, gdb-patches@sourceware.org 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-11/txt/msg00271.txt.bz2 On Fri, Nov 9, 2012 at 8:53 AM, Joel Brobecker wrote: >> > only had effect on x32. >> >> Yeah, it's pretty safe. Must say that I don't see the urgency as x32 >> is still in its infancy. > > Thanks, guys. This takes care of my concerns regarding this patch. > > -- > Joel Fixed on 7.5 branch. Thanks. -- H.J.