libiberty: fix URL for demangler ABI
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 2 Mar 2018 20:20:37 +0000 (20:20 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 2 Mar 2018 20:20:37 +0000 (20:20 +0000)
libiberty/ChangeLog:
* cp-demangle.c: Update URL for g++ V3 ABI.

From-SVN: r258155

libiberty/ChangeLog
libiberty/cp-demangle.c

index 63558926ef92fe58d7b396a39e38609256f09ff6..f326f07342920fbdac0cb190b25ebc4937c75d6c 100644 (file)
@@ -1,3 +1,7 @@
+2018-03-02  David Malcolm  <dmalcolm@redhat.com>
+
+       * cp-demangle.c: Update URL for g++ V3 ABI.
+
 2018-01-20  Eli Zaretskii  <eliz@gnu.org>
 
        * simple-object-xcoff.c (simple_object_xcoff_find_sections): Use
index 1d5b855ddf22e678dcbd760458e3e0fb62c2c845..3f2a097e7f2075e5750e40a31ce46589d4ab83d5 100644 (file)
@@ -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>.