numam-dpdk/lib/regexdev
Thomas Monjalon b403498e14 build: hide local symbols in shared libraries
The symbols which are not listed in the version script
are exported by default.
Adding a local section with a wildcard make non-listed functions
and variables as hidden, as it should be in all version.map files.

These are the changes done in the shared libraries:
- DF .text  Base          auxiliary_add_device
- DF .text  Base          auxiliary_dev_exists
- DF .text  Base          auxiliary_dev_iterate
- DF .text  Base          auxiliary_insert_device
- DF .text  Base          auxiliary_is_ignored_device
- DF .text  Base          auxiliary_match
- DF .text  Base          auxiliary_on_scan
- DF .text  Base          auxiliary_scan
- DO .bss   Base          auxiliary_bus_logtype
- DO .data  Base          auxiliary_bus
- DO .bss   Base          gpu_logtype

There is no impact on regexdev library.

Because these local symbols were exported as non-internal
in DPDK 21.11, any change in these functions would break the ABI.
Exception rules are added for these experimental libraries,
so the ABI check will skip them until the next ABI version.

A check is added to avoid such miss in future.

Fixes: 1afce3086c ("bus/auxiliary: introduce auxiliary bus")
Fixes: 8b8036a66e ("gpudev: introduce GPU device class library")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2022-03-08 15:22:33 +01:00
..
meson.build build/windows: remove separate list of libs 2021-10-22 22:40:59 +02:00
rte_regexdev_core.h
rte_regexdev_driver.h regexdev: fix section attribute of symbols 2022-03-08 15:22:28 +01:00
rte_regexdev.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_regexdev.h regexdev: fix section attribute of symbols 2022-03-08 15:22:28 +01:00
version.map build: hide local symbols in shared libraries 2022-03-08 15:22:33 +01:00