From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12089 invoked by alias); 2 Aug 2002 20:21:07 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 12074 invoked from network); 2 Aug 2002 20:21:02 -0000 Received: from unknown (HELO smtp-send.myrealbox.com) (192.108.102.143) by sources.redhat.com with SMTP; 2 Aug 2002 20:21:02 -0000 Received: from mypc geneing@smtp-send.myrealbox.com [169.237.87.157] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.10 $ on Novell NetWare; Fri, 02 Aug 2002 14:21:03 -0600 Message-ID: <004201c23a62$26b72ce0$9d57eda9@mypc> From: "Eugene Ingerman" To: Subject: inline assembler debug information Date: Fri, 02 Aug 2002 13:21:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-08/txt/msg00015.txt.bz2 I have a few C programs that have a bunch of inlined assembler code. When I compile with gcc -g I get stabs debug info that's missing line number information for the parts written in assember. Is there some way to get assembler debug info too? Thank you, Eugene