From 901d7795d31fb6706ffcb7e522160feddf4260b7 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Sat, 4 Jul 2009 21:21:19 +0000 Subject: [PATCH] Document -dynload flag. Also add it and -shared to the flags reference. --- docs/users_guide/flags.xml | 13 +++++++++++++ docs/users_guide/phases.xml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index f96edbf..a914610 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1721,6 +1721,12 @@ + + Generate a shared library (as opposed to an executable) + dynamic + - + + Generate position-independent code (where available) static @@ -1733,6 +1739,13 @@ - + + Selects one of a number of modes for finding shared + libraries at runtime. + static + - + + name On Darwin/MacOS X only, link in the framework name. This option corresponds to the option for Apple's Linker. diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index 467f6ad..ac71b97 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -863,6 +863,19 @@ $ cat foo.hspp + + + + + + + + This flag selects one of a number of modes for finding shared + libraries at runtime. See for + a description of each mode. + + + -- 1.7.10.4