Re: [PATCH 1/7] configure: Drop adjustment of textseg

2019-12-18 Thread Richard Henderson
On 12/17/19 8:59 PM, Thomas Huth wrote: > config-host.ld is mentioned one more time in the main "Makefile" ... I > think you could remove it from there now, too. Done, thanks. r~

Re: [PATCH 1/7] configure: Drop adjustment of textseg

2019-12-17 Thread Thomas Huth
On 18/12/2019 04.19, Richard Henderson wrote: > 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 e

[PATCH 1/7] configure: Drop adjustment of textseg

2019-12-17 Thread Richard Henderson
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 i