From 1d60500ac7c08e61c2b58a843fd0cfb9e1ec927b Mon Sep 17 00:00:00 2001 From: hboehm Date: Tue, 1 May 2007 20:45:14 +0000 Subject: 2007-05-01 Hans Boehm (and Manuel Serrano, Craig McDaniel) * configure.ac: Comment out redundant AC_DEFINE(NO_EXECUTE_PERMISSION). * configure: Regenerate. * sparc_mach_dep.S: Remove single quote in comment. * include/private/gcconfig.h: Fix DATAEND for NONSTOP. * win32_threads.c: Include stdint.h for Mingw. Add GC_API for DllMain. (GC_use_DllMain): Fix assertion. --- sparc_mach_dep.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sparc_mach_dep.S') diff --git a/sparc_mach_dep.S b/sparc_mach_dep.S index 431caa2d..e8ad6556 100644 --- a/sparc_mach_dep.S +++ b/sparc_mach_dep.S @@ -25,7 +25,7 @@ GC_save_regs_in_stack: ! GC_clear_stack_inner(arg, limit) clears stack area up to limit and ! returns arg. Stack clearing is crucial on SPARC, so we supply -! an assembly version that's more careful. Assumes limit is hotter +! an assembly version that s more careful. Assumes limit is hotter ! than sp, and limit is 8 byte aligned. .globl GC_clear_stack_inner GC_clear_stack_inner: -- cgit v1.2.1