yury
|
fcceb9cfa1
* Removed/ifdefed/commented unused local variables.
|
před 17 roky |
yury
|
efb280e0e9
* Use system_wince in all places.
|
před 17 roky |
yury
|
0e17d9e4d9
* Use system_wince instead of [system_arm_wince,system_i386_wince].
|
před 17 roky |
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.
|
před 17 roky |
florian
|
9e88af9a78
* support ABSOLUTE32 in the COFF writer on x86-64, resolves #10641
|
před 17 roky |
florian
|
cad678840e
+ internal linker takes care of setpeflags
|
před 17 roky |
peter
|
f915cbc4ca
* replace constants to formal const with variables
|
před 17 roky |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
před 17 roky |
florian
|
ddad44bc1e
* win64 -glw build fix
|
před 18 roky |
peter
|
793fd8fc09
* Add -Xg to help pages
|
před 18 roky |
yury
|
13d948c07b
* Fixed: import Address Table should contain the same data as Import Lookup Table.
|
před 18 roky |
peter
|
488c06d275
* don't reuse emptyint
|
před 18 roky |
peter
|
9f0ca44c94
* new tf_smartlink_library flag
|
před 18 roky |
Jonas Maebe
|
70c2414daa
* split off sec_rodata_norel from sec_rodata, and only put constant data
|
před 18 roky |
florian
|
4151029ee5
+ .fini section support
|
před 18 roky |
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.
|
před 18 roky |
yury
|
04147151e4
* Fixed stabs generation for DLLs by internal assembler (use RELOC_ABSOLUTE in all cases).
|
před 18 roky |
yury
|
38b8731ba0
* Restored relocs generation for dlls by internal linker. It fixes bug #9048.
|
před 18 roky |
yury
|
73b8fba64b
* fixed linking with eVC++ object files (bug #8542).
|
před 18 roky |
yury
|
821c91c230
* fix Mantis #8760: do not put actually empty sections in executable by internal linker.
|
před 18 roky |
yury
|
b2605b8ff6
* Internal linker now correctly links to gcc import libraries. It fixes win32 IDE with debugger support.
|
před 18 roky |
peter
|
29ffdefacb
* secrel32 relocation support required by dwarf2 under windows
|
před 18 roky |
peter
|
71a11fafe9
* support long section names in executable
|
před 18 roky |
pierre
|
a7f5951cb0
* force empty .idata section at end of each dll to be in executable with oso_keep option
|
před 18 roky |
yury
|
7547f3a0c0
* Allow @ and ? characters in imported function name when AS is used. It fixes bug #8391.
|
před 18 roky |
peter
|
9f3de7e809
* -Xg generates a separate file with the debug info sections
|
před 18 roky |
florian
|
6588b2cb57
* fix resource embedding on arm-wince
|
před 18 roky |
florian
|
c238bb15d1
* .init section support
|
před 19 roky |
yury
|
f8cfa49971
* enabled af_smartlink_sections for i386-wince.
|
před 19 roky |
yury
|
f258b907fb
* Set procalign alignment for sections of import jumps table.
|
před 19 roky |