numam-dpdk/lib/librte_eal
David Marchand 56ea803e87 build: remove Windows export symbol list
Rather than have two files that keeps getting out of sync, let's
annotate the version.map to generate the Windows export file.

Some mlx5 symbols (haswell_broadwell_cpu, mlx5_glue, mlx5_os_*) were
only exported for Windows.
All of them are available and used by Linux too, so this patch adds
them in version.map.

Note: Existing version.map annotation achieved with:
$ for dir in lib/librte_eal drivers/common/mlx5; do
    ./buildtools/map-list-symbol.sh $dir/*.map |
    while read file version sym; do
      ! git grep -qw $sym $dir/*.def || continue;
      sed -i -e "s/$sym;/$sym; # WINDOWS_NO_EXPORT/" $dir/*.map;
    done;
  done

Signed-off-by: David Marchand <david.marchand@redhat.com>
Tested-by: Tal Shnaiderman <talshn@nvidia.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
2021-04-08 17:57:33 +02:00
..
arm eal/arm: fix debug build with gcc for 128-bit atomics 2021-01-27 11:21:21 +01:00
common mem: fix cleanup when multi-process is disabled 2021-03-26 17:17:45 +01:00
freebsd eal: add synchronous interrupt unregister 2021-04-07 11:16:11 +02:00
include service: clean references to removed symbol 2021-04-08 17:47:18 +02:00
linux eal: add synchronous interrupt unregister 2021-04-07 11:16:11 +02:00
ppc eal/ppc: provide arch-specific TSC frequency 2021-03-03 10:05:23 +01:00
unix eal: rename thread TLS API 2021-03-26 09:22:39 +01:00
windows eal: add synchronous interrupt unregister 2021-04-07 11:16:11 +02:00
x86 build: add header includes check 2021-01-29 20:59:37 +01:00
meson.build eal/windows: use bundled getopt with MinGW 2020-10-05 09:12:24 +02:00
version.map build: remove Windows export symbol list 2021-04-08 17:57:33 +02:00