From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25280 invoked by alias); 30 Jul 2002 17:47:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25207 invoked from network); 30 Jul 2002 17:47:00 -0000 Received: from unknown (HELO exchange.colubris.com) (206.162.167.230) by sources.redhat.com with SMTP; 30 Jul 2002 17:47:00 -0000 Received: from colubris.com ([192.168.30.124]) by exchange.colubris.com with Microsoft SMTPSVC(5.0.2195.3779); Tue, 30 Jul 2002 13:43:34 -0400 Message-ID: <3D46D0B9.7000309@colubris.com> Date: Tue, 30 Jul 2002 10:52:00 -0000 From: Martin Gadbois Organization: Colubris Networks Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner CC: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Cross target core debugging: host=i386, Target=PPC References: <3D45ACCC.9040803@colubris.com> <1020729215359.ZM11339@localhost.localdomain> <20020729164057.P3112@dr-evil.shagadelic.org> <20020729234439.GA666@nevyn.them.org> <20020730153200.GA619@nevyn.them.org> <1020730162739.ZM15174@localhost.localdomain> X-Enigmail-Version: 0.49.5.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jul 2002 17:43:34.0140 (UTC) FILETIME=[A05503C0:01C237F0] X-SW-Source: 2002-07/txt/msg00591.txt.bz2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kevin Buettner wrote: | On Jul 30, 11:32am, Daniel Jacobowitz wrote: | | |>+#define ELF_NGREG 48 /* includes nip, msr, lr, etc. */ |>+#define ELF_NFPREG 33 /* includes fpscr */ |>+#define ELF_NVRREG 33 /* includes vscr */ | | | I noticed that the above are never actually referenced anywhere. Can | we dispense with these defines? Or are there some hard coded | constants lurking somewhere that should actually be defined in terms | of one or more of the above? They are: + +#define ELF_NGREG 48 /* includes nip, msr, lr, etc. */ +#define ELF_NFPREG 33 /* includes fpscr */ +#define ELF_NVRREG 33 /* includes vscr */ + +typedef unsigned long elf_greg_t; +typedef elf_greg_t elf_gregset_t[ELF_NGREG]; + +typedef double elf_fpreg_t; +typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; + Only NVRREG is not referenced. It was copied as-is from ppc asm/elf.h. I don't think there's any other reference other than those above. - -- ============== Martin Gadbois S/W Developper Colubris Networks Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAj1G0LgACgkQ9Y3/iTTCEDlbCQCgskGKCiatmSGznovEtnwtXuAw wFMAoKzMzxtapAWssmcpgFj0mcngrWKJ =2tZ0 -----END PGP SIGNATURE-----