]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: bump NetBSD ABI version to 7.0
authorTobias Klauser <tklauser@distanz.ch>
Tue, 25 Feb 2020 09:18:55 +0000 (10:18 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 26 Feb 2020 18:56:51 +0000 (18:56 +0000)
commite95b858530d5ac0d24231477e4a4df6af9c44a24
tree3b18343c496527e278610385bd84e1e51d10f73e
parentf510cddcd153ea83890b89227275648c04e65a1a
cmd/link/internal/ld: bump NetBSD ABI version to 7.0

According to https://golang.org/wiki/NetBSD, NetBSD 7.0 is supported as
of Go 1.3 (with Go 1.5 recommended). NetBSD 6.0 was last supported in Go
1.9.7. Thus, bump the minimal ABI version to NetBSD 7.0

Suggested by Benny Siegert in CL 212461.

Change-Id: I11dd14c6b835ac9fc156880b2551f71893c7f267
Reviewed-on: https://go-review.googlesource.com/c/go/+/220428
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/elf.go