public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 00/11] fix build warnings for rx simulator
@ 2021-02-01 11:44 Andrew Burgess
  2021-02-01 11:44 ` [PATCH 01/11] sim/rx: define sim_memory_map Andrew Burgess
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Andrew Burgess @ 2021-02-01 11:44 UTC (permalink / raw)
  To: gdb-patches

Resolve all the build warnings for the rx simulator and enable build
warnings by default.

---

Andrew Burgess (11):
  sim/rx: define sim_memory_map
  sim/rx: fix an issue where we try to modify a const string
  sim/rx: fill in missing 'void' for empty argument lists
  sim/rx: mark some functions as static
  sim/rx: delete an unused function
  sim/rx: use puts instead of printf in a few places
  sim/rx: move some variable declarations to the start of the block
  sim/rx: use PRIx64 in printf format string
  sim/rx: add some missing includes
  sim/rx: avoid pointer arithmetic on void * pointers
  sim/rx: enable build with warnings

 sim/rx/ChangeLog    | 65 +++++++++++++++++++++++++++++++++++++++++++++
 sim/rx/configure    | 17 +++++++++---
 sim/rx/configure.ac |  2 +-
 sim/rx/cpu.h        |  2 +-
 sim/rx/err.c        | 11 +-------
 sim/rx/fpu.c        |  2 +-
 sim/rx/gdb-if.c     | 14 +++++++---
 sim/rx/load.c       |  3 +--
 sim/rx/mem.c        | 18 ++++++++-----
 sim/rx/mem.h        |  4 +--
 sim/rx/reg.c        | 14 +++++-----
 sim/rx/rx.c         |  6 ++---
 sim/rx/syscalls.c   |  7 ++---
 sim/rx/trace.c      |  4 ++-
 14 files changed, 125 insertions(+), 44 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2021-02-08 11:01 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 11:44 [PATCH 00/11] fix build warnings for rx simulator Andrew Burgess
2021-02-01 11:44 ` [PATCH 01/11] sim/rx: define sim_memory_map Andrew Burgess
2021-02-01 14:46   ` Mike Frysinger
2021-02-08 11:01     ` Andrew Burgess
2021-02-01 11:44 ` [PATCH 02/11] sim/rx: fix an issue where we try to modify a const string Andrew Burgess
2021-02-01 11:44 ` [PATCH 03/11] sim/rx: fill in missing 'void' for empty argument lists Andrew Burgess
2021-02-01 11:44 ` [PATCH 04/11] sim/rx: mark some functions as static Andrew Burgess
2021-02-01 11:44 ` [PATCH 05/11] sim/rx: delete an unused function Andrew Burgess
2021-02-01 11:44 ` [PATCH 06/11] sim/rx: use puts instead of printf in a few places Andrew Burgess
2021-02-01 14:49   ` Mike Frysinger
2021-02-08 10:58     ` Andrew Burgess
2021-02-01 11:44 ` [PATCH 07/11] sim/rx: move some variable declarations to the start of the block Andrew Burgess
2021-02-01 11:44 ` [PATCH 08/11] sim/rx: use PRIx64 in printf format string Andrew Burgess
2021-02-01 11:44 ` [PATCH 09/11] sim/rx: add some missing includes Andrew Burgess
2021-02-01 11:44 ` [PATCH 10/11] sim/rx: avoid pointer arithmetic on void * pointers Andrew Burgess
2021-02-01 11:44 ` [PATCH 11/11] sim/rx: enable build with warnings Andrew Burgess
2021-02-01 14:50   ` Mike Frysinger
2021-02-02  4:53     ` [PATCH] sim: erc32/m32c/rl78: add sim_memory_map stub for gdb Mike Frysinger
2021-02-08 10:57     ` [PATCH 11/11] sim/rx: enable build with warnings Andrew Burgess
2021-02-02  4:37 ` [PATCH 00/11] fix build warnings for rx simulator Mike Frysinger

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).