]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libffi/ChangeLog
PR d/90059
[thirdparty/gcc.git] / libffi / ChangeLog
index a0ed590c8a5a3ce24b6e3ac921fe6946545ac384..0f1d8172f7457fa8baee0d57fac6913ae4be7b4a 100644 (file)
@@ -1,3 +1,81 @@
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       PR bootstrap/82856
+       * Makefile.am: Include multilib.am.
+       (AUTOMAKE_OPTIONS): Add info-in-builddir.
+       (CLEANFILES): Remove doc/libffi.info.
+       * configure.ac: Remove AC_PREREQ.
+       * Makefile.in, aclocal.m4, configure, fficonfig.h.in,
+       include/Makefile.in, man/Makefile.in, testsuite/Makefile.in:
+       Regenerate.
+
+2018-08-15  Andreas Schwab  <schwab@suse.de>
+
+       Backport of RISC-V support for libffi go closures
+       * src/riscv/ffi.c (ffi_call_go, ffi_prep_go_closure): New
+       functions.
+       (ffi_call_int): Renamed from ffi_call.
+       (ffi_call_asm, ffi_closure_inner): Adjust interface.
+       * src/riscv/ffitarget.h (FFI_GO_CLOSURES): Define.
+       * src/riscv/sysv.S (ffi_go_closure_asm): New function.
+       (ffi_closure_asm, ffi_call_asm): Update for adjusted interfaces.
+
+2018-05-08  Andreas Schwab  <schwab@suse.de>
+
+       Backport of RISC-V support for libffi
+       * configure.host: Add RISC-V support.
+       * Makefile.am: Likewise.
+       * Makefile.in: Regenerate.
+       * src/riscv/ffi.c, src/riscv/ffitarget.h, src/riscv/sysv.S: New
+       files.
+
+2018-05-04  Alan Modra  <amodra@gmail.com>
+
+       Import from upstream
+       * src/powerpc/ffi_linux64.c (discover_homogeneous_aggregate):
+       Compile for ELFv1 too, handling single element aggregates.
+       (ffi_prep_cif_linux64_core): Call discover_homogeneous_aggregate
+       for ELFv1.  Set FLAG_RETURNS_64BITS for FFI_TYPE_POINTER return.
+       (ffi_prep_args64): Call discover_homogeneous_aggregate for ELFv1,
+       and handle single element structs containing float or double
+       as if the element wasn't wrapped in a struct.  Store floats in
+       second word of doubleword slot when big-endian.
+       (ffi_closure_helper_LINUX64): Similarly.
+
+2018-04-18  David Malcolm  <dmalcolm@redhat.com>
+
+       PR jit/85384
+       * configure: Regenerate.
+
+2017-08-31  Tony Reix  <tony.reix@atos.net>
+
+       * src/powerpc/aix.S (ffi_call_AIX): Add debugging pseudo-op and
+       labels for EH.
+       (ffi_call_go_AIX): New function.
+       (_GLOBAL__F_libffi_src_powerpc_aix): New EH frame.
+       * src/powerpc/aix_closure.S (ffi_closure_ASM): Add debugging
+       pseudo-op and labels for EH.
+       (ffi_go_closure_ASM): New function.
+       (_GLOBAL__F_libffi_src_powerpc_aix_closure): New EH frame.
+       * src/powrpc/ffi_darwin.c (ffi_call_go): New function.
+       (ffi_prep_go_closure): New function.
+       (ffi_closure_helper_common): Rename from ffi_closure_helper_DARWIN.
+       (ffi_closure_helper_DARWIN): Call ffi_closure_helper_common.
+       (ffi_go_closure_helper_DARWIN): Call ffi_closure_helper_common.
+       * src/powerpc/ffitarget.h (FFI_GO_CLOSURES): Define.
+
+2017-01-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/79046
+       * configure.ac: Add GCC_BASE_VER.
+       * include/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
+       of cat to get version from BASE-VER file.
+       * configure: Regenerated.
+       * testsuite/Makefile.in: Regenerated.
+       * include/Makefile.in: Regenerated.
+       * Makefile.in: Regenerated.
+       * man/Makefile.in: Regenerated.
+
 2016-11-15  Matthias Klose  <doko@ubuntu.com>
 
        * configure: Regenerate.
        * 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.
        * 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.