From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29260 invoked by alias); 9 Nov 2003 17:52:32 -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 29252 invoked from network); 9 Nov 2003 17:52:31 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sources.redhat.com with SMTP; 9 Nov 2003 17:52:31 -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 hA9HqMUs023420; Sun, 9 Nov 2003 17:52:22 GMT Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id hA9HqL203241; Sun, 9 Nov 2003 17:52:21 GMT Message-Id: <200311091752.hA9HqL203241@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: matthew green cc: gdb-patches@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: [PATCH] armeb-netbsdelf support In-reply-to: Your message of "Sun, 09 Nov 2003 18:56:34 +1100." <25138.1068364594@splode.eterna.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 Nov 2003 17:52:00 -0000 From: Richard Earnshaw X-SW-Source: 2003-11/txt/msg00172.txt.bz2 > > 2003-11-09 matthew green Convention is to use capitals in the contributors name. > > * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): New char array. > (arm_netbsd_init_abi_common): Use arm_nbsd_arm_be_breakpoint if > this target is big endian. > OK. R.