Add mipsel file including mips counterparts

git-svn-id: trunk@20256 -
This commit is contained in:
pierre 2012-02-04 22:29:04 +00:00
parent 8b339ded7a
commit 30d9afe879
7 changed files with 11 additions and 1 deletions

5
.gitattributes vendored
View File

@ -7555,7 +7555,12 @@ rtl/linux/mipsel/cprt0.as svneol=native#text/plain
rtl/linux/mipsel/dllprt0.as svneol=native#text/plain
rtl/linux/mipsel/gprt0.as svneol=native#text/plain
rtl/linux/mipsel/prt0.as svneol=native#text/plain
rtl/linux/mipsel/sighnd.inc svneol=native#text/plain
rtl/linux/mipsel/sighndh.inc svneol=native#text/plain
rtl/linux/mipsel/stat.inc svneol=native#text/plain
rtl/linux/mipsel/syscall.inc svneol=native#text/plain
rtl/linux/mipsel/syscallh.inc svneol=native#text/plain
rtl/linux/mipsel/sysnr.inc svneol=native#text/plain
rtl/linux/oldlinux.pp svneol=native#text/plain
rtl/linux/osdefs.inc svneol=native#text/plain
rtl/linux/osmacro.inc svneol=native#text/plain

View File

@ -0,0 +1 @@
{$i ../mips/sighnd.inc}

View File

@ -0,0 +1 @@
{$i ../mips/sighndh.inc}

View File

@ -1 +1 @@
{$i ../mips/math.inc}
{$i ../mips/stat.inc}

View File

@ -0,0 +1 @@
{$i ../mips/syscall.inc}

View File

@ -0,0 +1 @@
{$i ../mips/syscallh.inc}

View File

@ -0,0 +1 @@
{$i ../mips/sysnr.inc}