mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
rsvwram領域対応
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1334 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
6830d0d026
commit
7f3214219e
@ -157,6 +157,12 @@ SECTIONS
|
||||
<FOREACH.STATIC.LIBRARIES=.ltdmain>
|
||||
<STATIC.LIBRARY=.ltdmain:t>
|
||||
<END.STATIC.LIBRARIES>
|
||||
<FOREACH.STATIC.OBJECTS=.rsvwram>
|
||||
<STATIC.OBJECT=.rsvwram:t>
|
||||
<END.STATIC.OBJECTS>
|
||||
<FOREACH.STATIC.LIBRARIES=.rsvwram>
|
||||
<STATIC.LIBRARY=.rsvwram:t>
|
||||
<END.STATIC.LIBRARIES>
|
||||
#:::::::::: data
|
||||
SDK_STATIC_DATA_END =.;
|
||||
. = ALIGN(4);
|
||||
@ -210,6 +216,12 @@ SECTIONS
|
||||
<FOREACH.STATIC.LIBRARIES=.ltdmain>
|
||||
<STATIC.LIBRARY=.ltdmain.bss:t>
|
||||
<END.STATIC.LIBRARIES>
|
||||
<FOREACH.STATIC.OBJECTS=.rsvwram>
|
||||
<STATIC.OBJECT=.rsvwram.bss:t>
|
||||
<END.STATIC.OBJECTS>
|
||||
<FOREACH.STATIC.LIBRARIES=.rsvwram>
|
||||
<STATIC.LIBRARY=.rsvwram.bss:t>
|
||||
<END.STATIC.LIBRARIES>
|
||||
#:::::::::: bss
|
||||
. = ALIGN(4);
|
||||
SDK_STATIC_BSS_END = .;
|
||||
|
||||
@ -25,6 +25,7 @@ Static $(TARGET_NAME)
|
||||
Library $(LLIBS) $(GLIBS) $(CW_LIBS)
|
||||
Object * (.etable)
|
||||
Object * (.wram)
|
||||
Object * (.rsvwram)
|
||||
Object * (.ltdwram)
|
||||
Object * (.ltdmain)
|
||||
StackSize 1024 1024
|
||||
|
||||
Loading…
Reference in New Issue
Block a user