gcc/libffi/src
Andrew Haley cb642590f3 [multiple changes]
2007-09-04    <aph@redhat.com>

	* src/arm/sysv.S (UNWIND): New.
	(Whole file): Conditionally compile unwinder directives.
	* src/arm/sysv.S: Add unwinder directives.

	* src/arm/ffi.c (ffi_prep_args): Align structs by at least 4 bytes.
	Only treat r0 as a struct address if we're actually returning a
	struct by address.
	Only copy the bytes that are actually within a struct.
	(ffi_prep_cif_machdep): A Composite Type not larger than 4 bytes
	is returned in r0, not passed by address.
	(ffi_call): Allocate a word-sized temporary for the case where
	a composite is returned in r0.
	(ffi_prep_incoming_args_SYSV): Align as necessary.

2007-08-05  Steven Newbury  <s_j_newbury@yahoo.co.uk>

	* src/arm/ffi.c (FFI_INIT_TRAMPOLINE): Use __clear_cache instead of 
	directly using the sys_cacheflush syscall.

2007-07-27  Andrew Haley  <aph@redhat.com>

	* src/arm/sysv.S (ffi_closure_SYSV): Add soft-float.

From-SVN: r128093
2007-09-04 17:52:45 +00:00
..
alpha
arm [multiple changes] 2007-09-04 17:52:45 +00:00
cris
frv Makefile.am (EXTRA_DIST): Bring up to date. 2007-04-13 07:21:04 +00:00
ia64
m32r
m68k ffi.c (ffi_prep_incoming_args_SYSV, [...]): New, add closure support. 2007-05-10 21:29:04 +00:00
mips re PR libffi/28313 (libffi has not been ported to mips64-linux-gnu) 2007-08-10 15:35:55 +00:00
pa
powerpc
s390
sh
sh64
sparc
x86 sysv.S (ffi_closure_raw_SYSV): Fix typo in previous checkin. 2007-08-07 12:52:47 +00:00
closures.c
debug.c
dlmalloc.c
java_raw_api.c
prep_cif.c
raw_api.c
types.c