Changeset 3763 for trunk


Ignore:
Timestamp:
Mar 15, 2012, 2:58:18 AM (13 years ago)
Author:
bird
Message:

ld: forgot to write out the text section padding for each object file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emx/src/ld/ld.c

    r3749 r3763  
    42324232
    42334233  mywrite (bytes, 1, entry->text_size, outdesc);
     4234  padfile ((SECTION_ALIGN - entry->text_size) & SECTION_ALIGN_MASK, outdesc);
    42344235
    42354236  FREEA (bytes);
Note: See TracChangeset for help on using the changeset viewer.