[kvm-unit-tests PATCH 1/6] libcflat: add PRI(dux)32 format types

Paolo Bonzini pbonzini at redhat.com
Thu Jan 12 09:44:27 PST 2017



On 12/01/2017 18:18, Alex Bennée wrote:
>> Although I feel there should be a compiler macro way to do this without
>> a need for configure/makefile trickery at all...
> 
> I did ask our toolchain bods. They started going on about potential
> solutions using _Generic but I fear that might be worse in this case!

I don't think _Generic can do string concatenation, can it?

inttypes.h is not part of the set of freestanding headers, only stdint.h
is.  Who is providing stdint.h in your case?

Paolo



More information about the linux-arm-kernel mailing list