[RFC,v4,4/8] buildtools: display version when listing symbols
Commit Message
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.marchand@redhat.com>
---
buildtools/map-list-symbol.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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;