mbox series

[v2,0/3] hexagon: GETPC() and shadowing fixes

Message ID 20231005222206.2784853-1-bcain@quicinc.com (mailing list archive)
Headers show
Series hexagon: GETPC() and shadowing fixes | expand

Message

Brian Cain Oct. 5, 2023, 10:22 p.m. UTC
In v2: reworked with suggestions from Philippe and added a new patch
to cover -Wshadow=global.

Brian Cain (2):
  target/hexagon: fix some occurrences of -Wshadow=local
  target/hexagon: avoid shadowing globals

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

 target/hexagon/genptr.c                 | 56 ++++++++---------
 target/hexagon/genptr.h                 | 18 +++---
 target/hexagon/imported/alu.idef        |  6 +-
 target/hexagon/macros.h                 | 19 +++---
 target/hexagon/mmvec/macros.h           |  6 +-
 target/hexagon/mmvec/system_ext_mmvec.c |  4 +-
 target/hexagon/mmvec/system_ext_mmvec.h |  2 +-
 target/hexagon/op_helper.c              | 84 ++++++++++---------------
 target/hexagon/op_helper.h              |  9 ---
 target/hexagon/translate.c              |  9 ++-
 10 files changed, 91 insertions(+), 122 deletions(-)

Comments

Markus Armbruster Oct. 6, 2023, 9 a.m. UTC | #1
Conflicts with recent commit ad75a51e84a (tcg: Rename cpu_env to
tcg_env).  Please rebase.