/[gcl]/gcl/o/sfasli.c
ViewVC logotype

Diff of /gcl/o/sfasli.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by camm, Sat Sep 6 17:32:14 2003 UTC revision 1.14 by camm, Thu Oct 23 16:44:54 2003 UTC
# Line 59  build_symbol_table_bfd(void) { Line 59  build_symbol_table_bfd(void) {
59      if (!*q[u]->name)      if (!*q[u]->name)
60        continue;        continue;
61    
62      if (strncmp(q[u]->section->name,"*UND*",5))      if (strncmp(q[u]->section->name,"*UND*",5) && ! q[u]->flags & BSF_WEAK)
63        continue;        continue;
64    
65      if ((c=(char *)strstr(q[u]->name,"@@"))) {      if ((c=(char *)strstr(q[u]->name,"@@"))) {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26