]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: add PPC64 section splitting test
authorThan McIntosh <thanm@google.com>
Wed, 8 Jul 2020 15:02:51 +0000 (11:02 -0400)
committerThan McIntosh <thanm@google.com>
Mon, 10 Aug 2020 11:38:53 +0000 (11:38 +0000)
commit8370cbe64de345d4635e53202a04712ee6f777e5
treec3a3f624ae4c0862f81ae049bb51a899eeee8e3d
parentd41b9066dad9091c55e2b6e6c48ceaee7dff1cf6
[dev.link] cmd/link: add PPC64 section splitting test

Add a new PPC64-only linker test that does a build with the
-debugppc64textsize debugging option (selecting a lower the threshold
for text section splitting) to verify that no bugs have been
introduced in the linker code that manages this process.

Change-Id: Iea3f16a04c894d528eab2cb52f1ec1d75a2770cc
Reviewed-on: https://go-review.googlesource.com/c/go/+/241499
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/ld_test.go