summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-11-16 06:25:00 +0100
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-07-02 10:41:16 +0200
commit3f178b8d8cc19c5e971d4ac3e1b0b20cf5cb45fa (patch)
treeeeebdedbf4dda5f9af40433b916294062b085f31 /MAINTAINERS
parentbf52c45a8901d838e4211d801c62e8bf4cc2b0fe (diff)
downloadqemu-3f178b8d8cc19c5e971d4ac3e1b0b20cf5cb45fa.zip
target/mips: Extract nanoMIPS ISA translation routines
Extract 4900 lines from the huge translate.c to a new file, 'nanomips_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é <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201120210844.2625602-13-f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cfbf7ef79b..c663dfe4d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -246,6 +246,7 @@ K: ^Subject:.*(?i)mips
MIPS TCG CPUs (nanoMIPS ISA)
S: Orphan
F: disas/nanomips.*
+F: target/mips/tcg/*nanomips*
NiosII TCG CPUs
M: Chris Wulff <crwulff@gmail.com>