about summary refs log tree commit diff
path: root/conform/linknamespace.pl
diff options
context:
space:
mode:
Diffstat (limited to 'conform/linknamespace.pl')
-rw-r--r--conform/linknamespace.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/linknamespace.pl b/conform/linknamespace.pl
index 15fa6134ab..b39be3c6ef 100644
--- a/conform/linknamespace.pl
+++ b/conform/linknamespace.pl
@@ -83,7 +83,7 @@ sub list_syms {
     my ($bind) = $fields[4];
     my ($ndx) = $fields[6];
     my ($sym) = $fields[7];
-    if ($bind ne "GLOBAL" && $bind ne "WEAK") {
+    if ($bind ne "GLOBAL" && $bind ne "WEAK" && $bind ne "SECOND") {
       next;
     }
     if ($sym !~ /^\w+$/) {