Commit 2572f1c6 by Rainer Orth Committed by Rainer Orth

re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6)

	PR libgcj/21943
	* src/mips/n32.S: Enforce PIC code.
	* src/mips/o32.S: Likewise.

From-SVN: r100961
parent 11f4453b
2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR libgcj/21943
* src/mips/n32.S: Enforce PIC code.
* src/mips/o32.S: Likewise.
2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
* configure: Regenerate.
......
/* -----------------------------------------------------------------------
n32.S - Copyright (c) 1996, 1998 Red Hat, Inc.
n32.S - Copyright (c) 1996, 1998, 2005 Red Hat, Inc.
MIPS Foreign Function Interface
......@@ -39,6 +39,7 @@
#define SIZEOF_FRAME ( 8 * FFI_SIZEOF_ARG )
.abicalls
.text
.align 2
.globl ffi_call_N32
......
/* -----------------------------------------------------------------------
o32.S - Copyright (c) 1996, 1998 Red Hat, Inc.
o32.S - Copyright (c) 1996, 1998, 2005 Red Hat, Inc.
MIPS Foreign Function Interface
......@@ -37,6 +37,7 @@
#define SIZEOF_FRAME ( 4 * FFI_SIZEOF_ARG + 2 * FFI_SIZEOF_ARG )
.abicalls
.text
.align 2
.globl ffi_call_O32
......
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