diff options
author | Peter Maydell | 2016-02-23 15:49:41 +0100 |
---|---|---|
committer | Richard Henderson | 2016-02-23 17:30:38 +0100 |
commit | ce151109813e2770fd3cee2f37bfa2cdd01a12b9 (patch) | |
tree | efedcb73069228e19addf2d406bc2cb2fa989994 /tcg/README | |
parent | target-sparc: Use global registers for the register window (diff) | |
download | qemu-ce151109813e2770fd3cee2f37bfa2cdd01a12b9.tar.gz qemu-ce151109813e2770fd3cee2f37bfa2cdd01a12b9.tar.xz 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/README')
-rw-r--r-- | tcg/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tcg/README b/tcg/README index 34c0775cff..f4a8ac170b 100644 --- a/tcg/README +++ b/tcg/README @@ -460,8 +460,9 @@ function tcg_gen_xxx(args). 4) Backend -tcg-target.h contains the target specific definitions. tcg-target.c -contains the target specific code. +tcg-target.h contains the target specific definitions. tcg-target.inc.c +contains the target specific code; it is #included by tcg/tcg.c, rather +than being a standalone C file. 4.1) Assumptions |