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

Diff of /gcl/o/sfasl.c

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

revision 1.21 by mjthomas, Sat Jul 24 06:54:25 2004 UTC revision 1.22 by mjthomas, Tue Aug 24 12:06:32 2004 UTC
# Line 297  int fasload ( object faslfile ) Line 297  int fasload ( object faslfile )
297      work_out_section_indices ( section );      work_out_section_indices ( section );
298    
299    
300        /* Check for text section that does not come first - not currently handled. */
301        if ( ( INVALID_NSCN != TEXT_NSCN ) && ( TEXT_NSCN != 1 ) ) {
302          FEerror ("Can't handle a Text section at other than index 1.",0);
303        }
304    
305      /* Determine the section sizes used later to allocate storage and to calculate      /* Determine the section sizes used later to allocate storage and to calculate
306       * the offsets of the sections once read in. Allow for the possibility       * the offsets of the sections once read in. Allow for the possibility
307       * of an invalid index, that is, that a section may not be present. */       * of an invalid index, that is, that a section may not be present. */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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