diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-05-14 22:08:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-05-14 22:08:42 +0000 |
commit | f3ab5720f7ce7835a905e6783b5b6720676331fb (patch) | |
tree | b119ee23a08a92b43632e3c7e227b3862c869fba /libgo/runtime/go-getgoroot.c | |
parent | 517f1b3430f929a25694d29dc787ec33e2cbd47f (diff) | |
download | gcc-f3ab5720f7ce7835a905e6783b5b6720676331fb.zip gcc-f3ab5720f7ce7835a905e6783b5b6720676331fb.tar.gz gcc-f3ab5720f7ce7835a905e6783b5b6720676331fb.tar.bz2 |
libgo: Use -fgo-pkgpath.
From-SVN: r187485
Diffstat (limited to 'libgo/runtime/go-getgoroot.c')
-rw-r--r-- | libgo/runtime/go-getgoroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-getgoroot.c b/libgo/runtime/go-getgoroot.c index e74fee8..1db4afe 100644 --- a/libgo/runtime/go-getgoroot.c +++ b/libgo/runtime/go-getgoroot.c @@ -8,7 +8,7 @@ #include "go-string.h" -struct __go_string getgoroot (void) asm ("libgo_runtime.runtime.getgoroot"); +struct __go_string getgoroot (void) asm ("runtime.getgoroot"); struct __go_string getgoroot () |