aboutsummaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorTony Reix <tony.reix@atos.net>2017-10-03 18:26:31 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2017-10-03 14:26:31 -0400
commitfbdc37805a6241c01991e37065187238934cee71 (patch)
treefb0f6e252f5062e33fdeb2f8718deb2972a732a4 /libffi/ChangeLog
parent11e3d45c7e8cbf1632f1c354ed8318034aa5b0d8 (diff)
downloadgcc-fbdc37805a6241c01991e37065187238934cee71.zip
gcc-fbdc37805a6241c01991e37065187238934cee71.tar.gz
gcc-fbdc37805a6241c01991e37065187238934cee71.tar.bz2
Import from libffi master repository.
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. From-SVN: r253386
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index e73b93b..f7de950 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,20 @@
+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