]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
- improve wording of previous change
authorDavid Edelsohn <dje@gcc.gnu.org>
Mon, 12 Aug 2002 18:25:54 +0000 (14:25 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 12 Aug 2002 18:25:54 +0000 (14:25 -0400)
From-SVN: r56235

gcc/doc/trouble.texi

index f641085c2495873e946b0a0e0d0f390f3484978b..3efca1fc9597ff1096abf582814d7dc4b39d30b4 100644 (file)
@@ -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