qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix usage of GETPC(), variable shadowing
@ 2023-10-04 12:39 Brian Cain
  2023-10-04 12:39 ` [PATCH 1/2] target/hexagon: move GETPC() calls to top level helpers Brian Cain
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Brian Cain @ 2023-10-04 12:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: bcain, armbru, richard.henderson, philmd, peter.maydell,
	quic_mathbern, stefanha, ale, anjo, quic_mliebel, ltaylorsimpson

Matheus' patch has previously been reviewed, but I based my -Wshadow
patch on his.  So I'm submitting the series for review.

Brian Cain (1):
  target/hexagon: fix some occurrences of -Wshadow=local

Matheus Tavares Bernardino (1):
  target/hexagon: move GETPC() calls to top level helpers

 target/hexagon/imported/alu.idef |  6 +--
 target/hexagon/macros.h          | 19 ++++----
 target/hexagon/mmvec/macros.h    |  2 +-
 target/hexagon/op_helper.c       | 84 ++++++++++++--------------------
 target/hexagon/op_helper.h       |  9 ----
 target/hexagon/translate.c       | 10 ++--
 6 files changed, 50 insertions(+), 80 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-10-05 11:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 12:39 [PATCH 0/2] Fix usage of GETPC(), variable shadowing Brian Cain
2023-10-04 12:39 ` [PATCH 1/2] target/hexagon: move GETPC() calls to top level helpers Brian Cain
2023-10-05 11:06   ` Philippe Mathieu-Daudé
2023-10-04 12:39 ` [PATCH 2/2] target/hexagon: fix some occurrences of -Wshadow=local Brian Cain
2023-10-05 11:05   ` Philippe Mathieu-Daudé
2023-10-04 15:11 ` [PATCH 0/2] Fix usage of GETPC(), variable shadowing Anton Johansson via
2023-10-04 15:11   ` Anton Johansson
2023-10-05  6:05 ` Markus Armbruster

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 NNTP newsgroup(s).