shithub: mc

Download patch

ref: 4709d4ebd8b07e4a568726af17478c9d9cb66d71
parent: f81f90ac7d1ae04f08a7c20018d474451ff85bd1
author: Ori Bernstein <[email protected]>
date: Thu Oct 18 10:31:54 EDT 2012

Add in Linux-style symbol for 'std.cstring'.

--- a/libstd/util.s
+++ b/libstd/util.s
@@ -11,6 +11,7 @@
 .globl std$cstring
 .globl _std$cstring
 _std$cstring:
+std$cstring:
 	movq (%rsp),%r15	/* ret addr */
 	movq 8(%rsp),%rsi	/* src */
         movq %rsp,%rdi          /* dest */