/[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.5 by camm, Sat Jul 20 07:10:56 2002 UTC revision 1.6 by camm, Sun Jul 21 03:41:18 2002 UTC
# Line 258  fasload(object faslfile) { Line 258  fasload(object faslfile) {
258        continue;        continue;
259    
260      m=round_up(m,1<<s->alignment_power);      m=round_up(m,1<<s->alignment_power);
261      s->output_section->vma=(bfd_vma)m;      s->output_section->vma=(unsigned long)m;
262      m+=s->_raw_size;      m+=s->_raw_size;
263                            
264    }    }
# Line 305  fasload(object faslfile) { Line 305  fasload(object faslfile) {
305  /*      s->orelocation=alloca(2*bfd_get_reloc_upper_bound (b, s)); */  /*      s->orelocation=alloca(2*bfd_get_reloc_upper_bound (b, s)); */
306    
307      if (!bfd_get_relocated_section_contents(b,&link_info,&link_order,      if (!bfd_get_relocated_section_contents(b,&link_info,&link_order,
308                                              (void *)s->output_section->vma,0,q))                                              (void *)(unsigned long)s->output_section->vma,0,q))
309        FEerror("Cannot get relocated section contents\n");        FEerror("Cannot get relocated section contents\n");
310                
311    }    }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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