This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] PR33932 - extend documentation about top-level asm blocks


On Tue, Dec 30, 2008 at 12:45 AM, Mark Mitchell <mark@codesourcery.com> wrote:
> Steven Bosscher wrote:
>
>> No,  the example shows that you can give a name to a C function, and
>> that name happens to be an assembler label.  There is no actual call
>> to the label in the example.
>
> OK, but when I call the function I'll end up at the label, right?
>
> It's not a huge deal; I just felt like the example shows me exactly how
> to create a labeled block of assembly code and call it from C code, but
> then says that's not supported.

I'm open to suggestions for a different text.

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]