diff options
author | Tom Musta | 2014-06-30 15:13:39 +0200 |
---|---|---|
committer | Alexander Graf | 2014-09-08 12:50:46 +0200 |
commit | 8d6ab333ebf2751d2467bd7dae94a04742052e26 (patch) | |
tree | 09786e24fa43cdef45e711b98cc1b2d962267d6f /target-openrisc | |
parent | linux-user: Enable Signal Handlers on PPC64 (diff) | |
download | qemu-8d6ab333ebf2751d2467bd7dae94a04742052e26.tar.gz qemu-8d6ab333ebf2751d2467bd7dae94a04742052e26.tar.xz qemu-8d6ab333ebf2751d2467bd7dae94a04742052e26.zip |
linux-user: Properly Dereference PPC64 ELFv1 Signal Handler Pointer
Properly dereference 64-bit PPC ELF V1 ABIT function pointers to signal handlers.
On this platform, function pointers are pointers to structures and the first 64
bits of such a structure contains the function's entry point. The second 64 bits
contains the TOC pointer, which must be placed into GPR 2.
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-openrisc')
0 files changed, 0 insertions, 0 deletions