From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11148 invoked by alias); 17 Mar 2002 15:02:47 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 11122 invoked from network); 17 Mar 2002 15:02:46 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 17 Mar 2002 15:02:46 -0000 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id E228C1E2D6 for ; Sun, 17 Mar 2002 16:02:45 +0100 (MET) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f To: GNU libc hacker Subject: Re: dwarf2 unwind info check broken References: X-Yow: Am I elected yet? From: Andreas Schwab Date: Sun, 17 Mar 2002 07:02:00 -0000 In-Reply-To: (Andreas Jaeger's message of "Sun, 17 Mar 2002 11:19:28 +0100") Message-ID: User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-03/txt/msg00080.txt.bz2 Andreas Jaeger writes: |> Andreas Jaeger writes: |> |> > With current binutils and both gcc 2.95.3 and GCC 3.2 CVS on |> > i686-linux-gnu I now get: |> > |> > checking for DWARF2 unwind info support... (cached) no |> > |> > The test program from configure: |> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |> > static char __EH_FRAME_BEGIN__[]; |> |> I figured out the problem: the []; gets removed by autoconf - but my |> autoconf version didn't remove it. :-( |> |> We should remove the [] from configure.in since it's broken there. Change the quote characters. This should work with every version of autoconf: changequote(,)dnl static char __EH_FRAME_BEGIN__[]; changequote([,])dnl Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."