aboutsummaryrefslogtreecommitdiff
path: root/arch/all/compiler-gcc/roles.yml
blob: 5e904b691df7534fde649a74271db1e68b8a5799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%YAML 1.2
---
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.