[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 09/13] poison: remove GNUC check
From: |
marcandre . lureau |
Subject: |
[PATCH v3 09/13] poison: remove GNUC check |
Date: |
Thu, 10 Dec 2020 17:47:48 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
QEMU requires Clang or GCC, that define and support __GNUC__ extensions
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
---
include/exec/poison.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/exec/poison.h b/include/exec/poison.h
index 7b9ac361dc..d7ae1f23e7 100644
--- a/include/exec/poison.h
+++ b/include/exec/poison.h
@@ -3,7 +3,6 @@
#ifndef HW_POISON_H
#define HW_POISON_H
-#ifdef __GNUC__
#pragma GCC poison TARGET_I386
#pragma GCC poison TARGET_X86_64
@@ -93,4 +92,3 @@
#pragma GCC poison CONFIG_SOFTMMU
#endif
-#endif
--
2.29.0
- [PATCH v3 05/13] tests: remove GCC < 4 fallbacks, (continued)
[PATCH v3 09/13] poison: remove GNUC check,
marcandre . lureau <=
[PATCH v3 10/13] xen: remove GNUC check, marcandre . lureau, 2020/12/10
[PATCH v3 11/13] compiler: remove GNUC check, marcandre . lureau, 2020/12/10
[PATCH v3 12/13] linux-user: remove GNUC check, marcandre . lureau, 2020/12/10
[PATCH v3 13/13] compiler.h: remove QEMU_GNUC_PREREQ, marcandre . lureau, 2020/12/10
Re: [PATCH v3 00/13] Remove GCC < 4.8 checks, no-reply, 2020/12/10