From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13340 invoked by alias); 7 Feb 2012 16:25:16 -0000 Received: (qmail 13241 invoked by uid 22791); 7 Feb 2012 16:25:13 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Feb 2012 16:25:00 +0000 Received: by iagz16 with SMTP id z16so13290790iag.0 for ; Tue, 07 Feb 2012 08:24:58 -0800 (PST) Received: by 10.50.45.195 with SMTP id p3mr17077767igm.2.1328631898246; Tue, 07 Feb 2012 08:24:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.140.88 with HTTP; Tue, 7 Feb 2012 08:24:38 -0800 (PST) In-Reply-To: References: <20111229121739.GU23376@adacore.com> From: Luca Pizzamiglio Date: Tue, 07 Feb 2012 16:25:00 -0000 Message-ID: Subject: Re: wrong bfd recognized To: Tom Tromey Cc: Joel Brobecker , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-02/txt/msg00074.txt.bz2 Thanks Tom! Best regards, Luca On Mon, Feb 6, 2012 at 8:32 PM, Tom Tromey wrote: >>>>>> "Luca" =3D=3D Luca Pizzamiglio writes: > > Luca> sorry for the confusion, I'm not used to write this kind of ChangeL= og > Luca> entry. My fault. > > No worries. > > I'm sorry about the delay on this. =A0I'm finally checking it in, with > this ChangeLog entry: > > 2012-02-06 =A0Luca Pizzamiglio =A0 > > =A0 =A0 =A0 =A0* configure: Rebuild. > =A0 =A0 =A0 =A0* configure.ac: Put -L../bfd and -L../libiberty at the fro= nt of > =A0 =A0 =A0 =A0LDFLAGS. > > Tom