]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
LoongArch: doc: Add attribute descriptions defined in the target-supports.exp.
authorchenxiaolong <chenxiaolong@loongson.cn>
Wed, 17 Jan 2024 01:24:06 +0000 (09:24 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Tue, 23 Jan 2024 06:22:00 +0000 (14:22 +0800)
gcc/ChangeLog:

* doc/sourcebuild.texi: Add attributes for keywords.

gcc/doc/sourcebuild.texi

index 8082100a3c9e70ab0e4b1f835cfba5bb7210090b..6c33237ac78c6b9030449ff8027443872948888c 100644 (file)
@@ -2352,6 +2352,26 @@ AArch64 target that is able to generate and execute armv8.3-a FJCVTZS
 instruction.
 @end table
 
+@subsubsection LoongArch specific attributes
+
+@table @code
+@item loongarch_sx
+LoongArch target that generates instructions for SX.
+
+@item loongarch_asx
+LoongArch target that generates instructions for ASX.
+
+@item loongarch_sx_hw
+LoongArch target that is able to generate and execute SX code.
+
+@item loongarch_asx_hw
+LoongArch target that is able to generate and execute ASX code.
+
+@item loongarch_call36_support
+LoongArch binutils supports call36 relocation.
+
+@end table
+
 @subsubsection MIPS-specific attributes
 
 @table @code