]> Cypherpunks repositories - gostls13.git/commit
cmd/link: use HEADR to define FlagTextAddr (cosmetic change)
authorDavid du Colombier <0intro@gmail.com>
Wed, 12 Oct 2016 12:57:19 +0000 (14:57 +0200)
committerDavid du Colombier <0intro@gmail.com>
Wed, 12 Oct 2016 13:18:34 +0000 (13:18 +0000)
commit9d36ab222d838f0e493653e2f31d77adb15ab9b5
tree19cc37814bff83f01f5efb12b94b85ad75d7e999
parent8fc9c504968be0bbea4c8317998813782d077cf4
cmd/link: use HEADR to define FlagTextAddr (cosmetic change)

This cosmetic change defines ld.FlagTextAddr using ld.HEADR in
the Plan 9 cases, like it is done for other operating systems.

Change-Id: Ic929c1c437f25661058682cf3e159f0b16cdc538
Reviewed-on: https://go-review.googlesource.com/30912
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/arm64/obj.go
src/cmd/link/internal/x86/obj.go