]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/internal/goobj/builtinlist.go
all: use ":" for compiler generated symbols
[gostls13.git] / src / cmd / internal / goobj / builtinlist.go
index 2d13222984dc40ed4286fba844f9d8d8ae5bb4fe..ae2e6cc0041689802fda81c8d170929adb0a2611 100644 (file)
@@ -214,40 +214,40 @@ var builtins = [...]struct {
        {"runtime.morestack", 0},
        {"runtime.morestackc", 0},
        {"runtime.morestack_noctxt", 0},
-       {"type.int8", 0},
-       {"type.*int8", 0},
-       {"type.uint8", 0},
-       {"type.*uint8", 0},
-       {"type.int16", 0},
-       {"type.*int16", 0},
-       {"type.uint16", 0},
-       {"type.*uint16", 0},
-       {"type.int32", 0},
-       {"type.*int32", 0},
-       {"type.uint32", 0},
-       {"type.*uint32", 0},
-       {"type.int64", 0},
-       {"type.*int64", 0},
-       {"type.uint64", 0},
-       {"type.*uint64", 0},
-       {"type.float32", 0},
-       {"type.*float32", 0},
-       {"type.float64", 0},
-       {"type.*float64", 0},
-       {"type.complex64", 0},
-       {"type.*complex64", 0},
-       {"type.complex128", 0},
-       {"type.*complex128", 0},
-       {"type.unsafe.Pointer", 0},
-       {"type.*unsafe.Pointer", 0},
-       {"type.uintptr", 0},
-       {"type.*uintptr", 0},
-       {"type.bool", 0},
-       {"type.*bool", 0},
-       {"type.string", 0},
-       {"type.*string", 0},
-       {"type.error", 0},
-       {"type.*error", 0},
-       {"type.func(error) string", 0},
-       {"type.*func(error) string", 0},
+       {"type:int8", 0},
+       {"type:*int8", 0},
+       {"type:uint8", 0},
+       {"type:*uint8", 0},
+       {"type:int16", 0},
+       {"type:*int16", 0},
+       {"type:uint16", 0},
+       {"type:*uint16", 0},
+       {"type:int32", 0},
+       {"type:*int32", 0},
+       {"type:uint32", 0},
+       {"type:*uint32", 0},
+       {"type:int64", 0},
+       {"type:*int64", 0},
+       {"type:uint64", 0},
+       {"type:*uint64", 0},
+       {"type:float32", 0},
+       {"type:*float32", 0},
+       {"type:float64", 0},
+       {"type:*float64", 0},
+       {"type:complex64", 0},
+       {"type:*complex64", 0},
+       {"type:complex128", 0},
+       {"type:*complex128", 0},
+       {"type:unsafe.Pointer", 0},
+       {"type:*unsafe.Pointer", 0},
+       {"type:uintptr", 0},
+       {"type:*uintptr", 0},
+       {"type:bool", 0},
+       {"type:*bool", 0},
+       {"type:string", 0},
+       {"type:*string", 0},
+       {"type:error", 0},
+       {"type:*error", 0},
+       {"type:func(error) string", 0},
+       {"type:*func(error) string", 0},
 }