mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Also update ntoskrnl linkerflag.
svn path=/branches/ros-amd64-bringup/; revision=37294
This commit is contained in:
@@ -44,7 +44,8 @@ SECTIONS
|
||||
{
|
||||
*(.rdata)
|
||||
*(SORT(.rdata$*))
|
||||
*(.eh_frame)
|
||||
/* For some reason mingw likes to merge it here. I don't! */
|
||||
/* *(.eh_frame) */
|
||||
}
|
||||
.edata BLOCK(__section_alignment__) :
|
||||
{
|
||||
@@ -165,5 +166,9 @@ SECTIONS
|
||||
{
|
||||
*(.debug_ranges)
|
||||
}
|
||||
.eh_frame BLOCK(__section_alignment__) :
|
||||
{
|
||||
*(.eh_frame)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user