From: Arnaud Charlet Date: Wed, 16 Nov 2005 09:04:50 +0000 (+0100) Subject: Fix typo in previous change. X-Git-Tag: releases/gcc-4.1.0~764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c279327b7336d6980b3c5a87b055ef86718e7446;p=thirdparty%2Fgcc.git Fix typo in previous change. From-SVN: r107072 --- diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 496438ad20a7..4f4e5852b30e 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.