__builtin_setjmp/__builtin_longjmp Implementation Implementation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all:
In gcc4.1.1/gcc/unwind-sjlj.c.
#define setjmp __builtin_setjmp
#define longjmp __builtin_longjmp

the implementation of them are "expand_builtin_setjmp" and "expand_builtin_longjmp" in gcc4.1.1/gcc/builtins.c?

My program about exception handle crashs ,when "longjmp" is called to restore context,and registers are not restored correctly.

thank you:)

--David

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux