From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7877) id 215373858D20; Tue, 23 Jan 2024 06:24:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 215373858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705991041; bh=CsU58J8U0+l35gLli0Q2tKCgW+q5BVNyefwLQOX1NWM=; h=From:To:Subject:Date:From; b=W0X8IUwGGz8s3KIKQ+WvnhGPVs5J5GRLreT/DkwSGSSmCUHIurTxpMVEpmdO+fYug szo6joPFLMIL2FwHbpfhyPVNNdsPZjUIuDRpbwNJayjzENyPZkmos69OykH+2qVL0Y Q48UnRK4LkwxuRE+oGkhU1uJzYBUZf2Hmk1D4Mbk= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: LuluCheng To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-8344] LoongArch: doc: Add attribute descriptions defined in the target-supports.exp. X-Act-Checkin: gcc X-Git-Author: chenxiaolong X-Git-Refname: refs/heads/master X-Git-Oldrev: 02948ced062b730e2859f718dd46bfcaa3c16c6b X-Git-Newrev: e861d76076e213d036f880b722a885918ee8cc58 Message-Id: <20240123062401.215373858D20@sourceware.org> Date: Tue, 23 Jan 2024 06:24:01 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e861d76076e213d036f880b722a885918ee8cc58 commit r14-8344-ge861d76076e213d036f880b722a885918ee8cc58 Author: chenxiaolong Date: Wed Jan 17 09:24:06 2024 +0800 LoongArch: doc: Add attribute descriptions defined in the target-supports.exp. gcc/ChangeLog: * doc/sourcebuild.texi: Add attributes for keywords. Diff: --- gcc/doc/sourcebuild.texi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 8082100a3c9..6c33237ac78 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -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