commit | 8e78064e9d95094b7db8e82e57fa6d57fd38b333 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Oct 26 09:59:17 2011 -0700 |
committer | Riku Voipio <riku.voipio@linaro.org> | Thu Oct 27 14:43:30 2011 +0300 |
tree | 3ed292a712523326bff5f6ad3b459d4fc374e92c | |
parent | 7cd393ac1db87a5268173ce2286a4283c9e7a4a9 [diff] |
ppc64-linux-user: Properly interpret the entry function descriptor. Don't confuse the load address with the load bias. They're equal for ET_DYN objects (i.e. ld.so) but different for ET_EXEC objects (i.e. statically linked). Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>