Browse Source

Add mipsel file including mips counterparts

git-svn-id: trunk@20256 -
pierre 13 years ago
parent
commit
30d9afe879

+ 5 - 0
.gitattributes

@@ -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

+ 1 - 0
rtl/linux/mipsel/sighnd.inc

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

+ 1 - 0
rtl/linux/mipsel/sighndh.inc

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

+ 1 - 1
rtl/linux/mipsel/stat.inc

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

+ 1 - 0
rtl/linux/mipsel/syscall.inc

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

+ 1 - 0
rtl/linux/mipsel/syscallh.inc

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

+ 1 - 0
rtl/linux/mipsel/sysnr.inc

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