/[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.12 by camm, Thu Aug 21 18:44:25 2003 UTC revision 1.13 by camm, Sat Sep 6 17:32:14 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))
63          continue;
64    
65      if ((c=(char *)strstr(q[u]->name,"@@"))) {      if ((c=(char *)strstr(q[u]->name,"@@"))) {
66        *c=0;        *c=0;
67        if (!(h=bfd_link_hash_lookup(link_info.hash,q[u]->name,MY_BFD_TRUE,MY_BFD_TRUE,MY_BFD_TRUE)))        if (!(h=bfd_link_hash_lookup(link_info.hash,q[u]->name,MY_BFD_TRUE,MY_BFD_TRUE,MY_BFD_TRUE)))

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

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