aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-now.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-05-14 22:08:42 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-05-14 22:08:42 +0000
commitf3ab5720f7ce7835a905e6783b5b6720676331fb (patch)
treeb119ee23a08a92b43632e3c7e227b3862c869fba /libgo/runtime/go-now.c
parent517f1b3430f929a25694d29dc787ec33e2cbd47f (diff)
downloadgcc-f3ab5720f7ce7835a905e6783b5b6720676331fb.zip
gcc-f3ab5720f7ce7835a905e6783b5b6720676331fb.tar.gz
gcc-f3ab5720f7ce7835a905e6783b5b6720676331fb.tar.bz2
libgo: Use -fgo-pkgpath.
From-SVN: r187485
Diffstat (limited to 'libgo/runtime/go-now.c')
-rw-r--r--libgo/runtime/go-now.c2
1 files changed, 1 insertions, 1 deletions
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