* libsupc++/cxxabi.h: Adjust link to FAQ entry.

From-SVN: r172915
This commit is contained in:
Gerald Pfeifer 2011-04-24 10:51:00 +00:00 committed by Gerald Pfeifer
parent f3181aa202
commit f172dd9af9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
* libsupc++/cxxabi.h: Adjust link to FAQ entry.
2011-04-22 François Dumont <francois.cppdevs@free.fr>
* testsuite/lib/libstdc++.exp (check_v3_target_time): Discard

View file

@ -583,7 +583,7 @@ namespace __cxxabiv1
*
* A brief overview of an ABI is given in the libstdc++ FAQ, question
* 5.8 (you may have a copy of the FAQ locally, or you can view the online
* version at http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#5_8).
* version at http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#5_8 ).
*
* GCC subscribes to a cross-vendor ABI for C++, sometimes
* called the IA64 ABI because it happens to be the native ABI for that