powerpc-darwin compilation fix. The assembeler does not like ''s.
authortwisti <none@none>
Sat, 3 Jan 2004 12:56:41 +0000 (12:56 +0000)
committertwisti <none@none>
Sat, 3 Jan 2004 12:56:41 +0000 (12:56 +0000)
mm/boehm-gc/powerpc_darwin_mach_dep.s
src/boehm-gc/powerpc_darwin_mach_dep.s

index 92f2c93ca8d7ead98539a97f5a688c0affa5537e..44a7249ba925373add2eea3b1be63e9034b86d1d 100644 (file)
@@ -1,7 +1,7 @@
 
 ; GC_push_regs function. Under some optimization levels GCC will clobber
 ; some of the non-volatile registers before we get a chance to save them
-; therefore, this can't be inline asm.
+; therefore, this can not be inline asm.
 
 .text
        .align 2
index 92f2c93ca8d7ead98539a97f5a688c0affa5537e..44a7249ba925373add2eea3b1be63e9034b86d1d 100644 (file)
@@ -1,7 +1,7 @@
 
 ; GC_push_regs function. Under some optimization levels GCC will clobber
 ; some of the non-volatile registers before we get a chance to save them
-; therefore, this can't be inline asm.
+; therefore, this can not be inline asm.
 
 .text
        .align 2