[kernel] WIP: first attempt at machdep generator
Showing
- make_machdep/.gitignore 1 addition, 0 deletionsmake_machdep/.gitignore
- make_machdep/alignof_aligned.c 5 additions, 0 deletionsmake_machdep/alignof_aligned.c
- make_machdep/alignof_fun.c 5 additions, 0 deletionsmake_machdep/alignof_fun.c
- make_machdep/alignof_longdouble.c 3 additions, 0 deletionsmake_machdep/alignof_longdouble.c
- make_machdep/alignof_str.c 3 additions, 0 deletionsmake_machdep/alignof_str.c
- make_machdep/char_is_unsigned.c 4 additions, 0 deletionsmake_machdep/char_is_unsigned.c
- make_machdep/const_string_literals.c 1 addition, 0 deletionsmake_machdep/const_string_literals.c
- make_machdep/has__builtin_va_list.c 2 additions, 0 deletionsmake_machdep/has__builtin_va_list.c
- make_machdep/little_endian.c 13 additions, 0 deletionsmake_machdep/little_endian.c
- make_machdep/make_machdep.py 319 additions, 0 deletionsmake_machdep/make_machdep.py
- make_machdep/make_machdep_common.h 24 additions, 0 deletionsmake_machdep/make_machdep_common.h
- make_machdep/ptrdiff_t.c 6 additions, 0 deletionsmake_machdep/ptrdiff_t.c
- make_machdep/size_t.c 6 additions, 0 deletionsmake_machdep/size_t.c
- make_machdep/sizeof_alignof_standard.c 29 additions, 0 deletionsmake_machdep/sizeof_alignof_standard.c
- make_machdep/sizeof_fun.c 5 additions, 0 deletionsmake_machdep/sizeof_fun.c
- make_machdep/sizeof_longdouble.c 3 additions, 0 deletionsmake_machdep/sizeof_longdouble.c
- make_machdep/sizeof_void.c 3 additions, 0 deletionsmake_machdep/sizeof_void.c
- make_machdep/wchar_t.c 9 additions, 0 deletionsmake_machdep/wchar_t.c
make_machdep/.gitignore
0 → 100644
make_machdep/alignof_aligned.c
0 → 100644
make_machdep/alignof_fun.c
0 → 100644
make_machdep/alignof_longdouble.c
0 → 100644
make_machdep/alignof_str.c
0 → 100644
make_machdep/char_is_unsigned.c
0 → 100644
make_machdep/const_string_literals.c
0 → 100644
make_machdep/has__builtin_va_list.c
0 → 100644
make_machdep/little_endian.c
0 → 100644
make_machdep/make_machdep.py
0 → 100755
make_machdep/make_machdep_common.h
0 → 100644
make_machdep/ptrdiff_t.c
0 → 100644
make_machdep/size_t.c
0 → 100644
make_machdep/sizeof_alignof_standard.c
0 → 100644
make_machdep/sizeof_fun.c
0 → 100644
make_machdep/sizeof_longdouble.c
0 → 100644
make_machdep/sizeof_void.c
0 → 100644
make_machdep/wchar_t.c
0 → 100644
Please register or sign in to comment