/[gcl]/gcl/unixport/rsym_elf.c
ViewVC logotype

Diff of /gcl/unixport/rsym_elf.c

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

revision 1.7 by camm, Thu Jun 6 20:41:26 2002 UTC revision 1.8 by camm, Thu Jun 6 20:49:16 2002 UTC
# Line 98  get_section_number(name) Line 98  get_section_number(name)
98                    name))                    name))
99         return k;         return k;
100     }     }
101   fprintf(stderr,"could not find section %s\n", name);   if (strcmp(".sbss",name))
102       fprintf(stderr,"could not find section %s\n", name);
103   return -1;   return -1;
104  }  }
105    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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