Re: PROC macro to annotate functions in assembly files

From: David Howells
Date: Wed Dec 17 2008 - 05:54:31 EST


Alexander van Heukelum <heukelum@xxxxxxxxxxx> wrote:

> The goal is to annotate functions, at least those called
> from C code, with PROC at the beginning and ENDPROC at the
> end. This is for the benefit of debugging and tracing.

What about asm functions that have multiple entry points?

Take arch/mn10300/mm/cache-flush-mn10300.S for example. Several functions in
there share bodies by virtue of falling through one to another.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/