mirror of
https://git.rtems.org/rtems-tools/
synced 2025-05-15 09:56:42 +08:00

Sometimes it's useful if structures are aligned. This patch add a -A alignment option. Note that this doesn't check for valid alignments. It accepts any positive number in decimal or hex format. If for example an alignment of 7 is specified, the compiler will complain that it is not a power of 2. But it's not really useful to duplicate this check here.