diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-10 09:49:42 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-01-13 16:22:53 +0100 |
commit | f9950374300cb4d8d898bbfc694a0639e9aafdc3 (patch) | |
tree | ed3a623556d28826982eaae107bee88ce80bfcfc /include | |
parent | a844873512400fae6bed9e87694dc96ff2f15f39 (diff) | |
download | qemu-f9950374300cb4d8d898bbfc694a0639e9aafdc3.zip qemu-f9950374300cb4d8d898bbfc694a0639e9aafdc3.tar.gz qemu-f9950374300cb4d8d898bbfc694a0639e9aafdc3.tar.bz2 |
mips: Always include nanomips disassembler
Since the nanomips disassembler is not C++ code anymore, it need not
depend on link_language == cpp. Always include it and remove the
CONFIG_NANOMIPS_DIS symbol.
Cc: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230110084942.299460-1-pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/exec/poison.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h index f0959bc..140daa4 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -74,7 +74,6 @@ #pragma GCC poison CONFIG_M68K_DIS #pragma GCC poison CONFIG_MICROBLAZE_DIS #pragma GCC poison CONFIG_MIPS_DIS -#pragma GCC poison CONFIG_NANOMIPS_DIS #pragma GCC poison CONFIG_NIOS2_DIS #pragma GCC poison CONFIG_PPC_DIS #pragma GCC poison CONFIG_RISCV_DIS |