]> Cypherpunks repositories - gostls13.git/commit
debug/buildinfo: implement for Plan 9 a.out
authorOri Bernstein <ori@eigenstate.org>
Sun, 17 Jul 2022 16:02:30 +0000 (12:02 -0400)
committerIan Lance Taylor <iant@golang.org>
Thu, 18 Aug 2022 03:04:29 +0000 (03:04 +0000)
commit0816d3871376f8fe029db1a6d00b1f6882106043
tree09b042d359c46f0a863498508a68216003ff4f9d
parent5b1658d6912759e91e404e8c728d08439a15fea9
debug/buildinfo: implement for Plan 9 a.out

Plan 9 a.out was not implemented for debug/buildinfo, which
was causing test failures on Plan 9. This adds an implementation,
and causes the tests to pass.

Fixes #53949

Change-Id: I90a307ef9babf8cf381f8746d731cac2206b234a
Reviewed-on: https://go-review.googlesource.com/c/go/+/418014
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/debug/buildinfo/buildinfo.go