aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/doc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2020-05-12 16:35:12 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2020-07-07 05:26:56 -0400
commit8deaec2952797afe2d0d14ab60142397e96173c2 (patch)
tree215134c9bd3cb729e28dfe7d56fc24a1c096b1c4 /gcc/ada/doc
parent31c1fdbe0d12299eae196a4653952ab63ac23621 (diff)
downloadgcc-8deaec2952797afe2d0d14ab60142397e96173c2.zip
gcc-8deaec2952797afe2d0d14ab60142397e96173c2.tar.gz
gcc-8deaec2952797afe2d0d14ab60142397e96173c2.tar.bz2
[Ada] Add support for XDR streaming in the default runtime
gcc/ada/ * Makefile.rtl: Remove dead code. * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Document gnatbind -xdr switch. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r--gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
index 1fd59d7..1d44d70 100644
--- a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
+++ b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
@@ -6711,6 +6711,14 @@ be presented in subsequent sections.
Exclude source files (check object consistency only).
+ .. index:: -xdr (gnatbind)
+
+:switch:`-xdr`
+ Use the target-independent XDR protocol for stream oriented attributes
+ instead of the default implementation which is based on direct binary
+ representations and is therefore target-and endianness-dependent.
+
+
.. index:: -Xnnn (gnatbind)
:switch:`-X{nnn}`