tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIAN
commitb56d5a8a4b0352bd499e026b8bdbdcf5f12753ac
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 17 May 2023 13:56:44 +0000 (17 06:56 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 25 May 2023 13:57:52 +0000 (25 13:57 +0000)
treef0d9ff0b8a0f53ca0e8cb7300c743d93977434c8
parentc64ed451a9e9e5c8d27c4cf4c41940171a3b2afd
tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIAN

Since e03b56863d2b, which replaced HOST_WORDS_BIGENDIAN
with HOST_BIG_ENDIAN, there is no need to define a second
symbol which is [0,1].

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/mips/tcg-target.c.inc