Display the version when a symbol was introduced.
This is needed for scripting the conversion from static to dynamically
generated version maps.
It is also useful when listing experimental symbols.

Signed-off-by: David Marchand <david.march...@redhat.com>
---
 buildtools/map-list-symbol.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildtools/map-list-symbol.sh b/buildtools/map-list-symbol.sh
index 43f276c05f..eb98451d8e 100755
--- a/buildtools/map-list-symbol.sh
+++ b/buildtools/map-list-symbol.sh
@@ -73,7 +73,7 @@ for file in $@; do
                if ("'$symbol'" == "all" || $1 == "'$symbol'") {
                        ret = 0;
                        if ("'$quiet'" == "") {
-                               print "'$file' "current_section" "$1;
+                               print "'$file' "current_section" "$1" 
"current_version;
                        }
                        if ("'$symbol'" != "all") {
                                exit 0;
-- 
2.48.1

Reply via email to