On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 3300 lines from the huge translate.c to a new file, > 'isa-micromips_translate.c.inc'. As there are too many inter- > dependencies we don't compile it as another object, but > keep including it in the big translate.o. We gain in code > maintainability. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > target/mips/translate.c | 3309 +------------------- > target/mips/isa-micromips_translate.c.inc | 3316 +++++++++++++++++++++ > 2 files changed, 3317 insertions(+), 3308 deletions(-) > create mode 100644 target/mips/isa-micromips_translate.c.inc
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~