]> git.ipfire.org Git - thirdparty/glibc.git/commit
alpha: Implement execl{,e,p} without double stack allocation rth/execl
authorRichard Henderson <rth@twiddle.net>
Tue, 9 Feb 2016 02:43:08 +0000 (13:43 +1100)
committerRichard Henderson <rth@twiddle.net>
Tue, 9 Feb 2016 11:27:56 +0000 (03:27 -0800)
commit5b78856069a21550d4b67b4c0a269915f37fce0f
tree6f5979d15f0170ccf2915c5e6644cb73f209a65d
parent4577d8457637adac28ed34bc3f9ce0a936dc786e
alpha: Implement execl{,e,p} without double stack allocation
sysdeps/unix/sysv/linux/alpha/execl.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/alpha/execle.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/alpha/execlp.S [new file with mode: 0644]