From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 78FF5385EC56; Sun, 27 Dec 2020 20:25:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 78FF5385EC56 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-6348] libstdc++: Update link to Arm ABI X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: bbd5868bb4e408b450c65caef387b7c72a8a7f6b X-Git-Newrev: 15b99a6b83e00ac29f9c0b034c27e34feb8ecf1c Message-Id: <20201227202547.78FF5385EC56@sourceware.org> Date: Sun, 27 Dec 2020 20:25:47 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2020 20:25:47 -0000 https://gcc.gnu.org/g:15b99a6b83e00ac29f9c0b034c27e34feb8ecf1c commit r11-6348-g15b99a6b83e00ac29f9c0b034c27e34feb8ecf1c Author: Gerald Pfeifer Date: Sun Dec 27 21:24:36 2020 +0100 libstdc++: Update link to Arm ABI libstdc++-v3: 2020-12-27 Gerald Pfeifer * doc/xml/manual/abi.xml: Update link to Arm ABI. * doc/html/manual/abi.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/abi.html | 2 +- libstdc++-v3/doc/xml/manual/abi.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html index be5676d14f4..5d07c045d86 100644 --- a/libstdc++-v3/doc/html/manual/abi.html +++ b/libstdc++-v3/doc/html/manual/abi.html @@ -551,7 +551,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. How to Write Shared Libraries . Ulrich Drepper.

diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index e48a536b54e..c15aa49e464 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -1186,7 +1186,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ihi0036b/index.html"> + xlink:href="https://developer.arm.com/documentation/ihi0036/latest/"> C++ ABI for the ARM Architecture </link>