mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Updated linker script.
svn path=/branches/powerpc/; revision=25465
This commit is contained in:
@@ -23,6 +23,7 @@ SECTIONS
|
||||
.rodata :
|
||||
{
|
||||
*(.rodata)
|
||||
*(.got2)
|
||||
}
|
||||
.idata :
|
||||
{
|
||||
@@ -40,6 +41,7 @@ SECTIONS
|
||||
}
|
||||
.bss :
|
||||
{
|
||||
*(.sbss)
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user