]> Cypherpunks repositories - gostls13.git/commit
cmd/go: correct gccgo buildid file on ARM
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Sep 2018 22:02:27 +0000 (15:02 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 14 Sep 2018 16:46:11 +0000 (16:46 +0000)
commita708353a0c2c39ce4e8182ea75e5082135ae674f
treead403b9251821d6950676c8367f0269d2896ec20
parent16687a3bbfa27280d16eaa89e72833b7d7579a79
cmd/go: correct gccgo buildid file on ARM

The GNU assembler for ARM treats @ as a comment character, so section
types must be written using % instead.

Fixes https://gcc.gnu.org/PR87260.

Change-Id: I5461e4bf5b20793db321f540c7f25a9e6e12b6f4
Reviewed-on: https://go-review.googlesource.com/135297
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/work/buildid.go