Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/gen



Module Name:    src
Committed By:   joerg
Date:           Thu Jun 30 19:46:07 UTC 2011

Modified Files:
        src/lib/libc/gen: execl.c execle.c execlp.c

Log Message:
Drop special cases for i386 and m68k. It is not a validate assumption
that the address of an argument is at the same stack slot the caller
placed in it. It is perfectely valid to copy it into the local frame
first.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/gen/execl.c
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gen/execle.c \
    src/lib/libc/gen/execlp.c

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