x86: Align the stack to 16-bytes before making the call (original) (raw)
Headers
Return-Path: gcc-patches-return-267549-incoming=patchwork.ozlabs.org@gcc.gnu.org X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id D3194B6F0C for incoming@patchwork.ozlabs.org; Thu, 8 Jul 2010 01:59:06 +1000 (EST) Received: (qmail 29045 invoked by alias); 7 Jul 2010 15:59:03 -0000 Received: (qmail 29035 invoked by uid 22791); 7 Jul 2010 15:59:02 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, TW_BF, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Jul 2010 15:58:58 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o67FwulO019134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 7 Jul 2010 11:58:56 -0400 Received: from zebedee.pink (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o67FwtEg028671; Wed, 7 Jul 2010 11:58:55 -0400 Message-ID: 4C34A43E.2020207@redhat.com Date: Wed, 07 Jul 2010 16:58:54 +0100 From: Andrew Haley aph@redhat.com User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0 MIME-Version: 1.0 To: GCC Patches gcc-patches@gcc.gnu.org, libffi-discuss@sourceware.org Subject: [PATCH] x86: Align the stack to 16-bytes before making the call Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: <gcc-patches.gcc.gnu.org> List-Unsubscribe: mailto:gcc-patches-unsubscribe-incoming=patchwork.ozlabs.org@gcc.gnu.org List-Archive: http://gcc.gnu.org/ml/gcc-patches/ List-Post: mailto:gcc-patches@gcc.gnu.org List-Help: mailto:gcc-patches-help@gcc.gnu.org Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org