From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id D7E2B3857801; Sat, 26 Dec 2020 12:40:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7E2B3857801 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-6340] libstdc++: Update link to Intel/GNU compatibility paper X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 5b4da2d9e1c29ce0e36b0e4962078987f65c93a6 X-Git-Newrev: 9d426e4dbccf1548f2d11866fe18af04af4109de Message-Id: <20201226124001.D7E2B3857801@sourceware.org> Date: Sat, 26 Dec 2020 12:40:01 +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: Sat, 26 Dec 2020 12:40:02 -0000 https://gcc.gnu.org/g:9d426e4dbccf1548f2d11866fe18af04af4109de commit r11-6340-g9d426e4dbccf1548f2d11866fe18af04af4109de Author: Gerald Pfeifer Date: Sat Dec 26 00:27:23 2020 +0100 libstdc++: Update link to Intel/GNU compatibility paper libstdc++-v3: 2020-12-26 Gerald Pfeifer * doc/xml/manual/abi.xml: Update link to Intel's compatibility with GNU compilers document. * 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 8ed8de64b32..be5676d14f4 100644 --- a/libstdc++-v3/doc/html/manual/abi.html +++ b/libstdc++-v3/doc/html/manual/abi.html @@ -535,7 +535,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. Itanium C++ ABI .

diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index e9f3773186c..e48a536b54e 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -1143,7 +1143,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="https://software.intel.com/en-us/articles/intel-compilers-for-linux-compatibility-with-gnu-compilers"> + xlink:href="https://software.intel.com/content/www/us/en/develop/articles/intel-compilers-for-linux-compatibility-with-gnu-compilers.html"> Intel Compilers for Linux: Compatibility with GNU Compilers </link>