summaryrefslogtreecommitdiff
path: root/sparc_mach_dep.S
diff options
context:
space:
mode:
authorhboehm <hboehm>2007-05-01 20:45:14 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:39 +0400
commit1d60500ac7c08e61c2b58a843fd0cfb9e1ec927b (patch)
treea1c57779231b9fcf4c2dcc84dd0454be0d3b9dc3 /sparc_mach_dep.S
parentbe299aef6f182fa2fbac114be14f5c2823c3f877 (diff)
downloadbdwgc-1d60500ac7c08e61c2b58a843fd0cfb9e1ec927b.tar.gz
2007-05-01 Hans Boehm <Hans.Boehm@hp.com>
(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.
Diffstat (limited to 'sparc_mach_dep.S')
-rw-r--r--sparc_mach_dep.S2
1 files changed, 1 insertions, 1 deletions
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: