comparison src/s/gnu-linux.h @ 56501:9dce5e8bf384

From Barry Fishman <barry_fishman@att.net> (tiny change) Use GC_MARK_STACK if __amd64__ is defined.
author Kim F. Storm <storm@cua.dk>
date Wed, 21 Jul 2004 22:04:29 +0000
parents 695cf19ef79e
children f86ad7205885 b9eee0a7bef5
comparison
equal deleted inserted replaced
56500:b36bc601f35e 56501:9dce5e8bf384
353 /* Don't use #cpu here since in newest development versions of GCC, 353 /* Don't use #cpu here since in newest development versions of GCC,
354 we must call cpp with -traditional, and that disables #cpu. */ 354 we must call cpp with -traditional, and that disables #cpu. */
355 355
356 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \ 356 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \
357 || defined __alpha__ || defined __mips__ || defined __s390__ \ 357 || defined __alpha__ || defined __mips__ || defined __s390__ \
358 || defined __arm__ || defined __powerpc__ 358 || defined __arm__ || defined __powerpc__ || defined __amd64__
359 #define GC_SETJMP_WORKS 1 359 #define GC_SETJMP_WORKS 1
360 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 360 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
361 #ifdef __mc68000__ 361 #ifdef __mc68000__
362 #define GC_LISP_OBJECT_ALIGNMENT 2 362 #define GC_LISP_OBJECT_ALIGNMENT 2
363 #endif 363 #endif