-split_vect [V3.00.00 or later]
|
< Optimizing Linkage Editor (rlink) Options / Output Options >
[Format]
[Description]
- | This option generates vector table sections split by vector table number. |
- | A vector table section is not generated for an unused area of the vector table number. |
[Example]
- | To generate a vector table section "C$VECT14" for vector table number 14, code as: |
-vectn=14=__dummy -split_vect
|
[Remarks]
- | This option is invalid when the -vect option, -form={object | relocate | library} option, -strip option, or -extract option is specified at the same time. |