tcg: Remove last traces of TCG_TARGET_NEED_POOL_LABELS
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 15 Feb 2025 19:45:21 +0000 (11:45 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Feb 2025 15:33:42 +0000 (07:33 -0800)
commit3a3b282879e83efdee1cb752e75351725e07e90a
tree2bd6c41e101a5c84f83e85e19ece9d4ad01e0e3f
parente0209297cddd5e10a07e15fac5cca7aa1a8e0e59
tcg: Remove last traces of TCG_TARGET_NEED_POOL_LABELS

These should have been removed with the rest.  There are
a couple of hosts which can emit guest_base into the
constant pool: aarch64, mips64, ppc64, riscv64.

Fixes: a417ef835058 ("tcg: Remove TCG_TARGET_NEED_LDST_LABELS and TCG_TARGET_NEED_POOL_LABELS")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
tcg/tcg.c
tcg/tci/tcg-target.h