From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30714 invoked by alias); 23 Sep 2005 05:20:24 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 30648 invoked by uid 22791); 23 Sep 2005 05:20:04 -0000 Received: from az33egw02.freescale.net (HELO az33egw02.freescale.net) (192.88.158.103) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 23 Sep 2005 05:20:04 +0000 Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by az33egw02.freescale.net (8.12.11/az33egw02) with ESMTP id j8N5Rgem023138; Thu, 22 Sep 2005 22:27:42 -0700 (MST) Received: from [192.168.123.100] ([10.214.72.22]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id j8N5OS7c004778; Fri, 23 Sep 2005 00:24:29 -0500 (CDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1F5CED38-D49B-421B-A530-6892148EEF5C@freescale.com> Cc: , , , , "Roland McGrath" Content-Transfer-Encoding: 7bit From: Kumar Gala Subject: Re: [RFC] Additional targets for powerpc Date: Fri, 23 Sep 2005 15:29:00 -0000 To: Steve Munroe X-SW-Source: 2005-09/txt/msg00270.txt.bz2 Steve, Let's make sure not to over look the embedded and 32-bit processors. There are a number of variants here that include some user ISA extensions that you did not mention: 4xx MAC Book-E isel e500 embedded fp e500 SPE Are ones that come of the top of my head. Additionally, I would say that Freescale has at least six different powerpc micro-architectures that it ships today: 8xx, 603, 7400, 745x, e500, e200, (e700 in design) Also, we have optimized some libc functions for 745x that take advantage of altivec and e500 that take advantage of SPE. Anyways my point is lets make sure that any discussion includes ALL of powerpc, not just the ones shipping from IBM :) - kumar