xemu/target-s390x
Gabriel Kerneis d49b8e0b29 s390x: use CONFIG_INT128 to detect __uint128_t
Target s390x uses ad-hoc macro magic to guess if the compiler
supports the GCC extension __uint128_t.  This patch uses the
the dedicated macro CONFIG_INT128 defined by configure instead.

This fixes compilation with the CIL source code analyzer, which
uses GCC as a preprocessor but does not support __uint128_t.

Signed-off-by: Gabriel Kerneis <gabriel@kerneis.info>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-04-26 11:58:14 +02:00
..
2013-01-05 12:18:42 -08:00
2013-02-23 17:25:29 +00:00
2013-03-08 21:17:46 +01:00
2013-02-13 11:56:02 -06:00
2013-03-17 20:01:31 +00:00
2013-04-05 14:54:11 +02:00