On Wed, Jun 19, 2013 at 2:19 AM, Matthias Klose wrote:
>
> so this did change the soname for libgo to 5 on the trunk, and to 4 on the
> branch. We had this discussion before, and then decided to revert this kind
> of
> change on the 4.7 branch. This time the release notes had a hint that the Go
Am 19.06.2013 01:50, schrieb Ian Lance Taylor:
> This patch to gccgo changes the representation of values of function
> type. They used to be a pointer to function code, like a C function
> pointer. They are now a pointer to a struct. The first field of the
> struct points to the function code.