Skip to content
  • Thomas Haller's avatar
    build: fix check-exports.sh for ppc64 arch · 48385430
    Thomas Haller authored
    On ppc64, `nm` reports the exported symbols as 'D' instead of 'T'.
    This caused `make check` to fail.
    
      "D" The symbol is in the initialized data section.
      "T" The symbol is in the text (code) section.
    48385430