diff --git a/include/firm/specfiles/ARM7-BB-NORFIRM.lcf.template b/include/firm/specfiles/ARM7-BB-NORFIRM.lcf.template index ebabab94..22925444 100644 --- a/include/firm/specfiles/ARM7-BB-NORFIRM.lcf.template +++ b/include/firm/specfiles/ARM7-BB-NORFIRM.lcf.template @@ -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) diff --git a/include/firm/specfiles/ARM7-TS-NORFIRM.lcf.template b/include/firm/specfiles/ARM7-TS-NORFIRM.lcf.template index c3244f8a..aa0b23e6 100644 --- a/include/firm/specfiles/ARM7-TS-NORFIRM.lcf.template +++ b/include/firm/specfiles/ARM7-TS-NORFIRM.lcf.template @@ -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) diff --git a/include/firm/specfiles/ARM9-BB-NORFIRM.lcf.template b/include/firm/specfiles/ARM9-BB-NORFIRM.lcf.template index 4cace18e..01e36d01 100644 --- a/include/firm/specfiles/ARM9-BB-NORFIRM.lcf.template +++ b/include/firm/specfiles/ARM9-BB-NORFIRM.lcf.template @@ -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 セクションを追加しています。 # このセクションに含まれる情報はロットチェックの際に diff --git a/include/firm/specfiles/ARM9-TS-NORFIRM.lcf.template b/include/firm/specfiles/ARM9-TS-NORFIRM.lcf.template index a5236b6f..b85af014 100644 --- a/include/firm/specfiles/ARM9-TS-NORFIRM.lcf.template +++ b/include/firm/specfiles/ARM9-TS-NORFIRM.lcf.template @@ -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 セクションを追加しています。 # このセクションに含まれる情報はロットチェックの際に