diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-11-16 10:04:50 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-11-16 10:04:50 +0100 |
commit | c279327b7336d6980b3c5a87b055ef86718e7446 (patch) | |
tree | bdebc34005afde9ba34039108a2c27d93bff73e7 /gcc | |
parent | 11eef57867ad3aa712e7615568f1c9e0a98f375a (diff) | |
download | gcc-c279327b7336d6980b3c5a87b055ef86718e7446.zip gcc-c279327b7336d6980b3c5a87b055ef86718e7446.tar.gz gcc-c279327b7336d6980b3c5a87b055ef86718e7446.tar.bz2 |
Fix typo in previous change.
From-SVN: r107072
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 496438a..4f4e585 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -27314,7 +27314,7 @@ library (@pxref{Using gnatdll}). @end enumerate @noindent -Note that a relocatable DLL and stripped using the @code{strip} +Note that a relocatable DLL stripped using the @code{strip} binutils tool will not be relocatable anymore. To build a DLL without debug information pass @code{-largs -s} to @code{gnatdll}. This restriction does not apply to a DLL built using a Library Project. |