OSDN Git Service

tcg: Remove softmmu code_gen_buffer fixed address
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Dec 2019 23:31:13 +0000 (13:31 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 28 Mar 2020 21:09:44 +0000 (14:09 -0700)
commit64547a3bb6c92781372994e4e9b25a89f6c88074
tree801a5ad5132dcab5bdc4db2f5c9e60760a750056
parentee5195ee0fc87858088313f2c6f327ac41f5912f
tcg: Remove softmmu code_gen_buffer fixed address

The commentary talks about "in concert with the addresses
assigned in the relevant linker script", except there is no
linker script for softmmu, nor has there been for some time.

(Do not confuse the user-only linker script editing that was
removed in the previous patch, because user-only does not
use this code_gen_buffer allocation method.)

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c