On 03/02/2018 09:44 AM, David Malcolm wrote:
> The comment at the top of cp-demangle.c lists:
> http://www.codesourcery.com/cxx-abi/abi.html#mangling
> which redirects to:
> https://mentorembedded.github.io/cxx-abi/abi.html#mangling
> but this is a 404: the latter site is empty.
>
> I looked on archive.org; the final version before the redirect
> seems to be:
>
> https://web.archive.org/web/20110903075217/http://www.codesourcery.com:80/public/cxx-abi/abi.html
>
> Some searching showed up:
> https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling
>
> I don't know how canonical this page is, but:
> https://itanium-cxx-abi.github.io/cxx-abi/
> has "Revised March 14, 2017", which seems relatively up-to-date, so this
> patch updates the comment to point to that site.
>
> OK for trunk?
>
> libiberty/ChangeLog:
> * cp-demangle.c: Update URL for g++ V3 ABI.
OK.
jeff