diff options
author | Arnaud Charlet <charlet@adacore.com> | 2022-02-16 11:23:24 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2022-05-12 12:38:42 +0000 |
commit | 605095af6f7952717a39a4feecde1e2cca4bed58 (patch) | |
tree | 7bf981bc1fd452e551b591ef3f5d43277de1b8ad /gcc | |
parent | 0b4606618c081cc99f1a18aeb303e9b05e77df4b (diff) | |
download | gcc-605095af6f7952717a39a4feecde1e2cca4bed58.zip gcc-605095af6f7952717a39a4feecde1e2cca4bed58.tar.gz gcc-605095af6f7952717a39a4feecde1e2cca4bed58.tar.bz2 |
[Ada] Fix URL in doc
gcc/ada/
* doc/gnat_ugn/the_gnat_compilation_model.rst: Fix URL.
* gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst | 2 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst b/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst index 1d45d43..68209bf 100644 --- a/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst +++ b/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst @@ -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`` diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 72fee17..4c7dc95 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -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} |