summaryrefslogtreecommitdiff
path: root/src/mips
diff options
context:
space:
mode:
authorAnthony Green <green@gmachine.(none)>2010-01-12 09:14:14 -0500
committerAnthony Green <green@gmachine.(none)>2010-01-12 09:14:14 -0500
commit7b7a42f221cf171e8d09df34cac6dc1fd8458cc3 (patch)
tree9d500979bdeea907f06f7b36cb45324de3004476 /src/mips
parent4b18d1f73dc7733137869e4ab5725cb90c1c8fde (diff)
downloadlibffi-7b7a42f221cf171e8d09df34cac6dc1fd8458cc3.tar.gz
Rebase from GCC
Diffstat (limited to 'src/mips')
-rw-r--r--src/mips/.svn/entries20
-rw-r--r--src/mips/.svn/text-base/n32.S.svn-base8
-rw-r--r--src/mips/n32.S8
3 files changed, 18 insertions, 18 deletions
diff --git a/src/mips/.svn/entries b/src/mips/.svn/entries
index 0bb6e00..2fb38f8 100644
--- a/src/mips/.svn/entries
+++ b/src/mips/.svn/entries
@@ -1,15 +1,15 @@
10
dir
-155537
+155837
svn+ssh://green@gcc.gnu.org/svn/gcc/trunk/libffi/src/mips
svn+ssh://green@gcc.gnu.org/svn/gcc
-2009-12-26T04:59:25.888276Z
-155470
-green
+2010-01-06T14:22:26.213598Z
+155674
+ro
@@ -66,11 +66,11 @@ file
-2009-12-26T04:53:55.605975Z
-673e7f68577075b8b9f6a9da7fc13913
-2009-12-26T04:59:25.888276Z
-155470
-green
+2010-01-12T13:53:13.607017Z
+4c056027b348911ad47c503c6c3b3f17
+2010-01-06T14:22:26.213598Z
+155674
+ro
@@ -92,7 +92,7 @@ green
-14490
+14517
o32.S
file
diff --git a/src/mips/.svn/text-base/n32.S.svn-base b/src/mips/.svn/text-base/n32.S.svn-base
index 81e81bc..ae23094 100644
--- a/src/mips/.svn/text-base/n32.S.svn-base
+++ b/src/mips/.svn/text-base/n32.S.svn-base
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------
- n32.S - Copyright (c) 1996, 1998, 2005 Red Hat, Inc.
+ n32.S - Copyright (c) 1996, 1998, 2005, 2007, 2009, 2010 Red Hat, Inc.
MIPS Foreign Function Interface
@@ -40,7 +40,7 @@
#define SIZEOF_FRAME ( 8 * FFI_SIZEOF_ARG )
-#ifdef linux
+#ifdef __GNUC__
.abicalls
#endif
.text
@@ -529,7 +529,7 @@ cls_epilogue:
.LFE2:
.end ffi_closure_N32
-#ifdef linux
+#ifdef __GNUC__
.section .eh_frame,"aw",@progbits
.Lframe1:
.4byte .LECIE1-.LSCIE1 # length
@@ -586,6 +586,6 @@ cls_epilogue:
.uleb128 (SIZEOF_FRAME2 - RA_OFF2)/4
.align EH_FRAME_ALIGN
.LEFDE3:
-#endif /* linux */
+#endif /* __GNUC__ */
#endif
diff --git a/src/mips/n32.S b/src/mips/n32.S
index 81e81bc..ae23094 100644
--- a/src/mips/n32.S
+++ b/src/mips/n32.S
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------
- n32.S - Copyright (c) 1996, 1998, 2005 Red Hat, Inc.
+ n32.S - Copyright (c) 1996, 1998, 2005, 2007, 2009, 2010 Red Hat, Inc.
MIPS Foreign Function Interface
@@ -40,7 +40,7 @@
#define SIZEOF_FRAME ( 8 * FFI_SIZEOF_ARG )
-#ifdef linux
+#ifdef __GNUC__
.abicalls
#endif
.text
@@ -529,7 +529,7 @@ cls_epilogue:
.LFE2:
.end ffi_closure_N32
-#ifdef linux
+#ifdef __GNUC__
.section .eh_frame,"aw",@progbits
.Lframe1:
.4byte .LECIE1-.LSCIE1 # length
@@ -586,6 +586,6 @@ cls_epilogue:
.uleb128 (SIZEOF_FRAME2 - RA_OFF2)/4
.align EH_FRAME_ALIGN
.LEFDE3:
-#endif /* linux */
+#endif /* __GNUC__ */
#endif