Skip to content
  1. Feb 21, 2024
  2. Oct 27, 2023
  3. May 25, 2023
  4. Apr 17, 2023
    • Guillem Jover's avatar
      build: Terminate lists in variables with «# EOL» · 054bca1a
      Guillem Jover authored
      This means we can add a trailing «\» to every element, so that they
      can be removed without requiring modification of other lines, and can
      be easily sorted.
      
      Replace the old usage of $(nil) which could possibly end up with junk
      added if such variable is ever defined, in the environment.
      054bca1a
  5. Apr 08, 2023
  6. Apr 01, 2023
    • Guillem Jover's avatar
      On Darwin use assembler to support symbol aliases · ed695998
      Guillem Jover authored
      The alias attribute is not supported on Darwin, but we can alias using
      assembler directives instead.
      
      At the same time we switch the non-ELF fallback implementation for
      libmd_symver_default to use libmd_alias.
      ed695998
  7. Mar 28, 2023
  8. Mar 21, 2023
  9. Feb 17, 2023
  10. Feb 12, 2023
    • Guillem Jover's avatar
      build: Fix version script linker support detection · e4087860
      Guillem Jover authored
      When the linker uses --no-undefined-version either specified by the user
      or as the default behavior (such as with newer clang >= 16 releases),
      a missing symbol definition will cause a linker error if that symbol is
      listed in the version script.
      
      Closes: #1
      e4087860
  11. Dec 30, 2022
  12. Oct 05, 2021
  13. Aug 16, 2021
  14. Feb 28, 2021
  15. Feb 21, 2021
  16. Feb 19, 2021
Loading