Markus,

Thanks for the test program.

Before fix:
$ ./test_sigframe_alignment
in main      : sp = 0xbffffad0
in test      : sp = 0xbffffac0
in sighandler: sp = 0xbffff7ac
All done.

With fix applied:
$ ./test_sigframe_alignment
in main      : sp = 0xbffffad0
in test      : sp = 0xbffffac0
in sighandler: sp = 0xbffff7a0
All done.

Which looks correct.  Thanks for the fix, I'll push it in soon.

-Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to