On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote:
TCG frontend "exec/helper-head.h" expects each target to declare
its helpers in 'target/$TARGET/helper.h'. To ease maintenance we
rather to have all TCG specific files under our tcg/ sub directory.

Move the current 'helper.h' there, and add a one-line 'helper.h'
which re-include it.

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/helper.h         | 614 +----------------------------------
  target/mips/tcg/helper.h.inc | 613 ++++++++++++++++++++++++++++++++++
  2 files changed, 614 insertions(+), 613 deletions(-)
  create mode 100644 target/mips/tcg/helper.h.inc

Eh.  Ok, I guess.

If we renamed the file tcg-helper.h{,.inc?} globally, would you still want it moved into your tcg/ subdirectory?


r~

Reply via email to