Everything

 

-AVOID_SADDR_STACK [V1.15.00 or later]


This option sets the stack area to an area excluding the SADDR area.

[Specification format]

-AVOID_SADDR_STACK

 

-

Interpretation when omitted

The range including the SADDR area is set for the stack area.

[Detailed description]

-

This option sets the __STACK_ADDR_START symbol and __STACK_ADDR_END symbol of the stack area to an area excluding the SADDR area.

[Example of use]

-

To set the stack area to an area excluding the SADDR area, describe as:

> rlink a.obj b.obj -device=dr5f10a6e.dvf -auto_section_layout -avoid_saddr_stack

[Remark]

-

If the -form={object|relocate|library} or -strip option is specified, this option will be invalid.

-

If the -device option is not specified, this option will be invalid.