]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
md.texi (-mshared): Mention that -mshared code can be linked into shared libraries.
authorRichard Sandiford <richard@codesourcery.com>
Wed, 22 Mar 2006 07:54:45 +0000 (07:54 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 22 Mar 2006 07:54:45 +0000 (07:54 +0000)
* doc/md.texi (-mshared): Mention that -mshared code can be linked
into shared libraries.

From-SVN: r112281

gcc/ChangeLog
gcc/doc/invoke.texi

index 9ebe45478349d933ca7eccd3fb86d295dbbed48b..561cfefa0ecf6e35aaa8ea9d06b602649f33b7c3 100644 (file)
@@ -1,3 +1,8 @@
+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
index 1a26929c21f91fd389b5d3529622b9c7b0977e29..5b4e8bedcb1e690c6b183becbba84bef4ed252ad 100644 (file)
@@ -10470,8 +10470,9 @@ systems.
 
 @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,