public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb: Document floating-point support for LoongArch
@ 2022-07-14  7:16 Tiezhu Yang
  2022-07-14  7:28 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Tiezhu Yang @ 2022-07-14  7:16 UTC (permalink / raw)
  To: gdb-patches

Update NEWS and gdb.texinfo to document floating-point support
for LoongArch.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 gdb/NEWS            | 4 ++++
 gdb/doc/gdb.texinfo | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/gdb/NEWS b/gdb/NEWS
index 742f4fe..3c82d6d 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -153,6 +153,10 @@ GNU/Linux/LoongArch (gdbserver)	loongarch*-*-linux*
 
   ** GDBserver is now supported on LoongArch GNU/Linux.
 
+* LoongArch floating-point support
+
+GDB now supports floating-point on LoongArch GNU/Linux.
+
 *** Changes in GDB 12
 
 * DBX mode is deprecated, and will be removed in GDB 13
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 9a8b010..1c017e4 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).
 
+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
-- 
2.1.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gdb: Document floating-point support for LoongArch
  2022-07-14  7:16 [PATCH] gdb: Document floating-point support for LoongArch Tiezhu Yang
@ 2022-07-14  7:28 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-07-14  7:28 UTC (permalink / raw)
  To: Tiezhu Yang; +Cc: gdb-patches

> From: Tiezhu Yang <yangtiezhu@loongson.cn>
> Date: Thu, 14 Jul 2022 15:16:26 +0800
> Update NEWS and gdb.texinfo to document floating-point support
> for LoongArch.
> 
> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
> ---
>  gdb/NEWS            | 4 ++++
>  gdb/doc/gdb.texinfo | 4 ++++
>  2 files changed, 8 insertions(+)

Thanks, this is OK.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-14  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14  7:16 [PATCH] gdb: Document floating-point support for LoongArch Tiezhu Yang
2022-07-14  7:28 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).