[PATCH 0/3] Small cleanups in auxv.c

John Baldwin jhb@FreeBSD.org
Thu Sep 29 21:31:21 GMT 2022


On 9/29/22 1:43 PM, Simon Marchi via Gdb-patches wrote:
> I'm currently reviewing an auxv-related patch, and found these little
> cleanups could be done.
> 
> Simon Marchi (3):
>    gdb: constify auxv parse functions
>    gdb: make fprint_target_auxv static
>    gdb: make target_auxv_parse static and rename
> 
>   gdb/auxv.c                | 38 +++++++++++++++++++++-----------------
>   gdb/auxv.h                | 18 ++++--------------
>   gdb/gdbarch-components.py |  4 ++--
>   gdb/gdbarch-gen.h         |  4 ++--
>   gdb/gdbarch.c             |  2 +-
>   gdb/ppc-linux-nat.c       | 10 +++++-----
>   gdb/s390-linux-nat.c      | 10 +++++-----
>   gdb/target-debug.h        |  2 +-
>   gdb/target-delegates.c    | 14 +++++++-------
>   gdb/target.h              |  4 ++--
>   10 files changed, 50 insertions(+), 56 deletions(-)
> 
> 
> base-commit: 31282a849107d95d3cfe115ba160f976dd99844c

These all look fine to me.

-- 
John Baldwin


More information about the Gdb-patches mailing list