On Sat, Sep 16, 2006 at 10:06:20AM -0700, Dale Farnsworth wrote:

> From: Dale Farnsworth <[EMAIL PROTECTED]>
> 
>     When implemented in inline assembly, kgdb_fault_setjmp() and
>     kgdb_fault_longjmp() fail when compiled with -fno-omit-frame-pointer.
>     This patch avoids that problem by moving them to a separate assembly
>     file, arch/ppc/kernel/kgdb_misc.S.
> 
>     Signed-off-by: Dale Farnsworth <[EMAIL PROTECTED]>

I see two problems.  First, this leaves ARCH=powerpc broken, presumably.
Second, this sounds like it's either a gcc bug (which we should fix in
gcc and workaround) or a missing __attribute__ on the functions so that
gcc would always do the right thing (I think this is more likely the
case).

-- 
Tom Rini

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to