diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-06-24 17:45:35 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-08-29 12:22:19 +0200 |
commit | ed479b02c2b04291d07708baf50bc6d2929f8b94 (patch) | |
tree | 1828d02a2c6af622dab9604132dab29698dba2db /ChangeLog | |
parent | d821f07c9e9575b47df87cc38f26c31e09b3ce0d (diff) | |
download | glibc-ed479b02c2b04291d07708baf50bc6d2929f8b94.zip glibc-ed479b02c2b04291d07708baf50bc6d2929f8b94.tar.gz glibc-ed479b02c2b04291d07708baf50bc6d2929f8b94.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * sysdeps/mach/hurd/i386/init-first.c (init1): Use + __executable_start symbol instead of _start. + 2013-08-29 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER) |