From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23441 invoked by alias); 15 Oct 2007 19:26:08 -0000 Received: (qmail 23430 invoked by uid 22791); 15 Oct 2007 19:26:03 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Oct 2007 19:25:51 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7524698336 for ; Mon, 15 Oct 2007 19:25:49 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id EE3E99810B for ; Mon, 15 Oct 2007 19:25:48 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IhVZT-0001gx-Ur for gdb-patches@sourceware.org; Mon, 15 Oct 2007 15:25:47 -0400 Date: Mon, 15 Oct 2007 19:47:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [rfc] XML files for PowerPC tdescs Message-ID: <20071015192547.GB5717@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20071005163854.GB26041@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071005163854.GB26041@caradoc.them.org> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00405.txt.bz2 On Fri, Oct 05, 2007 at 12:38:54PM -0400, Daniel Jacobowitz wrote: > 2007-10-05 Daniel Jacobowitz > > * features/rs6000/power-altivec.xml, features/rs6000/power-core.xml, > features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml, > features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New > feature descriptions for standard PowerPC register sets. > > * features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml, > features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml, > features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml, > features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml, > features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml, > features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml, > features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New > target descriptions for PowerPC processors. Here's the version I'm about to check in, with corrections. -- Daniel Jacobowitz CodeSourcery 2007-10-05 Daniel Jacobowitz * features/rs6000/power-altivec.xml, features/rs6000/power-core.xml, features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml, features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New feature descriptions for standard PowerPC register sets. * features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml, features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml, features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml, features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml, features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml, features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml, features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New target descriptions for PowerPC processors. --- gdb/features/rs6000/power-altivec.xml | 57 +++++++++++++++++++ gdb/features/rs6000/power-core.xml | 49 ++++++++++++++++ gdb/features/rs6000/power-fpu.xml | 44 +++++++++++++++ gdb/features/rs6000/power-oea.xml | 62 +++++++++++++++++++++ gdb/features/rs6000/power-spe.xml | 45 +++++++++++++++ gdb/features/rs6000/power64-core.xml | 49 ++++++++++++++++ gdb/features/rs6000/powerpc-32.xml | 17 +++++ gdb/features/rs6000/powerpc-403.xml | 40 +++++++++++++ gdb/features/rs6000/powerpc-403gc.xml | 46 +++++++++++++++ gdb/features/rs6000/powerpc-505.xml | 19 ++++++ gdb/features/rs6000/powerpc-601.xml | 69 +++++++++++++++++++++++ gdb/features/rs6000/powerpc-602.xml | 26 ++++++++ gdb/features/rs6000/powerpc-603.xml | 28 +++++++++ gdb/features/rs6000/powerpc-604.xml | 28 +++++++++ gdb/features/rs6000/powerpc-64.xml | 17 +++++ gdb/features/rs6000/powerpc-7400.xml | 14 ++++ gdb/features/rs6000/powerpc-750.xml | 41 ++++++++++++++ gdb/features/rs6000/powerpc-860.xml | 65 ++++++++++++++++++++++ gdb/features/rs6000/powerpc-e500.xml | 13 ++++ gdb/features/rs6000/rs6000.xml | 99 ++++++++++++++++++++++++++++++++++ 20 files changed, 828 insertions(+) Index: src/gdb/features/rs6000/power-altivec.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/power-altivec.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/power-core.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/power-core.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/power-fpu.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/power-fpu.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/power-oea.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/power-oea.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/power-spe.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/power-spe.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/power64-core.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/power64-core.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-32.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-32.xml 2007-10-06 12:17:16.000000000 -0400 @@ -0,0 +1,17 @@ + + + + + + + + powerpc:common + + + + Index: src/gdb/features/rs6000/powerpc-403.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-403.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-403gc.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-403gc.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-505.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-505.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-601.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-601.xml 2007-10-06 14:07:12.000000000 -0400 @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-602.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-602.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-603.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-603.xml 2007-10-06 12:19:18.000000000 -0400 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-604.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-604.xml 2007-10-06 12:19:35.000000000 -0400 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-64.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-64.xml 2007-10-06 12:17:44.000000000 -0400 @@ -0,0 +1,17 @@ + + + + + + + + powerpc:common64 + + + + Index: src/gdb/features/rs6000/powerpc-7400.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-7400.xml 2007-10-06 14:06:32.000000000 -0400 @@ -0,0 +1,14 @@ + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-750.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-750.xml 2007-10-06 12:19:48.000000000 -0400 @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-860.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-860.xml 2007-10-06 12:18:48.000000000 -0400 @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/gdb/features/rs6000/powerpc-e500.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/powerpc-e500.xml 2007-10-05 11:34:10.000000000 -0400 @@ -0,0 +1,13 @@ + + + + + + powerpc:e500 + + + Index: src/gdb/features/rs6000/rs6000.xml =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/gdb/features/rs6000/rs6000.xml 2007-10-06 14:10:44.000000000 -0400 @@ -0,0 +1,99 @@ + + + + + + + + rs6000:6000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +