[Ada] Fix URL in doc
authorArnaud Charlet <charlet@adacore.com>
Wed, 16 Feb 2022 11:23:24 +0000 (11:23 +0000)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 12 May 2022 12:38:42 +0000 (12:38 +0000)
gcc/ada/

* doc/gnat_ugn/the_gnat_compilation_model.rst: Fix URL.
* gnat_ugn.texi: Regenerate.

gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst
gcc/ada/gnat_ugn.texi

index 1d45d43..68209bf 100644 (file)
@@ -3811,7 +3811,7 @@ Interfacing to C++
 
 GNAT supports interfacing with the G++ compiler (or any C++ compiler
 generating code that is compatible with the G++ Application Binary
-Interface ---see http://www.codesourcery.com/archives/cxx-abi).
+Interface ---see http://itanium-cxx-abi.github.io/cxx-abi/abi.html).
 
 Interfacing can be done at 3 levels: simple data, subprograms, and
 classes. In the first two cases, GNAT offers a specific ``Convention C_Plus_Plus``
index 72fee17..4c7dc95 100644 (file)
@@ -5669,7 +5669,7 @@ challenge.  This section gives a few hints that should make this task easier.
 
 GNAT supports interfacing with the G++ compiler (or any C++ compiler
 generating code that is compatible with the G++ Application Binary
-Interface —see @indicateurl{http://www.codesourcery.com/archives/cxx-abi}).
+Interface —see @indicateurl{http://itanium-cxx-abi.github.io/cxx-abi/abi.html}).
 
 Interfacing can be done at 3 levels: simple data, subprograms, and
 classes. In the first two cases, GNAT offers a specific @code{Convention C_Plus_Plus}