]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: accept and parse symabis
authorAustin Clements <austin@google.com>
Mon, 22 Oct 2018 14:10:23 +0000 (10:10 -0400)
committerAustin Clements <austin@google.com>
Mon, 12 Nov 2018 20:46:37 +0000 (20:46 +0000)
commit97e4010fd4b8094aa0b4498ad751e4c07ea8a1aa
treef34429877d9d991cdeda36c1124c4fc88ef1f817
parentba2e8a629b36e43cc27b23470b631a1dfee0900f
cmd/compile: accept and parse symabis

This doesn't yet do anything with this information.

For #27539.

Change-Id: Ia12c905812aa1ed425eedd6ab2f55ec75d81c0ce
Reviewed-on: https://go-review.googlesource.com/c/147099
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/main.go
src/cmd/internal/obj/abi_string.go [new file with mode: 0644]
src/cmd/internal/obj/link.go