author | Camm Maguire <camm@debian.org> | 2003年10月23日 16:42:41 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年10月23日 16:42:41 +0000 |
commit | d83fdd09966e2f140f8ef487407d484b791adb47 (patch) | |
tree | 279ff59162754fea42447b329d5225fe6ad8e2e2 | |
parent | 0aa0ffbccb2acef00f55cce7fb5cd115f50161e6 (diff) | |
download | gcl-d83fdd09966e2f140f8ef487407d484b791adb47.tar.gz |
-rwxr-xr-x | gcl/o/sfasli.c | 2 |
diff --git a/gcl/o/sfasli.c b/gcl/o/sfasli.c index c81582500..c6c10eecd 100755 --- a/gcl/o/sfasli.c +++ b/gcl/o/sfasli.c @@ -59,7 +59,7 @@ build_symbol_table_bfd(void) { if (!*q[u]->name) continue; - if (strncmp(q[u]->section->name,"*UND*",5)) + if (strncmp(q[u]->section->name,"*UND*",5) && ! q[u]->flags & BSF_WEAK) continue; if ((c=(char *)strstr(q[u]->name,"@@"))) { |