Compiler Flags for Interworking

9/7/2007

The following compiler flags apply to the creation of interworking programs.

  • The /QRinterwork-return - Enable Interworking flag causes all function returns in a file to be made interworking.
    This flag has no effect on function calls.
  • The /QRArch - Specify Target Architecture flag allows the compiler to generate instructions that are only available on THUMB-enabled microprocessors, such as BX.
    For THUMB, this flag is on by default.
    For ARM, this flag is off by default.
    The /QRinterwork-return flag enables the /QRarch flag.

See Also

Concepts

THUMB-enabled ARM Implementation