Hurd: Use __executable_start symbol instead of _start.
commited479b02c2b04291d07708baf50bc6d2929f8b94
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 24 Jun 2007 15:45:35 +0000 (24 17:45 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 29 Aug 2013 10:22:19 +0000 (29 12:22 +0200)
tree1828d02a2c6af622dab9604132dab29698dba2db
parentd821f07c9e9575b47df87cc38f26c31e09b3ce0d
Hurd: Use __executable_start symbol instead of _start.

_start points to the first instruction, not to the ELF header.
__executable_start does point on the ELF header.
ChangeLog
sysdeps/mach/hurd/i386/init-first.c