On Wed, Nov 20, 2019 at 6:24 PM Anatoly Burakov <anatoly.bura...@intel.com> wrote: > diff --git a/buildtools/update_version_map_abi.py > b/buildtools/update_version_map_abi.py > new file mode 100755 > index 0000000000..87fed54653 > --- /dev/null > +++ b/buildtools/update_version_map_abi.py > @@ -0,0 +1,175 @@ > +#!/usr/bin/env python > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2019 Intel Corporation > + > +""" > +A Python program that updates and merges all available stable ABI versions > into > +one ABI version, while leaving experimental ABI exactly as it is. The > intended > +ABI version is supplied via command-line parameter. This script is to be > called > +from the buildtools/update_abi.sh utility.
update-abi.sh Will fix while applying. -- David Marchand