|
@@ -34,6 +34,18 @@
|
|
#include "exec/poison.h"
|
|
#include "exec/poison.h"
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+ * HOST_WORDS_BIGENDIAN was replaced with HOST_BIG_ENDIAN. Prevent it from
|
|
|
|
+ * creeping back in.
|
|
|
|
+ */
|
|
|
|
+#pragma GCC poison HOST_WORDS_BIGENDIAN
|
|
|
|
+
|
|
|
|
+/*
|
|
|
|
+ * TARGET_WORDS_BIGENDIAN was replaced with TARGET_BIG_ENDIAN. Prevent it from
|
|
|
|
+ * creeping back in.
|
|
|
|
+ */
|
|
|
|
+#pragma GCC poison TARGET_WORDS_BIGENDIAN
|
|
|
|
+
|
|
#include "qemu/compiler.h"
|
|
#include "qemu/compiler.h"
|
|
|
|
|
|
/* Older versions of C++ don't get definitions of various macros from
|
|
/* Older versions of C++ don't get definitions of various macros from
|