[PATCH 0/3] More use of type_align function

Andrew Burgess andrew.burgess@embecosm.com
Tue Apr 23 21:08:00 GMT 2019


* Andrew Burgess <andrew.burgess@embecosm.com> [2019-04-13 00:25:31 +0100]:

> After converting RISC-V to use type_align, this series converts
> aarch64, arm, and nds32.
> 
> I've done very limited testing for aarch64 and arm - I'm struggling to
> get the testsuite runnninng against the simulator I have to hand right
> now, so only a small amount of manual testing has been done.
> 
> I've done no testing of nds32 at all.
> 
> The new test passes on X86-64/GNU-Linux.
> 
> --
> 
> Andrew Burgess (3):
>   gdb/aarch64: Use type_align instead of aarch64_type_align
>   gdb/arm: Use type_align instead of arm_type_align
>   gdb/nds32: Use type_align instead of nds32_type_align

I have now pushed this series.

Thanks,
Andrew


> 
>  gdb/ChangeLog                      | 19 ++++++++++
>  gdb/aarch64-tdep.c                 | 66 ++++++++-------------------------
>  gdb/arm-tdep.c                     | 68 +++++++++-------------------------
>  gdb/nds32-tdep.c                   | 49 +-----------------------
>  gdb/testsuite/ChangeLog            |  5 +++
>  gdb/testsuite/gdb.cp/many-args.cc  | 76 ++++++++++++++++++++++++++++++++++++++
>  gdb/testsuite/gdb.cp/many-args.exp | 37 +++++++++++++++++++
>  7 files changed, 171 insertions(+), 149 deletions(-)
>  create mode 100644 gdb/testsuite/gdb.cp/many-args.cc
>  create mode 100644 gdb/testsuite/gdb.cp/many-args.exp
> 
> -- 
> 2.14.5
> 



More information about the Gdb-patches mailing list