Home
last modified time | relevance | path

Searched hist:ee5195ee (Results 1 – 2 of 2) sorted by relevance

/qemu/
H A DMakefileee5195ee Tue Dec 17 23:25:09 GMT 2019 Richard Henderson <richard.henderson@linaro.org> configure: Drop adjustment of textseg

This adjustment was random and unnecessary. The user mode
startup code in probe_guest_base() will choose a value for
guest_base that allows the host qemu binary to not conflict
with the guest binary.

With modern distributions, this isn't even used, as the default
is PIE, which does the same job in a more portable way.

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>
---
v2: Remove mention of config-host.ld from make distclean
H A Dconfigureee5195ee Tue Dec 17 23:25:09 GMT 2019 Richard Henderson <richard.henderson@linaro.org> configure: Drop adjustment of textseg

This adjustment was random and unnecessary. The user mode
startup code in probe_guest_base() will choose a value for
guest_base that allows the host qemu binary to not conflict
with the guest binary.

With modern distributions, this isn't even used, as the default
is PIE, which does the same job in a more portable way.

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>
---
v2: Remove mention of config-host.ld from make distclean