From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7873) id 15E253858C55; Thu, 14 Jul 2022 14:45:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 15E253858C55 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tiezhu Yang To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb: Document floating-point support for LoongArch X-Act-Checkin: binutils-gdb X-Git-Author: Tiezhu Yang X-Git-Refname: refs/heads/master X-Git-Oldrev: 2df41bda2f80a1fbd443c44ee1bd54da579fc8a2 X-Git-Newrev: e24500cbab783d42656d3b745947c98d7d5bdd83 Message-Id: <20220714144528.15E253858C55@sourceware.org> Date: Thu, 14 Jul 2022 14:45:28 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2022 14:45:28 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De24500cbab78= 3d42656d3b745947c98d7d5bdd83 commit e24500cbab783d42656d3b745947c98d7d5bdd83 Author: Tiezhu Yang Date: Thu Jul 14 15:00:00 2022 +0800 gdb: Document floating-point support for LoongArch =20 Update NEWS and gdb.texinfo to document floating-point support for LoongArch. =20 Signed-off-by: Tiezhu Yang Diff: --- gdb/NEWS | 4 ++++ gdb/doc/gdb.texinfo | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 742f4fe47fb..3c82d6d8cb0 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -153,6 +153,10 @@ GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux* =20 ** GDBserver is now supported on LoongArch GNU/Linux. =20 +* LoongArch floating-point support + +GDB now supports floating-point on LoongArch GNU/Linux. + *** Changes in GDB 12 =20 * DBX mode is deprecated, and will be removed in GDB 13 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9a8b010476a..1c017e44b37 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -47174,6 +47174,10 @@ targets. It should contain the registers @samp{r0= } through @samp{r31}, @samp{pc}, and @samp{badv}. Either the architectural names (@samp{r0}, @samp{r1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra}, etc= ). =20 +The @samp{org.gnu.gdb.loongarch.fpu} feature is optional. If present, +it should contain registers @samp{f0} through @samp{f31}, @samp{fcc}, +and @samp{fcsr}. + @node MicroBlaze Features @subsection MicroBlaze Features @cindex target descriptions, MicroBlaze features