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

Diff of /gcl/o/sfaslbfd.c

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

revision 1.12 by camm, Mon Feb 10 17:48:04 2003 UTC revision 1.12.4.1 by camm, Wed Aug 6 17:00:06 2003 UTC
# Line 294  fasload(object faslfile) { Line 294  fasload(object faslfile) {
294        continue;        continue;
295    
296      if (h->type!=bfd_link_hash_defined)      if (h->type!=bfd_link_hash_defined)
297        FEerror("Undefined symbol",0);        FEerror("Undefined symbol ~S",1,make_simple_string(q[u]->name));
298                
299      if (h->u.def.section) {      if (h->u.def.section) {
300        q[u]->value=h->u.def.value+h->u.def.section->vma;        q[u]->value=h->u.def.value+h->u.def.section->vma;

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

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