diff options
author | David Malcolm <dmalcolm@redhat.com> | 2018-03-02 20:20:37 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2018-03-02 20:20:37 +0000 |
commit | b2353e5931b1c06053d35c13b9e03f62aca0866c (patch) | |
tree | b81e2f34cb3a7f8ad94e3f2269bed5248b0c95d2 /libiberty/cp-demangle.c | |
parent | 346114b54da37792ec1759a1e76626eb4d3a5594 (diff) |
libiberty: fix URL for demangler ABI
libiberty/ChangeLog:
* cp-demangle.c: Update URL for g++ V3 ABI.
From-SVN: r258155
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r-- | libiberty/cp-demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 1d5b855ddf2..3f2a097e7f2 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -30,7 +30,7 @@ /* This code implements a demangler for the g++ V3 ABI. The ABI is described on this web page: - http://www.codesourcery.com/cxx-abi/abi.html#mangling + https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling This code was written while looking at the demangler written by Alex Samuel <samuel@codesourcery.com>. |