From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11336 invoked by alias); 18 Dec 2014 21:33:40 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 11313 invoked by uid 89); 18 Dec 2014 21:33:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f54.google.com Received: from mail-qg0-f54.google.com (HELO mail-qg0-f54.google.com) (209.85.192.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 18 Dec 2014 21:33:36 +0000 Received: by mail-qg0-f54.google.com with SMTP id l89so1548123qgf.13 for ; Thu, 18 Dec 2014 13:33:34 -0800 (PST) X-Received: by 10.224.51.11 with SMTP id b11mr7812779qag.43.1418938414088; Thu, 18 Dec 2014 13:33:34 -0800 (PST) Received: from pike.twiddle.home.com (187-254-17-144-cable.cybercable.net.mx. [187.254.17.144]) by mx.google.com with ESMTPSA id f11sm1579590qga.42.2014.12.18.13.33.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 13:33:33 -0800 (PST) From: Richard Henderson To: libffi-discuss@sourceware.org Cc: Ulrich.Weigand@de.ibm.com, vogt@linux.vnet.ibm.com, krebbel@linux.vnet.ibm.com Subject: [PATCH 0/4] s390 improvements Date: Thu, 18 Dec 2014 21:33:00 -0000 Message-Id: <1418938403-15836-1-git-send-email-rth@twiddle.net> X-SW-Source: 2014/txt/msg00265.txt.bz2 This is relative to Dominik's patch from the 16th. The complete tree can be found at git://github.com/rth7680/libffi.git s390 Mostly relevant is patch 3, which converts the s390 port to the more modern arrangement where there's no callback into ffi_prep_args. If everyone's happy with this, I'll give Anthony the pull request. r~ Richard Henderson (4): s390: Kill trailing whitespace s390: Avoid aliasing warnings s390: Reorganize assembly s390: Use pc-relative insns in 31-bit mode configure.ac | 17 ++ src/s390/ffi.c | 310 +++++++++++++-------------- src/s390/internal.h | 11 + src/s390/sysv.S | 607 +++++++++++++++++++--------------------------------- 4 files changed, 403 insertions(+), 542 deletions(-) create mode 100644 src/s390/internal.h -- 2.1.0