mbox series

[for-5.0,v3,0/7] configure: Improve PIE and other linkage

Message ID 20200327220353.27233-1-richard.henderson@linaro.org
Headers show
Series configure: Improve PIE and other linkage | expand

Message

Richard Henderson March 27, 2020, 10:03 p.m. UTC
Version 3 is a rebase from January, with s/LDCONFIG/QEMU_LDCONFIG/.
I plan on including this in the next tcg-next pull request, if there
is no other commentary.


r~


Richard Henderson (7):
  configure: Drop adjustment of textseg
  tcg: Remove softmmu code_gen_buffer fixed address
  configure: Do not force pie=no for non-x86
  configure: Always detect -no-pie toolchain support
  configure: Unnest detection of -z,relro and -z,now
  configure: Override the os default with --disable-pie
  configure: Support -static-pie if requested

 configure                 | 116 +++++++++++---------------------------
 Makefile                  |   2 +-
 accel/tcg/translate-all.c |  37 ++----------
 3 files changed, 38 insertions(+), 117 deletions(-)