]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: add a test for trampoline insertion
authorCherry Zhang <cherryyz@google.com>
Fri, 10 Apr 2020 18:58:54 +0000 (14:58 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 16 Apr 2020 14:40:57 +0000 (14:40 +0000)
commit4a0bca37d2d6696a1bf4a64bf8773c586c5eef39
tree6722439ba1d835538570f0761c461afcd0d9bf12
parentd4a70b97dc1a349e02fd7a0c6eee5bd569d4021f
[dev.link] cmd/link: add a test for trampoline insertion

Now that we have converted pclntab pass to using the loader,
trampoline insertion should work again. Add a test.

Change-Id: Ia9a0485456ac75cc6e706218a359f109cd8fce43
Reviewed-on: https://go-review.googlesource.com/c/go/+/228141
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/link_test.go