From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29669 invoked by alias); 11 Aug 2004 22:32:38 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29633 invoked from network); 11 Aug 2004 22:32:34 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sourceware.org with SMTP; 11 Aug 2004 22:32:34 -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 i7BMWTLI029455; Wed, 11 Aug 2004 23:32:29 +0100 (BST) 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 i7BMWXvv030475; Wed, 11 Aug 2004 23:32:33 +0100 Received: (from rearnsha@localhost) by pc960.cambridge.arm.com (8.12.8/8.12.8/Submit) id i7BMWWWx030473; Wed, 11 Aug 2004 23:32:32 +0100 X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha set sender to rearnsha@gcc.gnu.org using -f Subject: Re: internal-error: arm_elf_osabi_sniffer From: Richard Earnshaw To: Nagender Telkar Cc: gdb@sources.redhat.com In-Reply-To: <3e59910004081115196e9416f8@mail.gmail.com> References: <007701c47f75$31e13340$5100a8c0@monika> <3e599100040811134529fd87e3@mail.gmail.com> <1092260592.28853.660.camel@pc960.cambridge.arm.com> <3e59910004081114504fd0740e@mail.gmail.com> <1092261252.28853.674.camel@pc960.cambridge.arm.com> <3e59910004081115196e9416f8@mail.gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: GNU Message-Id: <1092263552.28853.716.camel@pc960.cambridge.arm.com> Mime-Version: 1.0 Date: Wed, 11 Aug 2004 22:32:00 -0000 X-SW-Source: 2004-08/txt/msg00188.txt.bz2 On Wed, 2004-08-11 at 23:19, Nagender Telkar wrote: > Where can I get more information about what ABI stuff is all about, > and why was the ADS1.2 compiled code working with the gdb and RVCT > compiled code not. > http://www.arm.com/products/DevTools/ABI.html Describes the AAPCS implemented by RVCT. Other documents on the Net describe the ATPCS as implemented by ADS1.2 R.