소스 검색

* Use include prt0.as for cprt0, gprt0 and dllprt0 as files

git-svn-id: trunk@21665 -
pierre 13 년 전
부모
커밋
6b57f3a3d1
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/linux/mips/cprt0.as
  2. 1 0
      rtl/linux/mips/dllprt0.as
  3. 1 0
      rtl/linux/mips/gprt0.as

+ 1 - 0
rtl/linux/mips/cprt0.as

@@ -0,0 +1 @@
+.include "mips/prt0.as"

+ 1 - 0
rtl/linux/mips/dllprt0.as

@@ -0,0 +1 @@
+.include "mips/prt0.as"

+ 1 - 0
rtl/linux/mips/gprt0.as

@@ -0,0 +1 @@
+.include "mips/prt0.as"