From 48c1db3d6f2920e60963b2d2ecad83a0bfe41492 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 12 Aug 2002 14:25:54 -0400 Subject: [PATCH] - improve wording of previous change From-SVN: r56235 --- gcc/doc/trouble.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2