Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch/i386/stdlib
Module Name: src
Committed By: plunky
Date: Sun Jun 12 20:29:26 UTC 2011
Modified Files:
src/lib/libc/arch/i386/stdlib: div.S ldiv.S
Log Message:
Functions that return a struct or union, must set %eax to the value
of the original address of the callers area before it returns.
(System V ABI, i386 supplement, fourth edition, page 3-14)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/i386/stdlib/div.S \
src/lib/libc/arch/i386/stdlib/ldiv.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index