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

2023-10-06 Thread Markus Armbruster
Conflicts with recent commit ad75a51e84a (tcg: Rename cpu_env to tcg_env). Please rebase.

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

2023-10-05 Thread Brian Cain
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 helpe