osdep.h: Move some compiler-specific things to compiler.h
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:20:19 +0000 (16:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:29:53 +0000 (16:29 +0100)
commit4912086865083a008f4fb73173fd0ddf2206c4d9
tree673cfd5a7fd403cc5c82fec8c043b2304b0c356e
parent71baf787d8fa2a5d186f22d8154069fd212be37f
osdep.h: Move some compiler-specific things to compiler.h

osdep.h has a few things which are really compiler specific;
move them to compiler.h, and include compiler.h from osdep.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
include/qemu/compiler.h
include/qemu/osdep.h