aboutsummaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-21 09:17:29 +0100
committerMartin Liska <mliska@suse.cz>2022-11-21 10:13:44 +0100
commit3d3b561fc3aaceb682ade756c3bb1ebb3f495231 (patch)
tree31d9f9ebdd38498177a0344393712956214ebb41 /libffi
parent061839c65de7d04589ced3a4e55ef391e7c66b71 (diff)
downloadgcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.zip
gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.gz
gcc-3d3b561fc3aaceb682ade756c3bb1ebb3f495231.tar.bz2
changelog: Fix extra space after tab.
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog56
1 files changed, 28 insertions, 28 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 7b864a0..a8f0797 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -672,7 +672,7 @@
* configure: Rebuild.
2012-10-30 James Greenhalgh <james.greenhalgh at arm.com>
- Marcus Shawcroft <marcus.shawcroft at arm.com>
+ Marcus Shawcroft <marcus.shawcroft at arm.com>
* README: Add details of aarch64 port.
* src/aarch64/ffi.c: New.
@@ -683,7 +683,7 @@
* Makefile.in, configure: Rebuilt.
2012-10-30 James Greenhalgh <james.greenhalgh at arm.com>
- Marcus Shawcroft <marcus.shawcroft at arm.com>
+ Marcus Shawcroft <marcus.shawcroft at arm.com>
* testsuite/lib/libffi.exp: Add support for aarch64.
* testsuite/libffi.call/cls_struct_va1.c: New.
@@ -1742,7 +1742,7 @@
* Makefile.in: Rebuilt.
2009-12-31 Anthony Green <green@redhat.com>
- Blake Chaffin.
+ Blake Chaffin.
* testsuite/libffi.call/huge_struct.c: New test case from Blake
Chaffin @ Apple.
@@ -2290,23 +2290,23 @@
compiler warnings.
2008-03-04 Anthony Green <green@redhat.com>
- Blake Chaffin
+ Blake Chaffin
hos@tamanegi.org
* testsuite/libffi.call/cls_align_longdouble_split2.c
- testsuite/libffi.call/cls_align_longdouble_split.c
- testsuite/libffi.call/cls_dbls_struct.c
- testsuite/libffi.call/cls_double_va.c
- testsuite/libffi.call/cls_longdouble.c
- testsuite/libffi.call/cls_longdouble_va.c
- testsuite/libffi.call/cls_pointer.c
- testsuite/libffi.call/cls_pointer_stack.c
- testsuite/libffi.call/err_bad_abi.c
- testsuite/libffi.call/err_bad_typedef.c
- testsuite/libffi.call/stret_large2.c
- testsuite/libffi.call/stret_large.c
- testsuite/libffi.call/stret_medium2.c
- testsuite/libffi.call/stret_medium.c: New tests from Apple.
+ testsuite/libffi.call/cls_align_longdouble_split.c
+ testsuite/libffi.call/cls_dbls_struct.c
+ testsuite/libffi.call/cls_double_va.c
+ testsuite/libffi.call/cls_longdouble.c
+ testsuite/libffi.call/cls_longdouble_va.c
+ testsuite/libffi.call/cls_pointer.c
+ testsuite/libffi.call/cls_pointer_stack.c
+ testsuite/libffi.call/err_bad_abi.c
+ testsuite/libffi.call/err_bad_typedef.c
+ testsuite/libffi.call/stret_large2.c
+ testsuite/libffi.call/stret_large.c
+ testsuite/libffi.call/stret_medium2.c
+ testsuite/libffi.call/stret_medium.c: New tests from Apple.
2009-06-05 Andrew Haley <aph@redhat.com>
@@ -2327,7 +2327,7 @@
2008-02-03 Timothy Wall <twall@users.sf.net>
* src/x86/ffi.c (FFI_INIT_TRAMPOLINE_STDCALL): Calculate jump return
- offset based on code pointer, not data pointer.
+ offset based on code pointer, not data pointer.
2008-01-31 Timothy Wall <twall@users.sf.net>
@@ -5087,12 +5087,12 @@
2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
* libffi/src/ffitest.c
- add closure testcases
+ add closure testcases
2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
* libffi/src/powerpc/ffi.c
- fix alignment bug for float (4 byte aligned iso 8 byte)
+ fix alignment bug for float (4 byte aligned iso 8 byte)
2003-01-09 Geoffrey Keating <geoffk@apple.com>
@@ -5110,17 +5110,17 @@
2002-11-10 Ranjit Mathew <rmathew@hotmail.com>
* include/ffi.h.in: Added FFI_STDCALL ffi_type
- enumeration for X86_WIN32.
+ enumeration for X86_WIN32.
* src/x86/win32.S: Added ffi_call_STDCALL function
- definition.
+ definition.
* src/x86/ffi.c (ffi_call/ffi_raw_call): Added
- switch cases for recognising FFI_STDCALL and
- calling ffi_call_STDCALL if target is X86_WIN32.
+ switch cases for recognising FFI_STDCALL and
+ calling ffi_call_STDCALL if target is X86_WIN32.
* src/ffitest.c (my_stdcall_strlen/stdcall_many):
- stdcall versions of the "my_strlen" and "many"
- test functions (for X86_WIN32).
- Added test cases to test stdcall invocation using
- these functions.
+ stdcall versions of the "my_strlen" and "many"
+ test functions (for X86_WIN32).
+ Added test cases to test stdcall invocation using
+ these functions.
2002-12-02 Kaz Kojima <kkojima@gcc.gnu.org>