Hi,

On Jan 9, 2008 3:22 PM, Chetan Nanda <[EMAIL PROTECTED]> wrote:
> Hi All,
> I was studying the i386/entry.S file for 2.6.20 kernel.
> In this file each interrupt handler starts with "
>         CFI_STARTPROC simple
>         CFI_SIGNAL_FRAME
>         CFI_DEF_CFA esp, 0
>         CFI_REGISTER esp, ebp"
>
> Some thing like above.
>
> Can any one provide me information about these macros.

Why not use "grep"? You can find something interesting in
include/asm-i386/dwarf2.h, may it could be help.

-- 
Invent and fit; have fits and reinvent!
We toast the Lisp programmer who pens his thoughts within nests of parentheses.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to