From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27507 invoked by alias); 13 Dec 2004 17:39:31 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26942 invoked from network); 13 Dec 2004 17:39:03 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sourceware.org with SMTP; 13 Dec 2004 17:39:03 -0000 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.12.10/8.12.10) with ESMTP id iBDHYJmb011032; Mon, 13 Dec 2004 17:34:19 GMT Received: from pc960.cambridge.arm.com (localhost.localdomain [127.0.0.1]) by pc960.cambridge.arm.com (8.12.8/8.12.8) with ESMTP id iBDHZCrg007238; Mon, 13 Dec 2004 17:35:12 GMT Received: (from rearnsha@localhost) by pc960.cambridge.arm.com (8.12.8/8.12.8/Submit) id iBDHZCX1007231; Mon, 13 Dec 2004 17:35:12 GMT X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha set sender to rearnsha@gcc.gnu.org using -f Subject: Re: [patch] Arm EABI support From: Richard Earnshaw To: Paul Brook Cc: gdb-patches@sources.redhat.com, Daniel Jacobowitz In-Reply-To: <200412131511.28167.paul@codesourcery.com> References: <200412131511.28167.paul@codesourcery.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: GNU Message-Id: <1102959312.27716.39.camel@pc960.cambridge.arm.com> Mime-Version: 1.0 Date: Mon, 13 Dec 2004 18:25:00 -0000 X-SW-Source: 2004-12/txt/msg00361.txt.bz2 One more comment: + /* The new EABI says all aggregates not larger than a word are returned + in a register. */ Please try to avoid temporal-relative references like 'new'. What's new today is standard tomorrow and old next week (well, it is when something newer comes along :-). R.