reactos/sdk/tools
Timo Kreuzer 6e80f4d037 [SPEC2DEF] Set ordinals explicitly in export def file
The reason is that dlltool orders the exports differently than MSVC builds (MSVC orders the exports by symbol name, rather than by export name), so we rely on sorting in the spec file, which was only respected, when ordinals were put into the def file.
On MSVC builds it is left to the linker to determine the correct order, which helps to get the differences between architectures right (different symbol decoration, difference between order for functions like NtLoadKey vs NtLoadKey2, which results from the stdcall decoration on x86, which is missing on other architectures.

TODO: To correctly handle non-x86 architectures with GCC builds, spec2def would need to reorder the export list based on symbol names, which would work for C functions, by taking the calling convention into account, but would require an extra c++-stdcall calling convention to be added to know the corresponding symbol starts with "?".
2020-01-03 13:00:45 +01:00
..
cabman [CABMAN] Fix 2 handle leaks, in case of error (#2044) 2019-11-27 01:49:08 +01:00
create_nls
fatten [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
gendib
geninc
hhpcomp Add a shared "port" directory for POSIX functions needed by multiple host tools (getopt/mkstemps) and import the one and only getopt from glibc. 2019-04-28 23:23:06 +02:00
hpp [TOOLS] Fix/suppress all MSVC/x64 warnings (#1525) 2019-04-28 23:21:48 +02:00
isohybrid Add a shared "port" directory for POSIX functions needed by multiple host tools (getopt/mkstemps) and import the one and only getopt from glibc. 2019-04-28 23:23:06 +02:00
kbdtool [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
log2lines [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
mkhive [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
mkisofs [TOOLS] Fix/suppress all MSVC/x64 warnings (#1525) 2019-04-28 23:21:48 +02:00
mkshelllink [TOOLS] Fix/suppress all MSVC/x64 warnings (#1525) 2019-04-28 23:21:48 +02:00
ms2ps
nandflash
obj2bin
ofw_interface
pipetools
port Add a shared "port" directory for POSIX functions needed by multiple host tools (getopt/mkstemps) and import the one and only getopt from glibc. 2019-04-28 23:23:06 +02:00
regtests2xml
rgenstat
rsym [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
spec2def [SPEC2DEF] Set ordinals explicitly in export def file 2020-01-03 13:00:45 +01:00
unicode [UNICODE] Re-trial to fix Travis build 2019-12-23 17:05:38 +09:00
utf16le [TOOLS] Fix/suppress all MSVC/x64 warnings (#1525) 2019-04-28 23:21:48 +02:00
widl [WIDL] Fix type offset calculation for toplevel pointers to non-basetypes. 2019-12-15 18:21:11 +01:00
wpp [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
xml2sdb [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
bin2c.c [TOOLS] Fix/suppress all MSVC/x64 warnings (#1525) 2019-04-28 23:21:48 +02:00
check_code_format.sh [REACTOS] Introduce .clang-format file 2019-12-28 01:23:49 +02:00
CMakeLists.txt [CMAKE] Fix host tools build on x86-64 mingw 2019-11-15 16:22:06 +01:00
do_code_format.sh [SDK][TOOLS] Add do_code_format.sh to sdk/tools (#2191) 2019-12-31 11:28:56 +09:00
dumpstab.c
gen_baseaddress.py [SDK] Add usage / help to gen_baseaddress.py 2019-12-27 19:51:20 +01:00
mkconfig.c
pefixup.c
stubgen.c