3.7.2 How to use variable/function information file

-

Add #include directive to the C source files to include variable/function information file, and then compile the files.
That will reduce the size of object codes.

-

Specifying -preinclude option is another way to include the information file.
In this case, no modification is required for C source files.

-

Variable/function information file can be edited manually.
This enables users to tune the code size by enabling/disabling saddr/callt directives for global variables/functions in the information file and by adding/removing saddr/callt directives for static variables/functions in the C source files.