comparison src/unexcw.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 308d34e9f07d 3889ef128488
children 574f0cded429
comparison
equal deleted inserted replaced
5473:ac37a5f7e5be 5474:4dee0387b9de
238 /* calculate new sizes: 238 /* calculate new sizes:
239 239
240 f_ohdr.dsize is the total initialized data size on disk which is 240 f_ohdr.dsize is the total initialized data size on disk which is
241 f_data.s_size + f_idata.s_size. 241 f_data.s_size + f_idata.s_size.
242 242
243 f_ohdr.data_start is the base addres of all data and so should 243 f_ohdr.data_start is the base address of all data and so should
244 not be changed. 244 not be changed.
245 245
246 *.s_vaddr is the virtual address of the start of the section 246 *.s_vaddr is the virtual address of the start of the section
247 *normalized from f_ohdr.ImageBase. 247 *normalized from f_ohdr.ImageBase.
248 248