projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
032613d
)
- improve wording of previous change
author
David Edelsohn
<dje@gcc.gnu.org>
Mon, 12 Aug 2002 18:25:54 +0000
(14:25 -0400)
committer
David Edelsohn
<dje@gcc.gnu.org>
Mon, 12 Aug 2002 18:25:54 +0000
(14:25 -0400)
From-SVN: r56235
gcc/doc/trouble.texi
patch
|
blob
|
history
diff --git
a/gcc/doc/trouble.texi
b/gcc/doc/trouble.texi
index f641085c2495873e946b0a0e0d0f390f3484978b..3efca1fc9597ff1096abf582814d7dc4b39d30b4 100644
(file)
--- 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 symbol
s.
+This may lead to
both increased executable size and unexpected symbol
+
reference
s.
@end itemize
@node C++ Misunderstandings