From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18457 invoked by alias); 5 Mar 2012 17:13:20 -0000 Received: (qmail 18411 invoked by uid 22791); 5 Mar 2012 17:13:19 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Mar 2012 17:13:01 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q25HCdsJ031453 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Mar 2012 12:12:39 -0500 Received: from host2.jankratochvil.net (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q25HCZaj013443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 5 Mar 2012 12:12:38 -0500 Date: Mon, 05 Mar 2012 17:13:00 -0000 From: Jan Kratochvil To: Joel Brobecker , Pedro Alves Cc: gdb-patches@sourceware.org Subject: [commit] [ia64] [patch] Support recent libunwind-ia64.so.8 (1.0.1+) Message-ID: <20120305171234.GB11995@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F54F173.60903@redhat.com> <20120305162621.GH2853@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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-03/txt/msg00153.txt.bz2 On Mon, 05 Mar 2012 17:26:21 +0100, Joel Brobecker wrote: > On Sat, Mar 03, 2012 at 10:18:15PM +0100, Jan Kratochvil wrote: > > * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8. > > [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define. > > (libunwind_load): New variable so_error, use it for dlerror. Try to > > load also LIBUNWIND_SO_7. > > FWIW, seems reasonable to me. My understanding is that the interfaces > are compatible, at least for our purposes... On Mon, 05 Mar 2012 18:01:39 +0100, Pedro Alves wrote: > Looks fine to me, too. Checked in: http://sourceware.org/ml/gdb-cvs/2012-03/msg00099.html Thanks, Jan