[machdep] Improve YAML generation for archs with incomplete C stdlib
Basically fields corresponding to undefined macros will properly be associated to null instead of the macro name itself. We do it even for macros that are supposedly defined by a standard compliant C library, so that we can cope with more exotic implementations
Showing
- share/machdeps/machdep_avr_16.yaml 4 additions, 4 deletionsshare/machdeps/machdep_avr_16.yaml
- share/machdeps/machdep_avr_8.yaml 4 additions, 4 deletionsshare/machdeps/machdep_avr_8.yaml
- share/machdeps/make_machdep/errno.c 6 additions, 0 deletionsshare/machdeps/make_machdep/errno.c
- share/machdeps/make_machdep/limits_macros.c 8 additions, 0 deletionsshare/machdeps/make_machdep/limits_macros.c
- share/machdeps/make_machdep/posix_version.c 1 addition, 1 deletionshare/machdeps/make_machdep/posix_version.c
- share/machdeps/make_machdep/stdio_macros.c 12 additions, 0 deletionsshare/machdeps/make_machdep/stdio_macros.c
- share/machdeps/make_machdep/stdlib_macros.c 5 additions, 0 deletionsshare/machdeps/make_machdep/stdlib_macros.c
- share/machdeps/make_machdep/weof.c 2 additions, 0 deletionsshare/machdeps/make_machdep/weof.c
- share/machdeps/make_machdep/wordsize.c 3 additions, 0 deletionsshare/machdeps/make_machdep/wordsize.c
Loading
Please register or sign in to comment