This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Hurd port for gcc go PATCH 0-3 (9)
- From: Svante Signell <svante dot signell at gmail dot com>
- To: Samuel Thibault <samuel dot thibault at gnu dot org>
- Cc: bug-hurd <bug-hurd at gnu dot org>, debian-hurd <debian-hurd at lists dot debian dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 14 Apr 2014 09:52:18 +0200
- Subject: Re: Hurd port for gcc go PATCH 0-3 (9)
- Authentication-results: sourceware.org; auth=none
- References: <1397220441 dot 1276 dot 120 dot camel at G3620 dot my dot own dot domain> <20140411205236 dot GM7323 at type dot home dot polyno dot me>
- Reply-to: svante dot signell at gmail dot com
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.