mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE] Put INIT section before .reloc and not after.
CORE-14683
This commit is contained in:
parent
0c13ff2a4b
commit
6445f33704
1 changed files with 1 additions and 2 deletions
|
@ -8,5 +8,4 @@ SECTIONS
|
|||
__init_end__ = . ;
|
||||
}
|
||||
}
|
||||
/*INSERT AFTER .reloc;*//*This is what we actually want to do, but do not dare due to LD bug ROSBE-154*/
|
||||
INSERT AFTER .rsrc; /*This is what we do instead to at least fix CORE-14683*/
|
||||
INSERT BEFORE .reloc; /* .reloc is always at the end */
|
||||
|
|
Loading…
Reference in a new issue