--force_so_throw, --no_force_so_throw

This option controls the assumption made by the linker that an input shared object might throw an exception. By default, exception tables are discarded if no code throws an exception.

Show/hideDefault

The default is --no_force_so_throw.

Show/hideUsage

Use --force_so_throw to specify that all shared objects might throw an exception and so force the linker to keep the exception tables, regardless of whether the image can throw an exception or not. If the --sysv option is used then --force_so_throw is automatically set.

Show/hideSee also

Concepts
Reference
Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0493C
Non-ConfidentialID080411