From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1983 invoked by alias); 11 Jan 2007 21:31:14 -0000 Received: (qmail 1975 invoked by uid 22791); 11 Jan 2007 21:31:14 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Jan 2007 21:31:09 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8) with ESMTP id l0BLUxQH029353; Thu, 11 Jan 2007 22:30:59 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id l0BLUxdQ022534; Thu, 11 Jan 2007 22:30:59 +0100 (CET) Date: Thu, 11 Jan 2007 21:31:00 -0000 Message-Id: <200701112130.l0BLUxdQ022534@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: eager@eagercon.com CC: gdb@sources.redhat.com In-reply-to: <45A6A23F.3000605@eagercon.com> (message from Michael Eager on Thu, 11 Jan 2007 12:46:55 -0800) Subject: Re: Identifying PowerPC architecture References: <45A6A23F.3000605@eagercon.com> 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-01/txt/msg00197.txt.bz2 > Date: Thu, 11 Jan 2007 12:46:55 -0800 > From: Michael Eager > > I'm looking at how gdb decides which arch/mach it is > working with for PowerPC. It looks like it always picks up > rs6000:6000 as processor type. For what it is worth, I get powerpc:common for OpenBSD. Probably because of the fact that the OpenBSD OS/ABI support is registered with: gdbarch_register_osabi (bfd_arch_powerpc, 0, GDB_OSABI_OPENBSD_ELF, ppcobsd_init_abi); Mark