From aa777e7a23c38690a205ece9ebee9d2d4ad23097 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 20 Feb 2013 19:45:10 +0000 Subject: [PATCH] re PR go/56320 (Several libgo tests FAIL on 64-bit Solaris/x86) PR go/56320 runtime: Support Solaris AMD64 in lfstack. The address space layout is similar on SPARC64 and AMD64 when running Solaris. From-SVN: r196179 --- libgo/runtime/lfstack.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libgo/runtime/lfstack.c b/libgo/runtime/lfstack.c index 00b60081e88..230ed87c43f 100644 --- a/libgo/runtime/lfstack.c +++ b/libgo/runtime/lfstack.c @@ -17,9 +17,10 @@ #define PTR_MASK ((1ull<