aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/goobj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/goobj')
-rw-r--r--src/cmd/internal/goobj/builtinlist.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/internal/goobj/builtinlist.go b/src/cmd/internal/goobj/builtinlist.go
index e2aae748a0..98a7fd0411 100644
--- a/src/cmd/internal/goobj/builtinlist.go
+++ b/src/cmd/internal/goobj/builtinlist.go
@@ -55,6 +55,11 @@ var builtins = [...]struct {
{"runtime.concatstring4", 1},
{"runtime.concatstring5", 1},
{"runtime.concatstrings", 1},
+ {"runtime.concatbyte2", 1},
+ {"runtime.concatbyte3", 1},
+ {"runtime.concatbyte4", 1},
+ {"runtime.concatbyte5", 1},
+ {"runtime.concatbytes", 1},
{"runtime.cmpstring", 1},
{"runtime.intstring", 1},
{"runtime.slicebytetostring", 1},