commit | 90eac727c6d7afbe707ce408edf97c33385fa08c | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Fri Oct 21 16:01:33 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Oct 21 22:47:39 2005 +1000 |
tree | 130fc6e078e82a3c8fd62d90105d346637d680ea | |
parent | 6cb7bfebb145af5ea1d052512a2ae7ff07a47202 [diff] |
[PATCH] powerpc: Don't blow away load_addr in start_thread The patch to make process.c work for 32-bit and 64-bit (06d67d54741a5bfefa31945ef195dfa748c29025) broke some 64-bit binaries. We were blowing away load_addr in gpr[2], so we weren't properly relocating the entry point. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>