Selecting one of the following will take you directly to that section:
Specify the layout used by the source file is free form.
enable language support for
Generates position independent code (PIC), which allows a virtual address change from one process to another, as is necessary in the case of shared, dynamically linked objects. The virtual addresses of the instructions and data in PIC code are not known until dynamic link time.
Directs the compiler driver to link dynamic libraries at runtime. This option is used to create dynamically linked executable files and may not be used with the -h static or -h shared options. Note that the preferred invocation is to call the generic CC command with the -dynamic option, rather than using this compiler specific option.