[Ada] Fix URL in doc
gcc/ada/ * doc/gnat_ugn/the_gnat_compilation_model.rst: Fix URL. * gnat_ugn.texi: Regenerate.
This commit is contained in:
parent
0b4606618c
commit
605095af6f
2 changed files with 2 additions and 2 deletions
|
@ -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``
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue