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

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

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

revision 1.1 by camm, Thu Aug 21 04:17:47 2003 UTC revision 1.2 by camm, Thu Aug 21 04:19:30 2003 UTC
# Line 0  Line 1 
1    #include "linux.h"
2    
3    #ifdef IN_GBC
4    /*  #undef MPROTECT_ACTION_FLAGS */
5    /*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
6    /*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
7    /*   ((siginfo_t *)code)->si_addr */
8    #define GET_FAULT_ADDR(sig,code,sv,a) \
9      ((siginfo_t *)code )->si_addr
10    #endif
11    
12    /*#define NULL_OR_ON_C_STACK(x) ((x)==0 || ((unsigned int)x) > (unsigned int)(pagetochar(MAXPAGE+1)))*/
13    
14    #define ADDITIONAL_FEATURES \
15                         ADD_FEATURE("BSD386"); \
16                         ADD_FEATURE("MC68020")
17    
18    
19    #define I386
20    #define SGC
21    
22    /* Apparently stack pointers can be 4 byte aligned, at least &argc -- CM */
23    #define C_GC_OFFSET 4

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

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