Diff for /gforth/Attic/hppa.h between versions 1.5 and 1.8

version 1.5, 1994/12/12 17:10:39 version 1.8, 1995/09/06 21:00:18
Line 5 Line 5
   This is the machine-specific part for a HPPA running HP-UX    This is the machine-specific part for a HPPA running HP-UX
 */  */
   
   #if !defined(USE_TOS) && !defined(USE_NO_TOS)
   #define USE_TOS
   #endif
   
 #ifndef INDIRECT_THREADED  #ifndef INDIRECT_THREADED
 #ifndef DIRECT_THREADED  #ifndef DIRECT_THREADED
 #define DIRECT_THREADED  #define DIRECT_THREADED
Line 223  extern void * cacheflush(void *, int, in Line 227  extern void * cacheflush(void *, int, in
         /* this stores a call dodoes at addr */          /* this stores a call dodoes at addr */
 #endif  #endif
   
   #undef HAVE_LOG1P
   #undef HAVE_RINT
   
   #ifdef FORCE_REG
   #define IPREG asm("%r10")
   #define SPREG asm("%r9")
   #define RPREG asm("%r8")
   #define LPREG asm("%r7")
   #define CFAREG asm("%r6")
   #define TOSREG asm("%r11")
   #endif /* FORCE_REG */

Removed from v.1.5  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>