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/tcg.h | |
parent | d2dc4069e046deeccc4dca0f73c3077ac22ba43f (diff) | |
download | qemu-ce151109813e2770fd3cee2f37bfa2cdd01a12b9.zip qemu-ce151109813e2770fd3cee2f37bfa2cdd01a12b9.tar.gz qemu-ce151109813e2770fd3cee2f37bfa2cdd01a12b9.tar.bz2 |
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/tcg.h')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -568,7 +568,7 @@ struct TCGContext { TBContext tb_ctx; - /* The TCGBackendData structure is private to tcg-target.c. */ + /* The TCGBackendData structure is private to tcg-target.inc.c. */ struct TCGBackendData *be; TCGTempSet free_temps[TCG_TYPE_COUNT * 2]; |