mbox series

[PATCH-for-5.0,v3,0/2] gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers

Message ID 20200414163853.12164-1-philmd@redhat.com
Headers show
Series gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers | expand

Message

Philippe Mathieu-Daudé April 14, 2020, 4:38 p.m. UTC
Fixes for GByteArray (commits 462474d760c & a010bdbe719).

Based-on: <20200414102427.7459-1-philmd@redhat.com>

Philippe Mathieu-Daudé (2):
  gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
  gdbstub: Introduce gdb_get_float64() to get 64-bit float registers

 include/exec/gdbstub.h          | 20 ++++++++++++++++++++
 target/m68k/helper.c            |  3 ++-
 target/ppc/gdbstub.c            |  4 ++--
 target/ppc/translate_init.inc.c |  2 +-
 target/sh4/gdbstub.c            |  6 ++----
 5 files changed, 27 insertions(+), 8 deletions(-)

Comments

Alex Bennée April 14, 2020, 7:34 p.m. UTC | #1
Philippe Mathieu-Daudé <philmd@redhat.com> writes:

> Fixes for GByteArray (commits 462474d760c & a010bdbe719).
>
> Based-on: <20200414102427.7459-1-philmd@redhat.com>
>
> Philippe Mathieu-Daudé (2):
>   gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
>   gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
>
>  include/exec/gdbstub.h          | 20 ++++++++++++++++++++
>  target/m68k/helper.c            |  3 ++-
>  target/ppc/gdbstub.c            |  4 ++--
>  target/ppc/translate_init.inc.c |  2 +-
>  target/sh4/gdbstub.c            |  6 ++----
>  5 files changed, 27 insertions(+), 8 deletions(-)

Queued to for-5.0/more-random-fixes, thanks.