diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-04-24 10:51:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-04-24 10:51:00 +0000 |
commit | f172dd9af94dad99f91f97b5e8dcd40203036047 (patch) | |
tree | 4a74dd4c077a86d388ca5fa4283aa4460de430e9 | |
parent | f3181aa2021d0ac64a0cce8a6c2a926553e7639a (diff) | |
download | gcc-f172dd9af94dad99f91f97b5e8dcd40203036047.zip gcc-f172dd9af94dad99f91f97b5e8dcd40203036047.tar.gz gcc-f172dd9af94dad99f91f97b5e8dcd40203036047.tar.bz2 |
* libsupc++/cxxabi.h: Adjust link to FAQ entry.
From-SVN: r172915
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/libsupc++/cxxabi.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4ae1278..4e55115 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h index c93085a..0f3856e 100644 --- a/libstdc++-v3/libsupc++/cxxabi.h +++ b/libstdc++-v3/libsupc++/cxxabi.h @@ -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 |