From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16916 invoked by alias); 6 Jul 2011 16:12:47 -0000 Received: (qmail 16901 invoked by uid 22791); 6 Jul 2011 16:12:44 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jul 2011 16:12:18 +0000 Received: from kpbe18.cbf.corp.google.com (kpbe18.cbf.corp.google.com [172.25.105.82]) by smtp-out.google.com with ESMTP id p66GCGMd028415 for ; Wed, 6 Jul 2011 09:12:16 -0700 Received: from gxk22 (gxk22.prod.google.com [10.202.11.22]) by kpbe18.cbf.corp.google.com with ESMTP id p66G9sCC015764 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 6 Jul 2011 09:12:15 -0700 Received: by gxk22 with SMTP id 22so41908gxk.30 for ; Wed, 06 Jul 2011 09:12:15 -0700 (PDT) Received: by 10.150.203.11 with SMTP id a11mr7397016ybg.202.1309968735108; Wed, 06 Jul 2011 09:12:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.7.14 with HTTP; Wed, 6 Jul 2011 09:11:45 -0700 (PDT) In-Reply-To: <20110706160704.GC2407@adacore.com> References: <4E0FAB8D.2070709@rawbw.com> <20110704214654.GA21844@host1.jankratochvil.net> <20110705170728.GY2407@adacore.com> <20110706105409.GA8840@host1.jankratochvil.net> <20110706160704.GC2407@adacore.com> From: Paul Pluzhnikov Date: Wed, 06 Jul 2011 16:35:00 -0000 Message-ID: Subject: Re: [patch,7.3] Fix JIT clang-lli gdb-7.3 regression To: Joel Brobecker Cc: Jan Kratochvil , gdb-patches@sourceware.org, Yuri , Tom Tromey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2011-07/txt/msg00198.txt.bz2 On Wed, Jul 6, 2011 at 9:07 AM, Joel Brobecker wrot= e: > =A0(2) BRANCH: Apply Paul's patch; I think we might want to apply > =A0 =A0 =A0the testcase part as well, even if we still need to figure out > =A0 =A0 =A0why it doesn't work for Jan... Possibly due to differences in glibc and/or LD_LIBRARY_PATH. It's quite trivial to revise the test so it dlopens jit-dlmain-so.so via absolute path to eliminate such problems. I'll send updated patch (on original thread) in a few minutes ... --=20 Paul Pluzhnikov