diff options
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r-- | gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst | 8 |
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}` |