Add documentation about the interation of the ARM assembler's -EB option and the...
[deliverable/binutils-gdb.git] / gas / doc / c-arm.texi
index 18becb7aa37801b986660a813253fe56813a0703..f07aa62bd41064ccb1e121680d9a86962d6fc0b2 100644 (file)
@@ -362,6 +362,12 @@ and
 This option specifies that the output generated by the assembler should
 be marked as being encoded for a big-endian processor.
 
+Note: If a program is being built for a system with big-endian data
+and little-endian instructions then it should be assembled with the
+@option{-EB} option, (all of it, code and data) and then linked with
+the @option{--be8} option.  This will reverse the endianness of the
+instructions back to little-endian, but leave the data as big-endian.
+
 @cindex @code{-EL} command line option, ARM
 @item -EL
 This option specifies that the output generated by the assembler should
This page took 0.023702 seconds and 4 git commands to generate.