On Fri, 2014-04-11 at 22:52 +0200, Samuel Thibault wrote: > Svante Signell, le Fri 11 Apr 2014 14:47:21 +0200, a écrit : > > #ifdef TARGET_LIBC_PROVIDES_SSP > > +/* i386 glibc provides __stack_chk_guard in %gs:0x14. */ > > +#define TARGET_THREAD_SSP_OFFSET 0x14 > > Err, not the Hurd variant, no. Is it really needed?
Don't know. Removed anyway. > > @@ -682,7 +686,7 @@ > > go_net_cgo_file = go/net/cgo_linux.go > > go_net_sock_file = go/net/sock_linux.go > > go_net_sockopt_file = go/net/sockopt_linux.go > > -go_net_sockoptip_file = go/net/sockoptip_linux.go go/net/sockoptip_posix.go > > +go_net_sockoptip_file = go/net/sockoptip_linux.go go/net/sockoptip_bsd.go > > else > > This seems doubtful, isn't that the Linux case? It was the Irix case. Fixed.