Re: hurd: PIE support

2017-12-27 Thread Simon Marchi
On 2017-12-27 10:44 AM, Samuel Thibault wrote: > Hello, > > Simon Marchi, on mar. 26 déc. 2017 21:48:23 -0500, wrote: >> We would also need a ChangeLog entry. > > Well, I had put a ChangeLog entry at the top of the posted file. Is > something else needed? In the patch I have just sent to the

Re: hurd: PIE support

2017-12-27 Thread Samuel Thibault
Hello, Simon Marchi, on mar. 26 déc. 2017 21:48:23 -0500, wrote: > We would also need a ChangeLog entry. Well, I had put a ChangeLog entry at the top of the posted file. Is something else needed? In the patch I have just sent to the list I have directly put the gdb/ChangeLog update in addition

Re: hurd: PIE support

2017-12-27 Thread Simon Marchi
On 2017-12-22 11:55 AM, Samuel Thibault wrote: > Hello, > > PIE is being pushed more and more, so we have to support it in the Hurd > port :) > > The simplest way to fix things is to provide gdb with the entry address > through auxv. The attached patch implements this. Could you have a look >

Re: hurd: PIE support

2017-12-23 Thread Arne Babenhauserheide
Samuel Thibault writes: > For information, that's the last bit that will allow us to enable pie on > hurd-i386, thus fixing libgcrypt20 build, and as a consequence the whole > kde set. That’s awesome! Thank you for this present! Best wishes, Arne -- Unpolitisch sein

Re: hurd: PIE support

2017-12-22 Thread Samuel Thibault
For information, that's the last bit that will allow us to enable pie on hurd-i386, thus fixing libgcrypt20 build, and as a consequence the whole kde set. Samuel