aboutsummaryrefslogtreecommitdiff
path: root/arch/all/compiler-gcc/roles.yml
blob: 101b7c1cf5fb8f58bbc0e305e7653265ecf26203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bits:
  types:
    exact.h: Exact-width integer types for GCC.
    fast.h:  Fastest-width integer types for GCC.
    least.h: Least-width integer types for GCC.
    max.h:   Maximum width integer types for GCC.
    primitive.h: Information about the primitive types for GCC.
    ptr.h:   Pointer type in GCC.
  alloca.h: Static allocation for GCC.
  compiler.h: GCC identification macros.
  endian.h: Endianness identification for GCC.
  stdarg.h: Variable argument list management for GCC.