commit | de9d141baf681191826262c2613dea66d5d37b1c | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Tue Jul 21 03:02:05 2015 +0200 |
committer | Andrew Jones <drjones@redhat.com> | Mon Feb 29 12:12:17 2016 +0100 |
tree | 6739dacf6378f0f775540aba516bf87abd3dd0b8 | |
parent | d72b04492fdef66626215392ddb96d15faa13eba [diff] |
powerpc/ppc64: relocate linker VMAs QEMU loads the unit test, but due to the way it translates the unit test's linker VMA to the LMA, we can't just link such that VMA == LMA. Thus, we link with VMA == 0x0, and then deal with relocation. Signed-off-by: Andrew Jones <drjones@redhat.com> Tested-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>