]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sphinx: sync latest changes
authorMartin Liska <mliska@suse.cz>
Mon, 7 Nov 2022 21:18:24 +0000 (22:18 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 9 Nov 2022 08:00:36 +0000 (09:00 +0100)
gcc/ChangeLog:

* doc/gccint/target-macros/stack-layout-and-calling-conventions/passing-arguments-in-registers.rst:
Port to RST.
* doc/gccint/target-macros/storage-layout.rst: Likewise.
* doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst: Sync with master.
* doc/gcc/gcc-command-options/option-summary.rst: Likewise.

gcc/doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst
gcc/doc/gcc/gcc-command-options/option-summary.rst
gcc/doc/gccint/target-macros/stack-layout-and-calling-conventions/passing-arguments-in-registers.rst
gcc/doc/gccint/target-macros/storage-layout.rst

index 7e784eb9a0732e192e5fc8b3dd3118b466ff9bf7..6f015e9e96a3eb510312c40efdf0259c9f539d8e 100644 (file)
@@ -1457,10 +1457,6 @@ These :samp:`-m` options are defined for the x86 family of computers.
   cachline bouncing when and works for all atomic logic fetch builtins
   that generates compare and swap loop.
 
-.. option:: -mprefer-remote-atomic
-
-  Prefer use remote atomic insn for atomic operations.
-
 .. option:: -mindirect-branch={choice}
 
   Convert indirect call and jump with :samp:`{choice}`.  The default is
@@ -1617,4 +1613,4 @@ on x86-64 processors in 64-bit environments.
 
 .. option:: -mdirect-extern-access
 
-  Default setting; overrides :option:`-mno-direct-extern-access`.
\ No newline at end of file
+  Default setting; overrides :option:`-mno-direct-extern-access`.
index e687b95b9ee9ad62bd15a295b8364de8e8733087..d068f98feac27d95f1402a530a78b553d623d2e9 100644 (file)
@@ -1466,7 +1466,7 @@ in the following sections.
   :option:`-mrdseed`  :option:`-msgx` :option:`-mavx512vp2intersect` :option:`-mserialize` :option:`-mtsxldtrk` |gol|
   :option:`-mamx-tile`  :option:`-mamx-int8`  :option:`-mamx-bf16` :option:`-muintr` :option:`-mhreset` :option:`-mavxvnni` |gol|
   :option:`-mavx512fp16` :option:`-mavxifma` :option:`-mavxvnniint8` :option:`-mavxneconvert` :option:`-mcmpccxadd` :option:`-mamx-fp16` |gol|
-  :option:`-mprefetchi` :option:`-mraoint` :option:`-mprefer-remote-atomic`
+  :option:`-mprefetchi` :option:`-mraoint` |gol|
   :option:`-mcldemote`  :option:`-mms-bitfields`  :option:`-mno-align-stringops`  :option:`-minline-all-stringops` |gol|
   :option:`-minline-stringops-dynamically`  :option:`-mstringop-strategy=alg` |gol|
   :option:`-mkl` :option:`-mwidekl` |gol|
@@ -1524,4 +1524,4 @@ in the following sections.
 
   See :ref:`s-390-and-zseries-options`.
 
-  .. program:: None
\ No newline at end of file
+  .. program:: None
index 6ece8a4577b02f168dd41c4fe9e7a10ef3db9e00..8fce5c3403a4cadce691a7d109bdb2ee5ba86a18 100644 (file)
@@ -118,7 +118,7 @@ the stack.
   argument :samp:`{libname}` exists for symmetry with
   ``INIT_CUMULATIVE_ARGS``.
 
-  .. could use "this macro" in place of @code{INIT_CUMULATIVE_ARGS}, maybe.
+  .. could use "this macro" in place of ``INIT_CUMULATIVE_ARGS``, maybe.
 
   .. -mew 5feb93   i switched the order of the sentences.  -mew 10feb93
 
index bcdc87eecd008d0ca74c4a0ede575d33bf9af44d..7e6b1c978f6d164bf83d6d326d56b72015a634da 100644 (file)
@@ -217,10 +217,10 @@ See :ref:`run-time-target`.
 
   If not defined, the default value is ``STACK_BOUNDARY``.
 
-  .. todo:: The default should be @code{PREFERRED_STACK_BOUNDARY}.
+  .. todo:: The default should be ``PREFERRED_STACK_BOUNDARY``.
     But the fix for PR 32893 indicates that we can only guarantee
-    maximum stack alignment on stack up to @code{STACK_BOUNDARY}, not
-    @code{PREFERRED_STACK_BOUNDARY}, if stack alignment isn't supported.
+    maximum stack alignment on stack up to ``STACK_BOUNDARY``, not
+    ``PREFERRED_STACK_BOUNDARY``, if stack alignment isn't supported.
 
 .. c:macro:: MAX_OFILE_ALIGNMENT