Douglas Gregor | 3f09de6 | 2012-01-29 20:52:14 +0000 | [diff] [blame] | 1 | module __compiler_builtins [system] { |
| 2 | explicit module float_constants { |
| 3 | header "float.h" |
| 4 | } |
| 5 | |
| 6 | explicit module iso646 { |
| 7 | header "iso646.h" |
| 8 | } |
| 9 | |
| 10 | explicit module limits { |
| 11 | header "limits.h" |
| 12 | } |
| 13 | |
| 14 | explicit module stdalign { |
| 15 | header "stdalign.h" |
| 16 | } |
| 17 | |
| 18 | explicit module stdarg { |
| 19 | header "stdarg.h" |
| 20 | } |
| 21 | |
| 22 | explicit module stdbool { |
| 23 | header "stdbool.h" |
| 24 | } |
| 25 | |
| 26 | explicit module stddef { |
| 27 | header "stddef.h" |
| 28 | } |
| 29 | |
| 30 | explicit module stdint { |
| 31 | header "stdint.h" |
| 32 | } |
| 33 | |
| 34 | explicit module tgmath { |
| 35 | header "tgmath.h" |
| 36 | } |
| 37 | |
| 38 | // FIXME: add various altivec, *intrin headers. |
| 39 | } |