Ticket #234: ld.diff
File ld.diff, 497 bytes (added by , 14 years ago) |
---|
-
ld.c
diff -uNr ld.c.org ld.c
old new 2930 2933 2931 2934 entry->text_start_address = text_size; 2932 2935 /* If there were any vectors, we need to chop them off */ 2936 entry->text_size = (entry->text_size + SECTION_ALIGN_MASK) & ~SECTION_ALIGN_MASK; 2933 2937 text_size += entry->text_size; 2934 2938 entry->data_start_address = data_size; 2935 2939 data_size += (entry->data_size + SECTION_ALIGN_MASK) & ~SECTION_ALIGN_MASK;