[PATCH v2 0/3] target/hexagon: Stop using the legacy native-endian APIs

Philippe Mathieu-Daudé posted 3 patches 1 month, 2 weeks ago
Failed in applying to current master (apply log)
configs/targets/hexagon-linux-user.mak |  1 -
target/hexagon/macros.h                |  6 +++---
target/hexagon/op_helper.c             |  6 +++---
target/hexagon/translate.c             | 11 +++++++----
4 files changed, 13 insertions(+), 11 deletions(-)
[PATCH v2 0/3] target/hexagon: Stop using the legacy native-endian APIs
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
v2: patch #2 was incomplete

Hexagon is always little-endian, making the conversion easy.

Philippe Mathieu-Daudé (3):
  target/hexagon: Inline translator_ldl()
  target/hexagon: Use little-endian variant of cpu_ld/st_data*()
  configs/targets: Forbid Hexagon to use legacy native endianness API

 configs/targets/hexagon-linux-user.mak |  1 -
 target/hexagon/macros.h                |  6 +++---
 target/hexagon/op_helper.c             |  6 +++---
 target/hexagon/translate.c             | 11 +++++++----
 4 files changed, 13 insertions(+), 11 deletions(-)

-- 
2.52.0