- Aug 16, 2013
-
-
Avi Kivity authored
gcc 4.7 doesn't define a few builtins, which we don't use, but the 4.8 headers require. Declare them so compilation passes.
-
- Jul 29, 2013
-
-
Avi Kivity authored
__attribute__((cold)) on labels isn't supported by gcc 4.7. Detect support for the feature and enable it conditionally.
-