From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22552 invoked by alias); 5 Feb 2008 11:57:18 -0000 Received: (qmail 22541 invoked by uid 22791); 5 Feb 2008 11:57:18 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-banded.atl.sa.earthlink.net (HELO elasmtp-banded.atl.sa.earthlink.net) (209.86.89.70) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Feb 2008 11:56:51 +0000 Received: from [68.74.2.248] (helo=owl.gateway.2wire.net) by elasmtp-banded.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1JMMPx-0002Ut-H9 for gcc-help@gcc.gnu.org; Tue, 05 Feb 2008 06:56:49 -0500 Received: from kiesling by owl.gateway.2wire.net with local (Exim 4.63) (envelope-from ) id 1JMMPu-0004Y8-Vm for gcc-help@gcc.gnu.org; Tue, 05 Feb 2008 06:56:47 -0500 Subject: Re: inline assembly functions - generated code In-Reply-To: To: gcc-help@gcc.gnu.org Date: Tue, 05 Feb 2008 11:57:00 -0000 Reply-To: rkies@cpan.org X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Message-Id: From: Robert Kiesling X-ELNK-Trace: 0b901cbc512a9d8594f5150ab1c16ac04d04932202c5b85bed097fde0e5e1cce65df36041de8a12e350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg00029.txt.bz2 [ Charset ISO-8859-1 unsupported, converting... ] > > Hi, > > I am looking for compiler option that would allow me to see the start/end of an inlined assembly function in the generated *.s (assembler source file) where this functions is called. The __asm__ (or asm) attribute, as in extern int myfunc () __asm__ ("myfunc"); defines the name of the assembly code label. -- Ctalk Home Page: http://www.ctalklang.org/