/[gcl]/gcl/h/alpha-linux.h
ViewVC logotype

Diff of /gcl/h/alpha-linux.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by camm, Sun Jul 21 03:41:18 2002 UTC revision 1.3 by camm, Fri Aug 2 18:38:04 2002 UTC
# Line 19  Line 19 
19    
20  #define MUST_COPY_VA_LIST  #define MUST_COPY_VA_LIST
21  #define NULL_OR_ON_C_STACK(x) ((x)==0 || ((((unsigned long)x) > 0x100000000) && ((unsigned long)x) < 0x120000000))  #define NULL_OR_ON_C_STACK(x) ((x)==0 || ((((unsigned long)x) > 0x100000000) && ((unsigned long)x) < 0x120000000))
22    
23    #undef MPROTECT_ACTION_FLAGS
24    #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
25    #ifdef IN_GBC
26    #include <ucontext.h>
27    #define GET_FAULT_ADDR(sig,code,scp,addr) \
28      (char *)((struct ucontext *)scp )->uc_mcontext.sc_traparg_a0
29    #endif
30    #define SGC

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26