This option changes the number of alignment of the section to 16 bytes.
[Specification format]
-ALIGNED_SECTION=section[,section]...
|
- | Interpretation when omitted |
None
[Detailed description]
- | This option changes the number of alignment of section section to 16 bytes. |
[Example of use]
- | To change the number of alignment of section A to 16 bytes, describe as: |
>rlink a.obj b.obj -aligned_section=A
|
[Remark]
- | If the -form={object|relocate|library} option and the -extract or -strip option is specified, this option will be invalid. |