From f3ab5720f7ce7835a905e6783b5b6720676331fb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 14 May 2012 22:08:42 +0000 Subject: libgo: Use -fgo-pkgpath. From-SVN: r187485 --- libgo/runtime/go-now.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/runtime/go-now.c') diff --git a/libgo/runtime/go-now.c b/libgo/runtime/go-now.c index 5df8085..ede4493 100644 --- a/libgo/runtime/go-now.c +++ b/libgo/runtime/go-now.c @@ -15,7 +15,7 @@ struct time_now_ret }; struct time_now_ret now() - __asm__ ("libgo_time.time.now") + __asm__ ("time.now") __attribute__ ((no_split_stack)); struct time_now_ret -- cgit v1.1