devtools: fix ABI update in map files
authorThomas Monjalon <thomas@monjalon.net>
Tue, 11 Aug 2020 09:49:19 +0000 (11:49 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 12 Aug 2020 09:32:21 +0000 (11:32 +0200)
commita6fc38f34bfcf305bbe43057e43bde498db175e5
tree1520783614b976c28b917864f6a9492579a8785a
parent4f86c0ba19ba065c8c32a5b0111efc7bb74c9b96
devtools: fix ABI update in map files

The script was using the full ABI version, including the minor number,
to version the symbols in the map files.
It is fixed to use only the major number for symbol versioning.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
devtools/update_version_map_abi.py