rename crt0.o to crt0_firm.o

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@20 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2007-09-11 01:45:25 +00:00
parent 0bcd0c250a
commit 13694bdc7c
4 changed files with 14 additions and 14 deletions

View File

@ -11,8 +11,8 @@
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: $
# $Rev:$
# $Author:$
# $Rev$
# $Author$
#---------------------------------------------------------------------------
MEMORY
{
@ -54,7 +54,7 @@ SECTIONS
SDK_STATIC_TEXT_START =.;
#:::::::::: text/rodata
OBJECT(_start,*)
crt0.o (.text)
crt0_firm.o (.text)
<FOREACH.STATIC.OBJECTS=.text>
<STATIC.OBJECT=.text:t>
<END.STATIC.OBJECTS>

View File

@ -11,8 +11,8 @@
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: $
# $Rev:$
# $Author:$
# $Rev$
# $Author$
#---------------------------------------------------------------------------
MEMORY
{
@ -54,7 +54,7 @@ SECTIONS
SDK_STATIC_TEXT_START =.;
#:::::::::: text/rodata
OBJECT(_start,*)
crt0.o (.text)
crt0_firm.o (.text)
<FOREACH.STATIC.OBJECTS=.text>
<STATIC.OBJECT=.text:t>
<END.STATIC.OBJECTS>

View File

@ -11,8 +11,8 @@
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: $
# $Rev:$
# $Author:$
# $Rev$
# $Author$
#---------------------------------------------------------------------------
MEMORY
{
@ -65,9 +65,9 @@ SECTIONS
SDK_STATIC_START =.;
SDK_STATIC_TEXT_START =.;
#:::::::::: text/rodata
crt0.o (.text)
crt0_firm.o (.text)
libsyscall.a (.text)
crt0.o (.rodata)
crt0_firm.o (.rodata)
#
# .version セクションを追加しています。
# このセクションに含まれる情報はロットチェックの際に

View File

@ -11,8 +11,8 @@
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: $
# $Rev:$
# $Author:$
# $Rev$
# $Author$
#---------------------------------------------------------------------------
MEMORY
{
@ -65,9 +65,9 @@ SECTIONS
SDK_STATIC_START =.;
SDK_STATIC_TEXT_START =.;
#:::::::::: text/rodata
crt0.o (.text)
crt0_firm.o (.text)
libsyscall.a (.text)
crt0.o (.rodata)
crt0_firm.o (.rodata)
#
# .version セクションを追加しています。
# このセクションに含まれる情報はロットチェックの際に