]> Cypherpunks repositories - gostls13.git/commit
liblink: fix arm build
authorRuss Cox <rsc@golang.org>
Tue, 4 Mar 2014 19:59:08 +0000 (14:59 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 4 Mar 2014 19:59:08 +0000 (14:59 -0500)
commit77720904a8e4ceb772ebe5e3029f4d7887f2ca37
treef731b8940c2d8e1008526a6af3822d9e8e44c481
parentb38320bffbc2239b5825566676004f4dc45d5444
liblink: fix arm build

The arm puts the text flags in a different place
than the other architectures. This needs to be
cleaned up.

TBR=minux
CC=golang-codereviews
https://golang.org/cl/71260043
src/liblink/obj5.c