6ee85aef07
root@212cf3f52994:/tools# rx-elf-gcc -dM -E - < /dev/null | grep "__INT.*_TYPE__"|sort #define __INT16_TYPE__ short int #define __INT32_TYPE__ long int #define __INT64_TYPE__ long long int #define __INT8_TYPE__ signed char #define __INTMAX_TYPE__ long long int #define __INTPTR_TYPE__ long int #define __INT_FAST16_TYPE__ int #define __INT_FAST32_TYPE__ int #define __INT_FAST64_TYPE__ long long int #define __INT_FAST8_TYPE__ int #define __INT_LEAST16_TYPE__ short int #define __INT_LEAST32_TYPE__ long int #define __INT_LEAST64_TYPE__ long long int #define __INT_LEAST8_TYPE__ signed char root@212cf3f52994:/tools# |
||
---|---|---|
.. | ||
m16c | ||
rx65n | ||
sh1 | ||
.gitignore | ||
arch.h | ||
inttypes.h | ||
irq.h | ||
limits.h | ||
README.txt | ||
sh1Plimits.h | ||
sh1Ptypes.h | ||
syscall.h | ||
tls.h | ||
types.h |
This directory contains header files common to all SH architectures. Sub-directories within this directory contain header files unique to specific SH chip architectures. At configuration time, additional directories will be linked here: 'build' will be a link to the boards/renesas/<chip>/<board>/include directory; 'chip' will be a link to the SH chip sub-directory.