Browse Source

Merge topic 'aix-export-tbss' into release-4.0

e9c772404b AIX: Consider tbss symbols in ExportImportList

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10486
Brad King 7 months ago
parent
commit
f1e1124e7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Platform/AIX/ExportImportList

+ 1 - 1
Modules/Platform/AIX/ExportImportList

@@ -63,7 +63,7 @@ if test -z "$no_objects"; then
                     V["EXPORTED"]=" export"
                     V["PROTECTED"]=" protected"
                 }
-                /^\[[0-9]+\]\tm +[^ ]+ +\.(text|data|tdata|bss) +[^ ]+ +(extern|weak) +(EXPORTED|PROTECTED| ) / {
+                /^\[[0-9]+\]\tm +[^ ]+ +\.(text|data|tdata|bss|tbss) +[^ ]+ +(extern|weak) +(EXPORTED|PROTECTED| ) / {
                     if (!match($NF,/^(\.|__sinit|__sterm|__[0-9]+__)/)) {
                         print $NF V[$(NF-1)]
                     }