Re: [PATCH] i386 CFI annotations

2005-09-08 Thread Jan Beulich
>>> Tom Rini <[EMAIL PROTECTED]> 08.09.05 18:13:34 >>> >On Thu, Sep 08, 2005 at 05:57:55PM +0200, Jan Beulich wrote: > >> >> + CFI_ADJUST_CFA_OFFSET 4;\ >> >> + /*CFI_REL_OFFSET es, 0;*/\ >> >> pushl %ds; \ >> >> + CFI_ADJUST_CFA_OFFSET 4;\ >> >> + /*CFI_REL_OFFSET ds, 0;*/\ >> > >> >Adding new c

Re: [PATCH] i386 CFI annotations

2005-09-08 Thread Tom Rini
On Thu, Sep 08, 2005 at 05:10:29PM +0200, Jan Beulich wrote: > As a foundation for reliable stack unwinding, this adds CFI unwind > annotations to many low-level i386 routines, plus a config option > (available to all architectures) to enable them as well as the > compiler > producing similar info

[PATCH] i386 CFI annotations

2005-09-08 Thread Jan Beulich
(Note: Patch also attached because the inline version is certain to get line wrapped.) As a foundation for reliable stack unwinding, this adds CFI unwind annotations to many low-level i386 routines, plus a config option (available to all architectures) to enable them as well as the compiler produc