Re: __executable_start (was: [bug #17644] glibc: support for TLS)

2013-05-29 Thread Roland McGrath
> OK to commit? > > * sysdeps/mach/hurd/i386/init-first.c (init1): Use > __executable_start symbol intsead instead of _start. OK.

Re: __executable_start

2013-05-26 Thread Emilio Pozuelo Monfort
Hi, On 26/05/13 16:38, Thomas Schwinge wrote: Hi! Re-submitting an oldie of Samuel's: On Sun, 24 Jun 2007 17:45:35 +0200, Samuel Thibault wrote: - _start points on the first instruction, not on the elf header. __executable_start does point on the elf header. --- sysdeps/mach/hurd/i386

Re: __executable_start (was: [bug #17644] glibc: support for TLS)

2013-05-26 Thread Anatoly A. Kazantsev
On Sun, 26 May 2013 16:38:23 +0200 Thomas Schwinge wrote: > Hi! > > Re-submitting an oldie of Samuel's: > > On Sun, 24 Jun 2007 17:45:35 +0200, Samuel Thibault > wrote: > > - _start points on the first instruction, not on the elf header. > > __executable_start does point on the elf header.