Aurelien Jarno, le Sun 04 Sep 2011 17:32:32 +0200, a écrit :
> On Thu, Aug 25, 2011 at 12:22:44AM +0200, Samuel Thibault wrote:
> > diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
> > index a63151f..a5df5c1 100644
> > --- a/sysdeps/mach/hurd/dl-sysdep.c
> > +++ b/sysdeps/
On Thu, Aug 25, 2011 at 12:22:44AM +0200, Samuel Thibault wrote:
> When using some libthread, we need to update the value of __libc_stack_end
> to what the libthread allocated. This requires making __libc_stack_end
> non-relro to be able to modify it.
>
> Samuel
>
> 2011-08-24 Samuel Thibault