mesa/bin
Eric Engestrom 8f1cdac793 symbols-check: fix `nm` invocation on MacOS
According to Mac OSX's man page [1], this is how we should get the list
of exported symbols:
  nm -g -P foo.dylib

-g to only show the exported symbols
-P to show it in a "portable" format, ie. readable by a script

Since this is supported by GNU nm as well, let's use that everywhere,
although some care needs to be taken as there are some differences in
the output.

[1] https://www.unix.com/man-page/osx/1/nm/

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Tested-by: Vinson Lee <vlee@freedesktop.org>
2019-08-04 11:06:27 +01:00
..
.editorconfig
bugzilla_mesa.sh
get-extra-pick-list.sh
get-pick-list.sh get-pick-list: Add --pretty=medium to the arguments for Cc patches 2019-02-13 08:59:30 -08:00
git_sha1_gen.py
install_megadrivers.py meson: remove meson-created megadrivers symlinks 2019-04-11 12:40:16 +00:00
meson-cmd-extract.py bin/meson-cmd-extract: Also handle cross and native files 2019-01-18 09:37:01 -08:00
meson-options.py meson: add script to print the options before configuring a builddir 2019-02-07 13:22:41 +00:00
meson.build symbols-check: introduce new python script 2019-07-10 11:27:51 +00:00
meson_get_version.py
perf-annotate-jit.py
shortlog_mesa.sh
symbols-check.py symbols-check: fix `nm` invocation on MacOS 2019-08-04 11:06:27 +01:00