comparison src/alloc.c @ 96545:4cb0e945175d

Use __sparc__ rather than sparc. (Bug#507.)
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Jul 2008 07:03:07 +0000
parents 4390d64d3328
children 0e3e875ffade
comparison
equal deleted inserted replaced
96544:b90ccb2627a7 96545:4cb0e945175d
4485 /* This trick flushes the register windows so that all the state of 4485 /* This trick flushes the register windows so that all the state of
4486 the process is contained in the stack. */ 4486 the process is contained in the stack. */
4487 /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is 4487 /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is
4488 needed on ia64 too. See mach_dep.c, where it also says inline 4488 needed on ia64 too. See mach_dep.c, where it also says inline
4489 assembler doesn't work with relevant proprietary compilers. */ 4489 assembler doesn't work with relevant proprietary compilers. */
4490 #ifdef sparc 4490 #ifdef __sparc__
4491 asm ("ta 3"); 4491 asm ("ta 3");
4492 #endif 4492 #endif
4493 4493
4494 /* Save registers that we need to see on the stack. We need to see 4494 /* Save registers that we need to see on the stack. We need to see
4495 registers used to hold register variables and registers used to 4495 registers used to hold register variables and registers used to