Everything

-fsymbol


< Optimizing Linkage Editor (rlink) Options / Section Options >

[Format]

-fsymbol = <section name> [,...]

[Description]

-

Outputs externally defined symbols in the specified section to a file in the assembler directive format.

-

The file name is <output file>.fsy.

[Examples]

-

Outputs externally defined symbols in sections sct2 and sct3 to test.fsy.

fsymbol = sct2, sct3
output=test.abs

-

[Output example of test.fsy]

;RENESAS OPTIMIZING LINKER GENERATED FILE 2012.07.19
;fsymbol = sct2, sct3
;SECTION NAME = sct2
 .glb_f
_f: .equ 00000000h
 .glb_g
_g: .equ 00000016h
;SECTION NAME = sct3
 .glb _main
_main: .equ 00000020h
 .end

[Remarks]

-

When form={object | relocate | library} or strip is specified, this option is unavailable.