]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: make .rela and .rela.plt sections contiguous
authorAram Hăvărneanu <aram@mgk.ro>
Mon, 30 Mar 2015 13:45:33 +0000 (15:45 +0200)
committerAram Hăvărneanu <aram@mgk.ro>
Wed, 6 May 2015 11:37:13 +0000 (11:37 +0000)
commit83b25d9342b0ce6620f38419ff74c6d16b43f554
tree52fdda40dc24c6616330ec5da69615efd974a77d
parentc94f1f791b513c232b2293b8acebe9a2fd962003
cmd/ld: make .rela and .rela.plt sections contiguous

ELF normally requires this and Solaris runtime loader will crash if we
don't do it.

Fixes Solaris build.

Change-Id: I0482eed890aff2d346136ae7f9caf8f094f502ed
Reviewed-on: https://go-review.googlesource.com/8216
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/ld/data.go