diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2002-01-17 17:45:21 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2002-01-17 17:45:21 -0500 |
commit | 088827831af835a7935ab4cce91f511eadaf43e4 (patch) | |
tree | a74e4d8580205f872c53afbf302ed9ae2bc5b7dd | |
parent | 6040e200437f0a0d4028d2a6f3afface83016016 (diff) | |
download | gcc-088827831af835a7935ab4cce91f511eadaf43e4.zip gcc-088827831af835a7935ab4cce91f511eadaf43e4.tar.gz gcc-088827831af835a7935ab4cce91f511eadaf43e4.tar.bz2 |
- Add more information about interposing functions using runtime-linking.
From-SVN: r48970
-rw-r--r-- | gcc/doc/trouble.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index fb6e983..09026fe5 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -313,6 +313,13 @@ application. Applications are not required to use the merging semantics will continue to function correctly. @item +An application can interpose its own definition of functions for +functions invoked by @file{libstdc++.a} with ``runtime-linking'' +enabled on AIX. To accomplish this the application must be linked +with ``runtime-linking'' option and the functions explicitly must be +exported by the application (@option{-Wl,-brtl,-bE:exportfile}). + +@item AIX on the RS/6000 provides support (NLS) for environments outside of the United States. Compilers and assemblers use NLS to support locale-specific representations of various objects including |