From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30394 invoked by alias); 20 Apr 2007 14:21:03 -0000 Received: (qmail 30383 invoked by uid 22791); 20 Apr 2007 14:21:03 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 20 Apr 2007 15:20:58 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 803F64B26F for ; Fri, 20 Apr 2007 09:20:57 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 658114B26D for ; Fri, 20 Apr 2007 09:20:57 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1Hetyq-0001td-MJ for gdb@sourceware.org; Fri, 20 Apr 2007 10:20:56 -0400 Date: Fri, 20 Apr 2007 14:21:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: PowerPC non-"sysv" Message-ID: <20070420142056.GA6945@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00123.txt.bz2 Right now, we have two different supported ABIs to call functions on PowerPC. Which to use is determined by: sysv_abi = info.abfd && bfd_get_flavour (info.abfd) == bfd_target_elf_flavour; What do we still support that this applies to, besides AIX? I'm planning to implement a "set powerpc abi" command, like the equivalent ARM one; it will default to auto, which will make the same choice it does now, but I'm not sure what to call the options. -- Daniel Jacobowitz CodeSourcery