Ian Lance Taylor <i...@google.com> writes:

> Rainer Orth <r...@cebitec.uni-bielefeld.de> writes:
>
>> * While I get
>>
>> // var ___iob [59+1]___FILE
>>
>>   now, there's still
>>
>> var __lastbuf *_FILE
>>
>>   left, with commented
>>
>> // type _FILE struct { _cnt int32; _ptr *uint8; _base *uint8; _flag uint8; 
>> _file
>>  uint8; __orientation INVALID-bit-field; __ionolock INVALID-bit-field; 
>> __seekabl
>> e INVALID-bit-field; __extendedfd INVALID-bit-field; __xf_nocheck 
>> INVALID-bit-fi
>> eld; __filler INVALID-bit-field; }
>>
>>    as before.
>>
>> * The amd64 sysinfo.go contains several undefined types:
>>
>> sysinfo.go:2886:53: error: use of undefined type '_fpchip_state'
>> sysinfo.go:2886:40: error: struct field type is incomplete
>> sysinfo.go:2886:53: error: use of undefined type '_fpchip_state'
>> sysinfo.go:2887:47: error: struct field type is incomplete
>> sysinfo.go:2892:32: error: use of undefined type '_fxsave_state'
>> sysinfo.go:2892:24: error: struct field type is incomplete
>
> This patch should fix these problems.  Bootstrapped and ran Go testsuite
> on x86_64-unknown-linux-gnu.  Committed to mainline.

Yes, I could just successfully bootstrap mainline on i386-pc-solaris2.10
without any workarounds.

Thanks.
        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to