yury
|
4cabbe0e39
* Fixed compiler cycling with enabled range and overflow checking.
|
vor 17 Jahren |
yury
|
eb9c9c77d8
* More correct fix for overflow check for RELOC_RELATIVE_24.
|
vor 17 Jahren |
yury
|
c92c034882
* Fixed overflow check for RELOC_RELATIVE_24.
|
vor 17 Jahren |
yury
|
4cb3fef484
* Fixed executable size limit for wince.
|
vor 17 Jahren |
yury
|
c84aa860bd
* Added error message if resulting executable image size is too big to fit in memory. bug #11702.
|
vor 17 Jahren |
yury
|
5e11e697b4
* Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers.
|
vor 17 Jahren |
yury
|
0bcaf8845f
* Fixed 'mixed signed/unsigned' warnings.
|
vor 17 Jahren |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
vor 17 Jahren |
yury
|
fd0ed50331
* Removed/commented more unused variables.
|
vor 17 Jahren |
yury
|
d5a3a28379
* Set PE_FILE_LARGE_ADDRESS_AWARE flag for win64 executables to allow access more than 2GB of memory.
|
vor 17 Jahren |
yury
|
fcceb9cfa1
* Removed/ifdefed/commented unused local variables.
|
vor 17 Jahren |
yury
|
efb280e0e9
* Use system_wince in all places.
|
vor 17 Jahren |
yury
|
0e17d9e4d9
* Use system_wince instead of [system_arm_wince,system_i386_wince].
|
vor 17 Jahren |
yury
|
22df9855d9
* For some unknown reason WM 6.1 requires .idata section to be read only. Otherwise it refuses to load DLLs greater than 64KB. Earlier versions of WinCE load DLLs regardless of .idata flags.
|
vor 17 Jahren |
florian
|
9e88af9a78
* support ABSOLUTE32 in the COFF writer on x86-64, resolves #10641
|
vor 17 Jahren |
florian
|
cad678840e
+ internal linker takes care of setpeflags
|
vor 17 Jahren |
peter
|
f915cbc4ca
* replace constants to formal const with variables
|
vor 17 Jahren |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
vor 17 Jahren |
florian
|
ddad44bc1e
* win64 -glw build fix
|
vor 17 Jahren |
peter
|
793fd8fc09
* Add -Xg to help pages
|
vor 17 Jahren |
yury
|
13d948c07b
* Fixed: import Address Table should contain the same data as Import Lookup Table.
|
vor 18 Jahren |
peter
|
488c06d275
* don't reuse emptyint
|
vor 18 Jahren |
peter
|
9f0ca44c94
* new tf_smartlink_library flag
|
vor 18 Jahren |
Jonas Maebe
|
70c2414daa
* split off sec_rodata_norel from sec_rodata, and only put constant data
|
vor 18 Jahren |
florian
|
4151029ee5
+ .fini section support
|
vor 18 Jahren |
yury
|
28f0d47d83
* Don't be too strict while reading COFF symtable if obj file does not have COFF string table (to be compatible with LD and MS linkers). It fixes bug #9175.
|
vor 18 Jahren |
yury
|
04147151e4
* Fixed stabs generation for DLLs by internal assembler (use RELOC_ABSOLUTE in all cases).
|
vor 18 Jahren |
yury
|
38b8731ba0
* Restored relocs generation for dlls by internal linker. It fixes bug #9048.
|
vor 18 Jahren |
yury
|
73b8fba64b
* fixed linking with eVC++ object files (bug #8542).
|
vor 18 Jahren |
yury
|
821c91c230
* fix Mantis #8760: do not put actually empty sections in executable by internal linker.
|
vor 18 Jahren |