Module Name: src
Committed By: joerg
Date: Sun Dec 11 22:07:26 UTC 2011
Modified Files:
src/libexec/ld.elf_so/arch/x86_64: rtld_start.S
Log Message:
Align in the stack before calling _rtld in the way the x86_64 ABI
specifies. This is necessary to ensure that init functions are always
called with the correct alignment, e.g. in case they use SSE
instructions.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/libexec/ld.elf_so/arch/x86_64/rtld_start.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.