commit | 125b0f55b63d11518f7d17480c795697c98b9bd3 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sat Jan 28 21:12:14 2012 +0200 |
committer | Riku Voipio <riku.voipio@linaro.org> | Thu Feb 02 17:51:19 2012 +0200 |
tree | 176e7fea89565f9b8b9070c7f20fbcf34f50f403 | |
parent | d0fd11ffd3e2cb65234da354f14d745e5fbfce67 [diff] |
linux-user: save auxv length We create our own AUXV segment on stack and save a pointer to it. However we don't save the length of it, so any code that wants to do anything useful with it later on has to walk it again. Instead, let's remember the length of our AUXV segment. This simplifies later uses by a lot. (edited by Riku to apply to qemu HEAD) Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Riku Voipio <riku.voipio@iki.fi>