aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnat_ugn.texi
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/gnat_ugn.texi
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/gnat_ugn.texi')
-rw-r--r--gcc/ada/gnat_ugn.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index b2f022e..fc49da1 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -16142,6 +16142,14 @@ Override default wide character encoding for standard Text_IO files.
Exclude source files (check object consistency only).
+@geindex -xdr (gnatbind)
+
+@item @code{-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.
+
@geindex -Xnnn (gnatbind)
@item @code{-X@emph{nnn}}