Re: libgo patch committed: Update to Go1.10beta2 release
On Tue, Jan 23, 2018 at 5:24 PM, Matthias Klose wrote: > On 17.01.2018 15:20, Ian Lance Taylor wrote: >> This patch updates libgo to the Go1.10beta2 release. The complete >> patch is too large to include in this e-mail message, mainly due to >> some test changes. Bootstrapped and ran Go testsuite on >> x86_64-pc-linux-gnu. Committed to mainline. > > gotools now installs three more binaries into the internal gcclibdir. Are all > of > these intended to be installed, and is the installation location correct? > > $ ls -l /usr/lib/gcc/x86_64-linux-gnu/8/ > total 2132 > -rwxr-xr-x 1 doko doko 412768 Jan 24 00:24 buildid > -rwxr-xr-x 1 doko doko 391480 Jan 24 00:24 test2json > -rwxr-xr-x 1 doko doko 1357656 Jan 24 00:24 vet Yes, and yes. They are separate helper executables invoked by the go tool installed in $(bindir). Ian
Re: libgo patch committed: Update to Go1.10beta2 release
On 17.01.2018 15:20, Ian Lance Taylor wrote: > This patch updates libgo to the Go1.10beta2 release. The complete > patch is too large to include in this e-mail message, mainly due to > some test changes. Bootstrapped and ran Go testsuite on > x86_64-pc-linux-gnu. Committed to mainline. gotools now installs three more binaries into the internal gcclibdir. Are all of these intended to be installed, and is the installation location correct? $ ls -l /usr/lib/gcc/x86_64-linux-gnu/8/ total 2132 -rwxr-xr-x 1 doko doko 412768 Jan 24 00:24 buildid -rwxr-xr-x 1 doko doko 391480 Jan 24 00:24 test2json -rwxr-xr-x 1 doko doko 1357656 Jan 24 00:24 vet Matthias
libgo patch committed: Update to Go1.10beta2 release
This patch updates libgo to the Go1.10beta2 release. The complete patch is too large to include in this e-mail message, mainly due to some test changes. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. Ian patch.txt.bz2 Description: BZip2 compressed data