From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6068 invoked by alias); 30 Jan 2010 19:26:40 -0000 Received: (qmail 6060 invoked by uid 22791); 30 Jan 2010 19:26:39 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 30 Jan 2010 19:26:32 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o0UJPkwg026089; Sat, 30 Jan 2010 20:25:46 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o0UJPi7B007789; Sat, 30 Jan 2010 20:25:44 +0100 (CET) Date: Sat, 30 Jan 2010 19:26:00 -0000 Message-Id: <201001301925.o0UJPi7B007789@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <1264398132-1429-1-git-send-email-brobecker@adacore.com> (message from Joel Brobecker on Mon, 25 Jan 2010 09:42:09 +0400) Subject: Re: [amd64-windows] Fix function calls on amd64-windows References: <1264398132-1429-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00660.txt.bz2 > From: Joel Brobecker > Date: Mon, 25 Jan 2010 09:42:09 +0400 > > Hello, > > The following patch series enhances the amd64 function-call and > return-value code to handle the Microsoft ABI for amd64-windows. > As it turned out, the principles where relatively similar to > the ABI used on Linux systems, but the details where quite significantly > different (list of integer registers, parameters passed by memory, > etc). > > These patches were tested on x86_64-linux using the official testsuite, > as well as on x86_64-windows, but using AdaCore's testsuite. > > I'd like to commit in a few days if there are no objection. I'd like to have a chance to review these diffs before you do. I just returned home from a trip to .au, so it may take a few days before I recover from the jetlag and the pile of email that was waiting for me.