diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-02-23 14:49:41 +0000 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2016-02-23 08:30:38 -0800 |
commit | ce151109813e2770fd3cee2f37bfa2cdd01a12b9 (patch) | |
tree | efedcb73069228e19addf2d406bc2cb2fa989994 /tcg/tci | |
parent | d2dc4069e046deeccc4dca0f73c3077ac22ba43f (diff) | |
download | qemu-ce151109813e2770fd3cee2f37bfa2cdd01a12b9.zip |
tcg: Rename tcg-target.c to tcg-target.inc.c
Rename the per-architecture tcg-target.c files to tcg-target.inc.c.
This makes it clearer that they are not intended to be standalone
C files, but are instead #included into another source file.
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <1456238983-10160-2-git-send-email-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/tci')
-rw-r--r-- | tcg/tci/README | 4 | ||||
-rw-r--r-- | tcg/tci/tcg-target.inc.c (renamed from tcg/tci/tcg-target.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tcg/tci/README b/tcg/tci/README index dc57f076b5..3786b0915b 100644 --- a/tcg/tci/README +++ b/tcg/tci/README @@ -21,7 +21,7 @@ This is what TCI (Tiny Code Interpreter) does. 2) Implementation Like each TCG host frontend, TCI implements the code generator in -tcg-target.c, tcg-target.h. Both files are in directory tcg/tci. +tcg-target.inc.c, tcg-target.h. Both files are in directory tcg/tci. The additional file tcg/tci.c adds the interpreter. @@ -123,7 +123,7 @@ u1 = linux-user-test works would also improve speed for hosts which support byte alignment). * A better disassembler for the pseudo code would be nice (a very primitive - disassembler is included in tcg-target.c). + disassembler is included in tcg-target.inc.c). * It might be useful to have a runtime option which selects the native TCG or TCI, so QEMU would have to include two TCGs. Today, selecting TCI diff --git a/tcg/tci/tcg-target.c b/tcg/tci/tcg-target.inc.c index 16ce048361..16ce048361 100644 --- a/tcg/tci/tcg-target.c +++ b/tcg/tci/tcg-target.inc.c |