OSDN Git Service

libgo: Use -fgo-pkgpath.
[pf3gnuchains/gcc-fork.git] / libgo / runtime / go-unsafe-new.c
index 2b9e044..a75c388 100644 (file)
@@ -12,7 +12,7 @@
 /* Implement unsafe_New, called from the reflect package.  */
 
 void *unsafe_New (struct __go_empty_interface type)
-  asm ("libgo_reflect.reflect.unsafe_New");
+  asm ("reflect.unsafe_New");
 
 /* The dynamic type of the argument will be a pointer to a type
    descriptor.  */