+2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
+
+ PR target/79473
+ * doc/invoke.texi: Document -mload-store-pairs.
+
2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
Sandra Loosemore <sandra@codesourcery.com>
-mexplicit-relocs -mno-explicit-relocs @gol
-mcheck-zero-division -mno-check-zero-division @gol
-mdivide-traps -mdivide-breaks @gol
+-mload-store-pairs -mno-load-store-pairs @gol
-mmemcpy -mno-memcpy -mlong-calls -mno-long-calls @gol
-mmad -mno-mad -mimadd -mno-imadd -mfused-madd -mno-fused-madd -nocpp @gol
-mfix-24k -mno-fix-24k @gol
Divide-by-zero checks can be completely disabled using
@option{-mno-check-zero-division}.
+@item -mload-store-pairs
+@itemx -mno-load-store-pairs
+@opindex mload-store-pairs
+@opindex mno-load-store-pairs
+Enable (disable) an optimization that pairs consecutive load or store
+instructions to enable load/store bonding. This option is enabled by
+default but only takes effect when the selected architecture is known
+to support bonding.
+
@item -mmemcpy
@itemx -mno-memcpy
@opindex mmemcpy