mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
gdb: Document floating-point support for LoongArch
Update NEWS and gdb.texinfo to document floating-point support for LoongArch. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
This commit is contained in:
parent
2df41bda2f
commit
e24500cbab
4
gdb/NEWS
4
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user