From 9c5bb16447e3d6cf5493c4802f3e3a1939430a27 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 1 Oct 2016 20:47:36 +0200 Subject: Revert part of "fix installation amd bcheck for Windows" tccelf.c : force linking bcheck by adding elf symbol __bound_init bcheck.c : use (size_t)1 for x86_64 Fixes 7e7e6148fdb4adbda936f80b5d4ac3d738908d95 --- lib/alloca86_64-bt.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/alloca86_64-bt.S') diff --git a/lib/alloca86_64-bt.S b/lib/alloca86_64-bt.S index ab8629d..1f196bb 100644 --- a/lib/alloca86_64-bt.S +++ b/lib/alloca86_64-bt.S @@ -31,7 +31,7 @@ p3: #else pop %rdx mov %rdi,%rax - movl %rax,%rsi # size, a second parm to the __bound_new_region + mov %rax,%rsi # size, a second parm to the __bound_new_region add $15,%rax and $-16,%rax -- cgit v1.3.1