From: David Edelsohn Date: Mon, 12 Aug 2002 18:25:54 +0000 (-0400) Subject: - improve wording of previous change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48c1db3d6f2920e60963b2d2ecad83a0bfe41492;p=gcc.git - improve wording of previous change From-SVN: r56235 --- diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index f641085c249..3efca1fc959 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -904,8 +904,8 @@ AIX linker from mistakenly assuming that static constructor or destructor are unused and removing them before the scanning can occur. All static constructors and destructors found will be referenced even though the modules in which they occur may not be used by the program. -This may lead to increased executable size and unexpected dependencies -on external symbols. +This may lead to both increased executable size and unexpected symbol +references. @end itemize @node C++ Misunderstandings