From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27216 invoked by alias); 21 Sep 2005 20:02:49 -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 27200 invoked by uid 22791); 21 Sep 2005 20:02:41 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 20:02:41 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id j8LK249H017595; Wed, 21 Sep 2005 22:02:04 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j8LK23If015599; Wed, 21 Sep 2005 22:02:03 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j8LK227e030207; Wed, 21 Sep 2005 22:02:02 +0200 (CEST) Date: Wed, 21 Sep 2005 20:02:00 -0000 Message-Id: <200509212002.j8LK227e030207@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: JBeulich@novell.com CC: drow@false.org, gdb-patches@sourceware.org, rth@twiddle.net In-reply-to: <432E8493.76F0.0078.0@novell.com> (JBeulich@novell.com) Subject: Re: [PATCH] x86 CFI extensions References: <432070850200007800024465@emea1-mh.id2.novell.com> <20050908154645.GN3966@smtp.west.cox.net> <43207BA30200007800024502@emea1-mh.id2.novell.com> <20050908161334.GP3966@smtp.west.cox.net> <43214D2D02000078000247B5@emea1-mh.id2.novell.com> <20050910055836.GA28662@twiddle.net> <4325448C0200007800024DF5@emea1-mh.id2.novell.com> <20050912074914.GA31047@twiddle.net> <432717DB.76F0.0078.0@novell.com> <20050917205939.GD8777@nevyn.them.org><20050917205939.GD8777@nevyn.them.org> (message from DanielJacobowitz on Sat, 17 Sep 2005 16:59:39 -0400) <200509172231.j8HMVimO002293@elgar.sibelius.xs4all.nl> <432E8493.76F0.0078.0@novell.com> X-SW-Source: 2005-09/txt/msg00190.txt.bz2 > Date: Mon, 19 Sep 2005 09:27:47 +0200 > From: "Jan Beulich" > > >>> Mark Kettenis 18.09.05 00:31:44 >>> > >> Date: Sat, 17 Sep 2005 16:59:39 -0400 > >> From: Daniel Jacobowitz > >> > >> > 2005-09-13 Jan Beulich > >> > > >> > * amd64-tdep.h (AMD64_FCTRL_REGNUM, AMD64_FSTAT_REGNUM, > >> > AMD64_MXCSR_REGNUM): New. > >> > * amd64-tdep.c (amd64_dwarf_regmap): Add eflags, selector regs, > >> > mxcsr, fp control and status words. > >> > * i386-tdep.c (): Add selector regs, mxcsr, fp control and > >> > status > >> > words. > >> > >> Mark, did you want to take a look at this? It seems fine to me. > > > >Sorry, slipped through. Thanks for reminding me Daniel! > > > >Jan, what's the status new DWARF register numbers? At least the > amd64 > >ones look very Linux-specific to me. They're not listed in the AMD64 > >ABI (at least not version 0.95), and AFAICT gcc won't produce them > >either. > > In addition to Daniel's reply: while gcc will probably never care about > them (and thus never produce them), the gas now can (patch went in last > week), and while initially this indeed is for Linux, any OS should want > them for describing exception and interrupt frames... > This is ok. However, I don't see your name listed in gdb/MAINTAINERS. Do you have a valid copyright assignment for GDB? Mark