Changeset 3764 for branches/libc-0.6


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

Backported r3763: ld: forgot to write out the text section padding for each object file. Fixes #234.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/ld/ld.c

    r3750 r3764  
    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.