include/exec: Introduce `CF_PCREL`
authorAnton Johansson <anjo@rev.ng>
Mon, 27 Feb 2023 13:51:36 +0000 (14:51 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:31:09 +0000 (07:31 -1000)
commit5b6dfc6c9b56372b674ceeabde26f1260c663645
tree8f768989f8577127a9d3e716227ae74060d9f101
parentd507e6c565c8c44488eaf04ff4da3ba2183c6be5
include/exec: Introduce `CF_PCREL`

Adds a new field to TranslationBlock.cflags denoting whether or not the
instructions of a given translation block are pc-relative. This field
aims to replace the macro `TARGET_TB_PCREL`.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230227135202.9710-2-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/exec-all.h