From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31112 invoked by alias); 28 May 2010 05:12:49 -0000 Received: (qmail 31101 invoked by uid 22791); 28 May 2010 05:12:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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; Fri, 28 May 2010 05:12:39 +0000 Received: from hpaq7.eem.corp.google.com (hpaq7.eem.corp.google.com [172.25.149.7]) by smtp-out.google.com with ESMTP id o4S5CYtd004528 for ; Thu, 27 May 2010 22:12:35 -0700 Received: from pxi1 (pxi1.prod.google.com [10.243.27.1]) by hpaq7.eem.corp.google.com with ESMTP id o4S5CWWo029450 for ; Thu, 27 May 2010 22:12:33 -0700 Received: by pxi1 with SMTP id 1so369468pxi.22 for ; Thu, 27 May 2010 22:12:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.67.34 with SMTP id p34mr7939298wfa.335.1275023552135; Thu, 27 May 2010 22:12:32 -0700 (PDT) Received: by 10.140.255.14 with HTTP; Thu, 27 May 2010 22:12:32 -0700 (PDT) In-Reply-To: <20100527150026.GA20944@adacore.com> References: <1274380803-25266-1-git-send-email-brobecker@adacore.com> <1274380803-25266-2-git-send-email-brobecker@adacore.com> <20100527150026.GA20944@adacore.com> Date: Fri, 28 May 2010 05:27:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Add support for --with-gdb-libdir (default: /lib/gdb) From: Doug Evans To: Joel Brobecker Cc: gdb-patches@sourceware.org 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: 2010-05/txt/msg00676.txt.bz2 On Thu, May 27, 2010 at 8:00 AM, Joel Brobecker wro= te: >> This patch is adding a gdb_libdir path where we can store/install >> gdb-specific library/object-code files... The default is lib/gdb. >> >> 2010-05-20 =A0Joel Brobecker =A0 >> >> =A0 =A0 =A0 =A0 * configure.ac: Add --with-gdb-libdir command-line optio= n. >> =A0 =A0 =A0 =A0 * configure, config.in: Regenerate. >> =A0 =A0 =A0 =A0 * defs.h (gdb_libdir): Add declaration. >> =A0 =A0 =A0 =A0 * main.c (gdb_libdir): New global. >> =A0 =A0 =A0 =A0 (captured_main): Compute gdb_libdir. > > This patch is no longer useful as of today, since it was meant to > be used to store the python library. =A0But Doug came up with something > better since then, now committed: > > =A0 =A0 http://www.sourceware.org/ml/gdb-patches/2010-05/msg00476.html > =A0 =A0 (Allow python to find its files if moved from original location) > > There might be a day when we have something else that we'd like to > store in the lib directory. But in the meantime, this is to confirm > that this patch is withdrawn. For reference sake, I was thinking that since we had --with-gdb-datadir and --with-gdb-libdir, do we need -with-gdb-pythondir? :-)