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.

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

2013-05-26 Thread Thomas Schwinge
Hi! Re-submitting an oldie of Samuel's: On Sun, 24 Jun 2007 17:45:35 +0200, Samuel Thibault samuel.thiba...@ens-lyon.org wrote: - _start points on the first instruction, not on the elf header. __executable_start does point on the elf header. --- sysdeps/mach/hurd/i386/init-first.c.orig

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 tho...@codesourcery.com wrote: Hi! Re-submitting an oldie of Samuel's: On Sun, 24 Jun 2007 17:45:35 +0200, Samuel Thibault samuel.thiba...@ens-lyon.org wrote: - _start points on the first instruction, not on the elf header.