Commit 86d1b9d1 by Rainer Orth Committed by Rainer Orth

* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.

From-SVN: r155674
parent 786c3fbc
2010-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.
2009-12-31 Anthony Green <green@redhat.com> 2009-12-31 Anthony Green <green@redhat.com>
* README: Update for libffi 3.0.9. * README: Update for libffi 3.0.9.
......
/* ----------------------------------------------------------------------- /* -----------------------------------------------------------------------
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 MIPS Foreign Function Interface
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#define SIZEOF_FRAME ( 8 * FFI_SIZEOF_ARG ) #define SIZEOF_FRAME ( 8 * FFI_SIZEOF_ARG )
#ifdef linux #ifdef __GNUC__
.abicalls .abicalls
#endif #endif
.text .text
...@@ -529,7 +529,7 @@ cls_epilogue: ...@@ -529,7 +529,7 @@ cls_epilogue:
.LFE2: .LFE2:
.end ffi_closure_N32 .end ffi_closure_N32
#ifdef linux #ifdef __GNUC__
.section .eh_frame,"aw",@progbits .section .eh_frame,"aw",@progbits
.Lframe1: .Lframe1:
.4byte .LECIE1-.LSCIE1 # length .4byte .LECIE1-.LSCIE1 # length
...@@ -586,6 +586,6 @@ cls_epilogue: ...@@ -586,6 +586,6 @@ cls_epilogue:
.uleb128 (SIZEOF_FRAME2 - RA_OFF2)/4 .uleb128 (SIZEOF_FRAME2 - RA_OFF2)/4
.align EH_FRAME_ALIGN .align EH_FRAME_ALIGN
.LEFDE3: .LEFDE3:
#endif /* linux */ #endif /* __GNUC__ */
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment