[0.4.14][CMAKE] Update baseaddress_msvc.cmake

by hand!

Motivation is to fix the following warnings at configure-time for *MSVC x86 dbg* :
-- umandlg has no base address
-- hotplug has no base address
-- qcap has no base address
-- mydocs has no base address
-- fusion has no base address
-- fusion_1_1 has no base address
-- fusion_2_0 has no base address
-- storprop has no base address
-- localspl_apitest.dll has no base address

This fixes CORE-14831 for *MSVC dbg* for this release-branch at least.
Meaning: It hides the effect, without fixing the cause.
It is not a sustainable solution for master yet.
We'd need to improve the python script for that.

I tested afterwards the bootup of a build configured via:
-DENABLE_ROSTESTS=1 -DENABLE_ROSAPPS=1
and built with:
MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuration
and verified that we had no relocation happening until 3rd stage desktop VBox4.3.12.

MSVC 2010SP1 (16.0.40219.1) x86 target in *rls* configuration was not
tested yet, as that up to now did never reach the desktop yet for unrelated reasons.

I will not upload an iso to sourceforge after this commit,
because it will not have any impact for our primary GCC 4.7.2 toolchain.
This commit is contained in:
Joachim Henze 2022-12-29 18:41:55 +01:00
parent e1dd4e3e15
commit 5dfa141eb6

View file

@ -1,6 +1,5 @@
# Generated from R:\build\master\msvc
# Generated by sdk/tools/gen_baseaddress.py
set(baseaddress_ntdll 0x7c920000) # should be above 0x7c920000
set(baseaddress_kernel32 0x7c620000)
set(baseaddress_msvcrt 0x7c5b0000)
@ -192,7 +191,7 @@ set(baseaddress_load_notifications 0x77bf0000)
set(baseaddress_loadperf 0x77bd0000)
set(baseaddress_localmon 0x77bb0000)
set(baseaddress_localspl 0x77b80000)
set(baseaddress_localspl_apitest 0x77b60000)
set(baseaddress_localspl_apitest.dll 0x77b60000) #module name corrected manually
set(baseaddress_localui 0x77b30000)
set(baseaddress_lpk 0x779f0000)
set(baseaddress_lsasrv 0x77990000)
@ -387,3 +386,11 @@ set(baseaddress_xinput9_1_0 0x74900000)
set(baseaddress_xmllite 0x748d0000)
set(baseaddress_xolehlp 0x748b0000)
set(baseaddress_zipfldr 0x74850000)
set(baseaddress_fusion 0x74810000) #added manually, last entry - 0x40000
set(baseaddress_fusion_1_1 0x747D0000) #added manually, last entry - 0x40000
set(baseaddress_fusion_2_0 0x74790000) #added manually, last entry - 0x40000
set(baseaddress_hotplug 0x74760000) #added manually, last entry - 0x30000
set(baseaddress_mydocs 0x74710000) #added manually, last entry - 0x50000
set(baseaddress_qcap 0x746A0000) #added manually, last entry - 0x70000
set(baseaddress_storprop 0x74670000) #added manually, last entry - 0x30000
set(baseaddress_umandlg 0x74640000) #added manually, last entry - 0x30000