From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3517 invoked by alias); 7 Feb 2004 05:23:06 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3506 invoked from network); 7 Feb 2004 05:23:06 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 7 Feb 2004 05:23:06 -0000 Received: (qmail 3656 invoked by uid 10); 7 Feb 2004 05:23:05 -0000 Received: (qmail 1937 invoked by uid 500); 7 Feb 2004 05:23:02 -0000 From: Ian Lance Taylor To: Andrew Cagney Cc: Daniel Jacobowitz , John Utz , gdb@sources.redhat.com Subject: Re: stepping thru assembled files that are referenced as temp files ie: /tmp/ccjirvvY.s References: <20040206235810.GA3110@nevyn.them.org> <4024322F.7020104@gnu.org> Date: Sat, 07 Feb 2004 05:23:00 -0000 In-Reply-To: <4024322F.7020104@gnu.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-02/txt/msg00074.txt.bz2 Andrew Cagney writes: > Teach the assembler to respect cpp line directives, like old fashioned > cc1 knew how to do? For what it's worth, gas understands # LINE-NUMBER "FILENAME". This is generated by gcc -E. Ian