The windows exports and the map files, feels like duplication of effort.
Could we massage one into the other during the build?
On 16/10/2020 11:27, David Marchand wrote:
> The incriminated commit forgot to clean the Windows export file.
>
> Fixes: 3cd73a1a1c4d ("eal: simplify exit functions")
>
> Signed-off-by: David Marchand <[email protected]>
> Acked-by: Thomas Monjalon <[email protected]>
> ---
> lib/librte_eal/rte_eal_exports.def | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/lib/librte_eal/rte_eal_exports.def
> b/lib/librte_eal/rte_eal_exports.def
> index 16f8e33874..975acb8ffe 100644
> --- a/lib/librte_eal/rte_eal_exports.def
> +++ b/lib/librte_eal/rte_eal_exports.def
> @@ -32,7 +32,6 @@ EXPORTS
> rte_devargs_remove
> rte_devargs_type_count
> rte_dump_physmem_layout
> - rte_dump_registers
> rte_dump_stack
> rte_dump_tailq
> rte_eal_alarm_cancel
>
Acked-by: Ray Kinsella <[email protected]>