On 12/25/25 02:13, Philippe Mathieu-Daudé wrote:
Luckily these targets don't use the legacy ldst_phys() API at
all. Set the TARGET_NOT_USING_LEGACY_LDST_PHYS_API variable to
hide the API to them, avoiding further API uses to creep in.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
configs/targets/avr-softmmu.mak | 1 +
configs/targets/microblaze-softmmu.mak | 1 +
configs/targets/microblazeel-softmmu.mak | 1 +
configs/targets/rx-softmmu.mak | 1 +
configs/targets/tricore-softmmu.mak | 1 +
5 files changed, 5 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~