public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Small cleanups in auxv.c
@ 2022-09-29 20:43 Simon Marchi
  2022-09-29 20:43 ` [PATCH 1/3] gdb: constify auxv parse functions Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Simon Marchi @ 2022-09-29 20:43 UTC (permalink / raw)
  To: gdb-patches

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
-- 
2.37.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-29 23:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 20:43 [PATCH 0/3] Small cleanups in auxv.c Simon Marchi
2022-09-29 20:43 ` [PATCH 1/3] gdb: constify auxv parse functions Simon Marchi
2022-09-29 20:43 ` [PATCH 2/3] gdb: make fprint_target_auxv static Simon Marchi
2022-09-29 20:43 ` [PATCH 3/3] gdb: make target_auxv_parse static and rename Simon Marchi
2022-09-29 21:31 ` [PATCH 0/3] Small cleanups in auxv.c John Baldwin
2022-09-29 23:57   ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).