mes/module/mescc
Jan (janneke) Nieuwenhuizen 5bb568e455
mescc: Change --align to --align=functions, --align=globals.
This makes function alignment optional and disables function alignment
when using MesCC-Tools 0.5.2 (numbered architecture).

* module/mescc.scm (parse-opts): Make --align take a value.
* module/mescc/mescc.scm (mescc:compile, infos->hex2): Parse it and pass
it as renamed #:align keyword argument to ...
* module/mescc/M1.scm (infos->M1): ...here.  Rename parameter align? to
align, pass it to...
(info->M1): ...here.  Likewise.  Use it to make function alignment
optional.
2021-01-23 08:43:47 +01:00
..
armv4 ARM: Revert to 4 byte types only. 2021-01-23 08:43:40 +01:00
i386 mescc: Use signed division for x86, x86_64 when appropriate. 2020-10-06 19:53:02 +02:00
x86_64 mescc: Use signed division for x86, x86_64 when appropriate. 2020-10-06 19:53:02 +02:00
M1.scm mescc: Change --align to --align=functions, --align=globals. 2021-01-23 08:43:47 +01:00
as.scm mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
bytevectors.scm mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
compile.scm mescc: Opt for reproducible builds with Guile and Mes. 2020-01-20 22:47:51 +01:00
info.scm mescc: Do not dump variables with extern storage. 2019-07-27 17:22:00 +02:00
mescc.scm mescc: Change --align to --align=functions, --align=globals. 2021-01-23 08:43:47 +01:00
preprocess.scm mescc: Skip attributes on function definitions. 2021-01-23 08:43:47 +01:00