]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: move empty field to the top
authorShenghou Ma <minux@golang.org>
Fri, 9 Oct 2015 00:24:17 +0000 (20:24 -0400)
committerMinux Ma <minux@golang.org>
Tue, 13 Oct 2015 21:06:58 +0000 (21:06 +0000)
commit30b966307f475b1445816308f8cb2c5813b38232
tree23b88f9eff78b730a38a3df430b175ea8a11d579
parentee07504d26a4d61ca0bc0728fea58f7b2fd52cc2
cmd/internal/obj: move empty field to the top

Due to #9401, trailing empty fields will occupy at least 1 byte
of space.

Fixes #12884.

Change-Id: I838d3f1a73637e526f5a6dbc348981227d5bb2fd
Reviewed-on: https://go-review.googlesource.com/15660
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/internal/obj/link.go