Also update ntoskrnl linkerflag.

svn path=/branches/ros-amd64-bringup/; revision=37294
This commit is contained in:
Timo Kreuzer
2008-11-11 21:57:15 +00:00
parent 3fdd600cf9
commit 7ac869cef9
+6 -1
View File
@@ -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)
}
}