https://gcc.gnu.org/g:8ad8f74972923baaaaf2b6d6291d31ef53c4ded4
commit r15-9023-g8ad8f74972923baaaaf2b6d6291d31ef53c4ded4 Author: Lulu Cheng <chengl...@loongson.cn> Date: Thu Mar 27 11:42:11 2025 +0800 LoongArch: doc: Add same-address constraint to the description of '-mld-seq-sa'. gcc/ChangeLog: * doc/invoke.texi: Modify the description of '-mld-seq-sa'. Diff: --- gcc/doc/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2397e5ddf5ff..df4610908243 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -28000,8 +28000,8 @@ Use (do not use) @code{amcas[_db].@{b/h/w/d@}} instructions. When build with @opindex mno-ld-seq-sa @item -mld-seq-sa @itemx -mno-ld-seq-sa -Whether a load-load barrier (@code{dbar 0x700}) is needed. When build with -@option{-march=la664}, it is enabled by default. The default is +Whether a same-address load-load barrier (@code{dbar 0x700}) is needed. When +build with @option{-march=la664}, it is enabled by default. The default is @option{-mno-ld-seq-sa}, the load-load barrier is needed. @opindex mtls-dialect