Преглед на файлове

Add mipsel file including mips counterparts

git-svn-id: trunk@20256 -
pierre преди 13 години
родител
ревизия
30d9afe879
променени са 7 файла, в които са добавени 11 реда и са изтрити 1 реда
  1. 5 0
      .gitattributes
  2. 1 0
      rtl/linux/mipsel/sighnd.inc
  3. 1 0
      rtl/linux/mipsel/sighndh.inc
  4. 1 1
      rtl/linux/mipsel/stat.inc
  5. 1 0
      rtl/linux/mipsel/syscall.inc
  6. 1 0
      rtl/linux/mipsel/syscallh.inc
  7. 1 0
      rtl/linux/mipsel/sysnr.inc

+ 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}