Re: [PATCH, alpha, go]: Introduce applyRelocationsALPHA

2017-06-26 Thread Ian Lance Taylor
On Thu, Jun 22, 2017 at 12:13 AM, Uros Bizjak wrote: > > However, there is one another issue with zdefaultcc.go generation. On > my system, the default gccgo, gcc and g++ are installed in: > > $ which gccgo > /usr/bin/gccgo > $ which gcc > /usr/bin/gcc > > but gotools Makefile uses $(bindir) to de

Re: [PATCH, alpha, go]: Introduce applyRelocationsALPHA

2017-06-22 Thread Uros Bizjak
On Thu, Jun 22, 2017 at 12:39 AM, Ian Lance Taylor wrote: > On Tue, Jun 20, 2017 at 12:46 PM, Uros Bizjak wrote: >> This patch inroduces applyRelocationsALPHA to solve: >> >> FAIL: TestCgoConsistentResults >> FAIL: TestCgoPkgConfig >> FAIL: TestCgoHandlesWlORIGIN >> >> gotools errors. >> >> Boots

Re: [PATCH, alpha, go]: Introduce applyRelocationsALPHA

2017-06-21 Thread Ian Lance Taylor
On Tue, Jun 20, 2017 at 12:46 PM, Uros Bizjak wrote: > This patch inroduces applyRelocationsALPHA to solve: > > FAIL: TestCgoConsistentResults > FAIL: TestCgoPkgConfig > FAIL: TestCgoHandlesWlORIGIN > > gotools errors. > > Bootstrapped and regression tested on alphaev68-linux-gnu. Thanks! Commit

[PATCH, alpha, go]: Introduce applyRelocationsALPHA

2017-06-20 Thread Uros Bizjak
This patch inroduces applyRelocationsALPHA to solve: FAIL: TestCgoConsistentResults FAIL: TestCgoPkgConfig FAIL: TestCgoHandlesWlORIGIN gotools errors. Bootstrapped and regression tested on alphaev68-linux-gnu. Uros. Index: go/debug/elf/file.go ==