lib: clear experimental version tag in linker scripts
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 27 Apr 2018 15:17:55 +0000 (16:17 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 May 2018 01:37:28 +0000 (03:37 +0200)
commit04db1d0da76214c57faa63bdcba9bdf2e92bfe9b
tree83949469eb238cd637ff4948b03f0031b333197d
parentf90e4fcc13c24d08a4efaa695f5dd68fd6ab755c
lib: clear experimental version tag in linker scripts

Remove version tag from experimental block in linker version scripts
(.map files).

That label is not used by linker and information only. It is useful
for version blocks but not useful for experimental block but confusing.
Removing those labels.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
12 files changed:
drivers/net/dpaa/rte_pmd_dpaa_version.map
lib/librte_cryptodev/rte_cryptodev_version.map
lib/librte_eal/rte_eal_version.map
lib/librte_ethdev/rte_ethdev_version.map
lib/librte_eventdev/rte_eventdev_version.map
lib/librte_mbuf/rte_mbuf_version.map
lib/librte_mempool/rte_mempool_version.map
lib/librte_meter/rte_meter_version.map
lib/librte_net/rte_net_version.map
lib/librte_pipeline/rte_pipeline_version.map
lib/librte_sched/rte_sched_version.map
lib/librte_vhost/rte_vhost_version.map