diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 15:54:28 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 15:54:28 +0000 |
commit | 967ae8fb4f3b870e3f0eac73dd6ddb68d62a356e (patch) | |
tree | 4358058cbc23b14ef6f68da5f957507281355c64 /libffi/ChangeLog | |
parent | 706b8ca63157e9e64e6184ea09bd7db03ccd727f (diff) | |
download | gcc-967ae8fb4f3b870e3f0eac73dd6ddb68d62a356e.tar.gz |
2003-01-28 Andrew Haley <aph@redhat.com>
* include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
* src/x86/ffi64.c (ffi_prep_closure): New.
(ffi_closure_UNIX64_inner): New.
* src/x86/unix64.S (ffi_closure_UNIX64): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61978 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index ebefffa6f5f..17ed41118d4 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,10 @@ +2003-01-28 Andrew Haley <aph@redhat.com> + + * include/ffi.h.in: Enable FFI_CLOSURES for x86_64. + * src/x86/ffi64.c (ffi_prep_closure): New. + (ffi_closure_UNIX64_inner): New. + * src/x86/unix64.S (ffi_closure_UNIX64): New. + 2003-01-27 Alexandre Oliva <aoliva@redhat.com> * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST. |