aboutsummaryrefslogtreecommitdiff
path: root/libffi/src/powerpc
AgeCommit message (Expand)AuthorFilesLines
2005-09-26float1.c (value_type): New typedef.Tom Tromey2-1/+12
2005-08-25re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra1-2/+4
2005-08-11configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek2-16/+11
2005-08-09ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D...Jakub Jelinek2-4/+4
2005-07-19Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.Andreas Tobler4-29/+168
2005-06-01ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET to call ffi_closure_he...Alan Modra2-2/+2
2005-03-24darwin.S: Update for -m64 multilib.Mike Stump2-20/+43
2005-02-23re PR libffi/20104 (gij fails on ppc and not on x86)Andrew Haley1-3/+7
2004-09-05darwin.S: Fix comments and identation.Andreas Tobler2-49/+49
2004-09-02ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler3-22/+101
2004-09-02004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler9-268/+260
2004-06-30ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating1-5/+5
2004-04-27Patch 14922Matt Austern2-2/+10
2004-03-12Enabled linkonce support for Darwin.Matt Austern2-11/+13
2004-02-26ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai1-7/+9
2004-02-09ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra1-2/+19
2004-02-08ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra3-82/+97
2003-10-21commit missing adds.Andreas Tobler1-0/+91
2003-10-21[multiple changes]Andreas Tobler7-0/+7
2003-10-20ffi_darwin.c (ffi_prep_args): Declare bytes again.Andreas Tobler1-0/+1
2003-09-18aix.S: Cleanup whitespaces.David Edelsohn2-23/+22
2003-09-18darwin.S: Cleanup whitespaces, comment formatting.Andreas Tobler3-224/+219
2003-09-18types.c (double): Add AIX and Darwin to the right TYPEDEF.Andreas Tobler3-183/+167
2003-09-12prep_cif.c (initialize_aggregate): Include tail padding in structure size.Alan Modra1-1/+1
2003-09-11types.c (double, longdouble): Merge identical SH and ARM typedefs, and add PO...Alan Modra2-7/+7
2003-09-092003-09-09 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler1-2/+14
2003-08-02ffi.c (ffi_prep_args64): Modify for changed gcc structure passing.Alan Modra3-95/+71
2003-06-19ppc_closure.S: Include ffi.h.Franz Sirl1-0/+1
2003-05-17configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section should be re...Jakub Jelinek4-28/+61
2003-04-18configure.in (powerpc64*-*-linux*): Remove.Jakub Jelinek5-98/+906
2003-03-10Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler1-91/+158
2003-02-07darwin_closure.S: Fix alignement bug, allocate 8 bytes for the result.Andreas Tobler3-64/+68
2003-01-29ppc_closure.S: Recode to fit shared libs.Franz Sirl1-73/+121
2003-01-22darwin.S (_ffi_call_AIX): Add Augmentation size to unwind info.Andrew Haley1-0/+1
2003-01-21darwin.S: Add unwind info.Andreas Tobler2-25/+131
2003-01-14[multiple changes]Tom Tromey1-16/+21
2003-01-10ffi_darwin.c: Remove RCS version string.Geoffrey Keating2-4/+0
2002-05-13ffi_darwin.c (ffi_prep_closure): Declare fd at beginning of function (for old...Andreas Tobler1-2/+3
2002-03-07Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.Andreas Tobler3-1/+768
2002-02-21ffi_darwin.c (ffi_prep_args): Skip appropriate number of GPRs for floating-po...Andreas Tobler1-6/+14
2002-01-18- Symmetrically define ffi_call_DARWIN for AIX.David Edelsohn1-0/+15
2002-01-18- Provide a null definition of _ffi_call_AIX so that Darwin link won't fail.David Edelsohn1-4/+10
2002-01-17Makefile.am (EXTRA_DIST): Add Darwin and AIX files.David Edelsohn2-14/+237
2001-10-09Implement Darwin PowerPC ABI.John Hornkvist2-0/+515
2001-06-03osf.S: Add unwind info.Andrew Haley2-3/+90
2001-03-24ppc_closure.S: New file.Kevin B Hendricks2-0/+405
1999-08-08Initial revisionAnthony Green3-0/+670