/[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.10.4.2.2.2 by camm, Thu Oct 23 16:42:41 2003 UTC revision 1.10.4.2.2.3 by camm, Fri Oct 31 00:56:36 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) && ! q[u]->flags & BSF_WEAK)      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.10.4.2.2.2  
changed lines
  Added in v.1.10.4.2.2.3

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