* doc/md.texi (-mshared): Mention that -mshared code can be linked
into shared libraries.
From-SVN: r112281
+2006-03-22 Richard Sandiford <richard@codesourcery.com>
+
+ * doc/md.texi (-mshared): Mention that -mshared code can be linked
+ into shared libraries.
+
2006-03-22 Richard Sandiford <richard@codesourcery.com>
* doc/md.texi: Refer to i386/constraints.md instead of
@item -mshared
@itemx -mno-shared
-Generate (do not generate) code that is fully position-independent.
-This option only affects @option{-mabicalls}.
+Generate (do not generate) code that is fully position-independent,
+and that can therefore be linked into shared libraries. This option
+only affects @option{-mabicalls}.
All @option{-mabicalls} code has traditionally been position-independent,
regardless of options like @option{-fPIC} and @option{-fpic}. However,