]> git.proxmox.com Git - mirror_qemu.git/commit
target/sparc: Remove the constant pool
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 16 Dec 2018 21:30:21 +0000 (00:30 +0300)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Dec 2018 03:04:42 +0000 (06:04 +0300)
commitf6823cbe3787aa47db62deede6683077e3da9a2c
tree11e34f511106054c294b26b9d119aed613ab3be2
parent58b1f0f21edcab13f78a376b1d90267626be1275
target/sparc: Remove the constant pool

Partially reverts ab20bdc1162.  The 14-bit displacement that we
allowed to reach the constant pool is not always sufficient.
Retain the tb-relative addressing, as that is how most return
values from the tb are computed.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/sparc/tcg-target.inc.c