On 19.06.2017 23:49, Richard Henderson wrote:
> On 06/14/2017 12:21 PM, Thomas Huth wrote:
>> #pragma GCC poison TARGET_CRIS
>> #pragma GCC poison TARGET_LM32
>
> Missing HPPA and TILEGX.
Oh, looks like I missed the new defines from the -linux-user targets ...
thanks for the hint, I'll send a
On 06/14/2017 12:21 PM, Thomas Huth wrote:
#pragma GCC poison TARGET_CRIS
#pragma GCC poison TARGET_LM32
Missing HPPA and TILEGX.
r~
Since we've got some new CPU targets in QEMU during the last months
and years, we've got some new TARGET_xxx defines now which should
be marked as poisoned for common code.
Signed-off-by: Thomas Huth
---
include/exec/poison.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/inclu