Commit 08882783 by David Edelsohn

- Add more information about interposing functions using runtime-linking.

From-SVN: r48970
parent 6040e200
...@@ -313,6 +313,13 @@ application. Applications are not required to use the ...@@ -313,6 +313,13 @@ application. Applications are not required to use the
merging semantics will continue to function correctly. merging semantics will continue to function correctly.
@item @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 AIX on the RS/6000 provides support (NLS) for environments outside of
the United States. Compilers and assemblers use NLS to support the United States. Compilers and assemblers use NLS to support
locale-specific representations of various objects including locale-specific representations of various objects including
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment