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
This commit is contained in:
Rainer Orth 2005-06-15 00:10:05 +00:00 committed by Rainer Orth
parent 11f4453b3c
commit 2572f1c610
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
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.

View file

@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------
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

View file

@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------
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