]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: Document floating-point support for LoongArch
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 14 Jul 2022 07:00:00 +0000 (15:00 +0800)
committerTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 14 Jul 2022 14:44:04 +0000 (22:44 +0800)
Update NEWS and gdb.texinfo to document floating-point support
for LoongArch.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
gdb/NEWS
gdb/doc/gdb.texinfo

index 742f4fe47fbcf8ddafb0b81e3ffb2e698c015d91..3c82d6d8cb0a4a43b44f1ceb61392e1047943f41 100644 (file)
--- 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
index 9a8b010476a686a1f7ed10fe23882983542f034b..1c017e44b374f6897438fb4e9cc1e3102e306e1d 100644 (file)
@@ -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