qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 23/26] target/mips: Move helper.h -> tcg/helper.h.inc


From: Richard Henderson
Subject: Re: [PATCH 23/26] target/mips: Move helper.h -> tcg/helper.h.inc
Date: Sun, 18 Apr 2021 13:34:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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é<f4bug@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

[Prev in Thread] Current Thread [Next in Thread]