dump: Add create_win_dump() stub for non-x86 targets
commit972448628a9fe967ac1ba0d56a60247bbd4f7501
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 23 Feb 2023 22:59:19 +0000 (23 23:59 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (27 22:29 +0100)
treef419780b56d9dfce527bd93583dbd111fdb1d334
parentefc3146a6e32399c2935b1806449ed5e5d0a1719
dump: Add create_win_dump() stub for non-x86 targets

Implement the non-x86 create_win_dump(). We can remove
the last TARGET_X86_64 #ifdef'ry in dump.c, which thus
becomes target-independent. Update meson accordingly.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230225094903.53167-6-philmd@linaro.org>
dump/dump.c
dump/meson.build
dump/win_dump.c