mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Updated linker script.
svn path=/branches/powerpc/; revision=25465
This commit is contained in:
parent
c668a23039
commit
66ccb79bbf
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ SECTIONS
|
|||
.rodata :
|
||||
{
|
||||
*(.rodata)
|
||||
*(.got2)
|
||||
}
|
||||
.idata :
|
||||
{
|
||||
|
@ -40,6 +41,7 @@ SECTIONS
|
|||
}
|
||||
.bss :
|
||||
{
|
||||
*(.sbss)
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue