summaryrefslogtreecommitdiff
path: root/libffi/src/powerpc
Commit message (Expand)AuthorAgeFilesLines
* ffi.c (flush_icache): Fix left-over from previous patch.Alexandre Oliva2007-03-081-8/+5
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-072-22/+24
* linux64.S (ffi_call_LINUX64): Move restore of r2 immediately after bctrl inst...Jakub Jelinek2007-02-021-2/+5
* In gcc/: PR 23067Geoffrey Keating2006-11-011-5/+56
* README: Remove notice about 'Crazy Comments'.Andreas Tobler2006-04-222-55/+14
* ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra2006-03-245-163/+196
* sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek2006-01-182-36/+37
* ffi.c: Formatting.Alan Modra2005-12-031-257/+339
* float1.c (value_type): New typedef.Tom Tromey2005-09-262-1/+12
* re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra2005-08-251-2/+4
* configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek2005-08-112-16/+11
* ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D...Jakub Jelinek2005-08-092-4/+4
* Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.Andreas Tobler2005-07-194-29/+168
* ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET to call ffi_closure_he...Alan Modra2005-06-012-2/+2
* darwin.S: Update for -m64 multilib.Mike Stump2005-03-242-20/+43
* re PR libffi/20104 (gij fails on ppc and not on x86)Andrew Haley2005-02-231-3/+7
* darwin.S: Fix comments and identation.Andreas Tobler2004-09-052-49/+49
* ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler2004-09-023-22/+101
* 004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2004-09-029-268/+260
* ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating2004-06-301-5/+5
* Patch 14922Matt Austern2004-04-272-2/+10
* Enabled linkonce support for Darwin.Matt Austern2004-03-122-11/+13
* ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai2004-02-261-7/+9
* ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra2004-02-091-2/+19
* ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra2004-02-083-82/+97
* commit missing adds.Andreas Tobler2003-10-211-0/+91
* [multiple changes]Andreas Tobler2003-10-217-0/+7
* ffi_darwin.c (ffi_prep_args): Declare bytes again.Andreas Tobler2003-10-201-0/+1
* aix.S: Cleanup whitespaces.David Edelsohn2003-09-182-23/+22
* darwin.S: Cleanup whitespaces, comment formatting.Andreas Tobler2003-09-183-224/+219
* types.c (double): Add AIX and Darwin to the right TYPEDEF.Andreas Tobler2003-09-183-183/+167
* prep_cif.c (initialize_aggregate): Include tail padding in structure size.Alan Modra2003-09-121-1/+1
* types.c (double, longdouble): Merge identical SH and ARM typedefs, and add PO...Alan Modra2003-09-112-7/+7
* 2003-09-09 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2003-09-091-2/+14
* ffi.c (ffi_prep_args64): Modify for changed gcc structure passing.Alan Modra2003-08-023-95/+71
* ppc_closure.S: Include ffi.h.Franz Sirl2003-06-191-0/+1
* configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section should be re...Jakub Jelinek2003-05-174-28/+61
* configure.in (powerpc64*-*-linux*): Remove.Jakub Jelinek2003-04-185-98/+906
* Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2003-03-101-91/+158
* darwin_closure.S: Fix alignement bug, allocate 8 bytes for the result.Andreas Tobler2003-02-073-64/+68
* ppc_closure.S: Recode to fit shared libs.Franz Sirl2003-01-291-73/+121
* darwin.S (_ffi_call_AIX): Add Augmentation size to unwind info.Andrew Haley2003-01-221-0/+1
* darwin.S: Add unwind info.Andreas Tobler2003-01-212-25/+131
* [multiple changes]Tom Tromey2003-01-141-16/+21
* ffi_darwin.c: Remove RCS version string.Geoffrey Keating2003-01-102-4/+0
* ffi_darwin.c (ffi_prep_closure): Declare fd at beginning of function (for old...Andreas Tobler2002-05-131-2/+3
* Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.Andreas Tobler2002-03-073-1/+768
* ffi_darwin.c (ffi_prep_args): Skip appropriate number of GPRs for floating-po...Andreas Tobler2002-02-211-6/+14
* - Symmetrically define ffi_call_DARWIN for AIX.David Edelsohn2002-01-181-0/+15
* - Provide a null definition of _ffi_call_AIX so that Darwin link won't fail.David Edelsohn2002-01-181-4/+10