[0.4.11][CMAKE] Update GCC dbg baseaddress.cmake

by hand!

Motivation is to fix the following warnings at configure-time for *GCC dbg* :
-- fusion has no base address
-- fusion_1_1 has no base address
-- fusion_2_0 has no base address
-- xolehlp has no base address
-- localspl_apitest.dll has no base address

This fixes CORE-14831 for *GCC dbg* at least for this branch.
Meaning: It hides the effect, without fixing the cause.
It is neither a sufficient fix for other toolchains/configs,
nor a sustainable solution for master yet.
We'd need to improve the python script for that.
This commit is contained in:
Joachim Henze 2022-10-03 04:46:26 +02:00
parent 734fb5028b
commit 064f97d7bf

View file

@ -188,7 +188,7 @@ set(baseaddress_load_notifications 0x76020000)
set(baseaddress_loadperf 0x75ff0000)
set(baseaddress_localmon 0x75fc0000)
set(baseaddress_localspl 0x75f80000)
set(baseaddress_localspl_apitest 0x75f50000)
set(baseaddress_localspl_apitest.dll 0x75f50000) #module name corrected manually
set(baseaddress_localui 0x75f20000)
set(baseaddress_lpk 0x75ee0000)
set(baseaddress_lsasrv 0x75e70000)
@ -376,3 +376,7 @@ set(baseaddress_xinput1_3 0x720e0000)
set(baseaddress_xinput9_1_0 0x720b0000)
set(baseaddress_xmllite 0x72070000)
set(baseaddress_zipfldr 0x71fd0000)
set(baseaddress_fusion 0x71f90000) #added manually, last entry - 0x40000
set(baseaddress_fusion_1_1 0x71f50000) #added manually, last entry - 0x40000
set(baseaddress_fusion_2_0 0x71f10000) #added manually, last entry - 0x40000
set(baseaddress_xolehlp 0x71ee0000) #added manually, last entry - 0x30000