Skip to content
Snippets Groups Projects
  1. Oct 11, 2023
  2. Oct 06, 2023
  3. Sep 16, 2023
  4. Sep 07, 2023
  5. Jun 20, 2023
  6. Mar 22, 2023
  7. Mar 07, 2023
  8. Feb 02, 2023
  9. Oct 06, 2022
  10. Oct 04, 2022
  11. Sep 01, 2022
  12. May 11, 2022
  13. Mar 07, 2022
  14. Feb 21, 2022
  15. Feb 09, 2022
  16. Jan 12, 2022
    • Paolo Bonzini's avatar
      configure: simplify creation of plugin symbol list · 37650689
      Paolo Bonzini authored
      
      --dynamic-list is present on all supported ELF (not Windows or Darwin)
      platforms, since it dates back to 2006; -exported_symbols_list is
      likewise present on all supported versions of macOS.  Do not bother
      doing a functional test in configure.
      
      Remove the file creation from configure as well: for Darwin, move the
      the creation of the Darwin-formatted symbols to meson; for ELF, use the
      file in the source path directly and switch from -Wl, to -Xlinker to
      not break weird paths that include a comma.
      
      Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      37650689
  17. Nov 29, 2021
  18. Oct 12, 2021
  19. Oct 05, 2021
  20. Sep 02, 2021
  21. Jul 23, 2021
  22. Jul 21, 2021
  23. Jul 14, 2021
  24. Jun 25, 2021
  25. Jun 21, 2021
  26. Jun 19, 2021
  27. May 26, 2021
  28. May 02, 2021
  29. Mar 17, 2021
Loading