summaryrefslogtreecommitdiff
path: root/tcg/tcg-ldst.inc.c
AgeCommit message (Collapse)AuthorFilesLines
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-0/+78
Dispense with TCGBackendData, as it has never been used for more than holding a single pointer. Use a define in the cpu/tcg-target.h to signal requirement for TCGLabelQemuLdst, so that we can drop the no-op tcg-be-null.h stubs. Rename tcg-be-ldst.h to tcg-ldst.inc.c. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <rth@twiddle.net>