]> gcc.gnu.org Git - gcc.git/commitdiff
re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6)
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Wed, 15 Jun 2005 00:10:05 +0000 (00:10 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 15 Jun 2005 00:10:05 +0000 (00:10 +0000)
PR libgcj/21943
* src/mips/n32.S: Enforce PIC code.
* src/mips/o32.S: Likewise.

From-SVN: r100961

libffi/ChangeLog
libffi/src/mips/n32.S
libffi/src/mips/o32.S

index 5220826b722d169cb2fa7f306c749bb572f943ce..3b1afef3ee4bc59565e2a390cb6d2fbfea75b201 100644 (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.
index 767fa52bd5cfe827f7cc9b4f6735af8f46532d93..358cfd7e409b4da6b2cadf62a4cf05d93dffa31f 100644 (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
index 75261b9b88fcd5fcc2a45e74d55c4af8798dbe02..bd9a33b7b7e39e4a9f3b0c888253c381f30ebe75 100644 (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
This page took 0.061917 seconds and 5 git commands to generate.