tcg/ppc: Allow a 32-bit offset to the constant pool
commit030ffe39dd4128eb90483af82a5b23b23054a466
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 10 Jan 2018 07:31:46 +0000 (10 07:31 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 Jan 2018 16:21:56 +0000 (16 08:21 -0800)
tree0996684330f0a29c5105d838931c32b9a21dd0ef
parent4a64e0fd6876e45b34cd87b700ee30ef5c10c87a
tcg/ppc: Allow a 32-bit offset to the constant pool

We recently relaxed the limit of the number of opcodes that can
appear in a TranslationBlock.  In certain cases this has resulted
in relocation overflow.

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