~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to h/ia64-linux.h

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "linux.h"
 
2
 
 
3
/*  #ifdef IN_GBC */
 
4
/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
 
5
/*      ((void *)(*((char ***)(&code)))[17]) */
 
6
/*  #endif */
 
7
 
 
8
/*#define NULL_OR_ON_C_STACK(x) ((x)==0 || ((unsigned int)x) > (unsigned int)(pagetochar(MAXPAGE+1)))*/
 
9
 
 
10
/*  #define ADDITIONAL_FEATURES \ */
 
11
/*                   ADD_FEATURE("BSD386"); \ */
 
12
/*                           ADD_FEATURE("MC68020") */
 
13
 
 
14
 
 
15
/*  #define     I386 */
 
16
/*  #define SGC */
 
17
 
 
18
/*  #define CLEAR_CACHE do {void *v=memory->cfd.cfd_start,*ve=v+memory->cfd.cfd_size; for (;v<ve;v+=32)   asm __volatile__ ("dcbst 0,%0\n\tsync\n\ticbi 0,%0\n\tsync\n\tisync": : "r" (v) : "memory");} while(0) */
 
19
 
 
20
#undef MPROTECT_ACTION_FLAGS
 
21
#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
 
22
#ifdef IN_GBC
 
23
#define GET_FAULT_ADDR(sig,code,scp,addr) \
 
24
  ((siginfo_t *)code )->si_addr
 
25
#endif
 
26
#define SGC
 
27
 
 
28
#define STATIC_FUNCTION_POINTERS