commit | ebd0e151149a6280ea9f4cd9638aea517bb3238b | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Mar 24 17:15:03 2018 +0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 26 22:56:57 2018 +0800 |
tree | ebfdee9f5bf4d9e6962e50e82be9d7de3c3a2de5 | |
parent | 2ffd221d07a671f72354a063d3080f244ec80b20 [diff] |
target/hppa: Include priv level in user-only iaoq A recent glibc change relies on the fact that the iaoq must be 3, and computes an address based on that. QEMU had been ignoring the priv level for user-only, which produced an incorrect address. Reported-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>