On Wed, Oct 12, 2016 at 9:20 PM, Ian Lance Taylor wrote:
> On Wed, Oct 12, 2016 at 8:03 PM, Andrew Pinski wrote:
>> On Wed, Oct 12, 2016 at 10:43 AM, Ian Lance Taylor wrote:
>>> On Wed, Oct 12, 2016 at 7:28 AM, Ian Lance Taylor wrote:
This patch to libgo by James Clarke fixes libgo for spa
On Wed, Oct 12, 2016 at 8:03 PM, Andrew Pinski wrote:
> On Wed, Oct 12, 2016 at 10:43 AM, Ian Lance Taylor wrote:
>> On Wed, Oct 12, 2016 at 7:28 AM, Ian Lance Taylor wrote:
>>> This patch to libgo by James Clarke fixes libgo for sparc64. The
>>> getrandom syscall was being ignored because the
On Wed, Oct 12, 2016 at 10:43 AM, Ian Lance Taylor wrote:
> On Wed, Oct 12, 2016 at 7:28 AM, Ian Lance Taylor wrote:
>> This patch to libgo by James Clarke fixes libgo for sparc64. The
>> getrandom syscall was being ignored because the file was named
>> "sparc". The clone syscall apparently nee
On Wed, Oct 12, 2016 at 7:28 AM, Ian Lance Taylor wrote:
> This patch to libgo by James Clarke fixes libgo for sparc64. The
> getrandom syscall was being ignored because the file was named
> "sparc". The clone syscall apparently needs special attention on
> SPARC. Bootstrapped and ran Go testsu
This patch to libgo by James Clarke fixes libgo for sparc64. The
getrandom syscall was being ignored because the file was named
"sparc". The clone syscall apparently needs special attention on
SPARC. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu.
Committed to mainline.
Ian
Index: gcc