Specifies the structure and array alignment options.
-align keyword[,...]
The options for the keyword are:
68k
MC68K (word) alignment (two bytes unless field is one byte).
coldfire
Sets the long word alignment (four bytes unless field is smaller). This is default.
byte
Sets the alignment on bytes.
word
Sets the word alignment (2 bytes unless field issmaller).
long
Sets the long word alignment (four bytes unless field is smaller). This is default.
native=68k
Sets the native alignment value to 68k
native=coldfire
Sets the native alignment value to coldfire
mc68k
Deprecated: MC68K alignment (two bytes unless field is one byte)
mc68k4byte
Deprecated: MC68K 4-byte alignment (four bytes unless field is smaller); default
power[pc]
Deprecated: PowerPC alignment (align based on size of field)
power[pc]
Deprecated: PowerPC alignment (align based on size of field)
array[members]
Aligns array members.