From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23001 invoked by alias); 29 Jul 2004 23:03:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22994 invoked from network); 29 Jul 2004 23:03:11 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 29 Jul 2004 23:03:11 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6TN31J8018544; Fri, 30 Jul 2004 01:03:01 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6TN31MA024152; Fri, 30 Jul 2004 01:03:01 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i6TN30SB024149; Fri, 30 Jul 2004 01:03:00 +0200 (CEST) Date: Thu, 29 Jul 2004 23:03:00 -0000 Message-Id: <200407292303.i6TN30SB024149@elgar.kettenis.dyndns.org> From: Mark Kettenis To: mec.gnu@mindspring.com CC: nickc@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <41059A05.nailMF911EDIR@mindspring.com> (message from Michael Chastain on Mon, 26 Jul 2004 19:55:49 -0400) Subject: Re: RFA/RFC: Change Sparc64 gdb.asm tests to use -gdwarf2 instead of -gstabs References: <41051014 dot nailLY111456S at mindspring dot com> <41054231 dot 7010006 at redhat dot com> <41059A05.nailMF911EDIR@mindspring.com> X-SW-Source: 2004-07/txt/msg00469.txt.bz2 Date: Mon, 26 Jul 2004 19:55:49 -0400 From: Michael Chastain All right! This patch is approved. Not all right! Nick, did you actually test this patch? The subject of this thread is making sparc64 use -gdwarf2 instead of -gstabs, but the patch changes it to -gdwarf-2 (note the extra dash). This isn't accepted by gas on my OpenBSD/amd64 and OpenBSD/sparc64 systems, and AFAICT it isn't accepted by the current gas from CVS either. Mark