files needed by gnu configuration
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4160 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
de7378b40b
commit
f98936ee9e
3 changed files with 31 additions and 0 deletions
10
SCons/Config/linker_script
Normal file
10
SCons/Config/linker_script
Normal file
|
@ -0,0 +1,10 @@
|
|||
SECTIONS
|
||||
{
|
||||
.text : { *(.text) }
|
||||
.data : { *(.data) }
|
||||
.rdata : { *(.rdata) }
|
||||
.bss : { *(.bss) }
|
||||
.idata : { *(.idata) }
|
||||
.ndata BLOCK(__section_alignment__) : { [ .ndata ] }
|
||||
.rsrc : { *(.rsrc) }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue