diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2002-08-12 14:25:54 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2002-08-12 14:25:54 -0400 |
commit | 48c1db3d6f2920e60963b2d2ecad83a0bfe41492 (patch) | |
tree | 9ee55ee4c8b23d450c7cd8d2afb32e48e70eeb87 | |
parent | 032613dfb5333b47bbdbffedabb6cd8d4bd321e4 (diff) | |
download | gcc-48c1db3d6f2920e60963b2d2ecad83a0bfe41492.zip gcc-48c1db3d6f2920e60963b2d2ecad83a0bfe41492.tar.gz gcc-48c1db3d6f2920e60963b2d2ecad83a0bfe41492.tar.bz2 |
- improve wording of previous change
From-SVN: r56235
-rw-r--r-- | gcc/doc/trouble.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index f641085..3efca1f 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 |