qemu-e2k/target/unicore32
Philippe Mathieu-Daudé dcb32f1d8f tcg: Search includes from the project root source directory
We currently search both the root and the tcg/ directories for tcg
files:

  $ git grep '#include "tcg/' | wc -l
  28

  $ git grep '#include "tcg[^/]' | wc -l
  94

To simplify the preprocessor search path, unify by expliciting the
tcg/ directory.

Patch created mechanically by running:

  $ for x in \
      tcg.h tcg-mo.h tcg-op.h tcg-opc.h \
      tcg-op-gvec.h tcg-gvec-desc.h; do \
    sed -i "s,#include \"$x\",#include \"tcg/$x\"," \
      $(git grep -l "#include \"$x\""); \
    done

Acked-by: David Gibson <david@gibson.dropbear.id.au> (ppc parts)
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200101112303.20724-2-philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2020-01-15 15:13:10 -10:00
..
Makefile.objs ui/curses: build as module 2018-03-05 08:44:11 +01:00
cpu-param.h tcg: Split out target/arch/cpu-param.h 2019-06-10 07:03:34 -07:00
cpu-qom.h hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ 2019-08-21 13:24:01 +02:00
cpu.c targets (various): use softfloat-helpers.h where we can 2019-08-19 12:07:13 +01:00
cpu.h target/unicore32: Remove MMU_MODE{0,1}_SUFFIX 2020-01-15 15:13:10 -10:00
helper.c target/unicore32: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
helper.h target-unicore32: Use clz opcode 2017-01-10 08:06:11 -08:00
op_helper.c target/unicore32: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
softmmu.c target/unicore32: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00
translate.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
ucf64_helper.c target/unicore32: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00