On 6 March 2018 at 12:08, Sandipan Das <sandipan@linux.vnet.ibm.com> wrote:
> The first patch adds the patterns for the missing byte and
> doubleword load instructions. The second patch fixes mismatches
> encountered when using the load quadword instruction. The last
> patch fixes a minor typo in the floating-point register prefix
> shown when dumping the register values.
>
> Changelog:
> v2 -> Added a cover letter as requested by Peter.
>
> Sandipan Das (3):
> ppc64.risu: Add missing byte and dword loads
> ppc64.risu: Fix pattern for load qword
> risu_reginfo_ppc64.c: Fix register name prefix
>
> ppc64.risu | 29 +++++++++++++++++++++++++++--
> risu_reginfo_ppc64.c | 4 ++--
> 2 files changed, 29 insertions(+), 4 deletions(-)
Thanks; I've applied these to risu master.
-- PMM