-mno-tocdata-file

Purpose

Excludes all variables that are listed in the import file from the TOC data transformation, including variables with and without absolute addresses.

Note: The option is available starting from IBM® Open XL C/C++ for AIX® 17.1.2.5.

Syntax

Read syntax diagramSkip visual syntax diagram -mno-tocdata-file<importfile>

Defaults

None.

Usage

When -mno-tocdata-file=<importfile> is specified, the effect is as if the -mno-tocdata were specified to all the variables listed in the import file. The format of importfile is the same as the format used in the import file for the ld command.

Predefined macros

None.

Examples

The following command applies the TOC data transformation to all suitable variables except those listed in importfile.
ibm-clang -mtocdata -mno-tocdata-file=importfile

Related information