From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20270 invoked by alias); 2 Feb 2010 11:04:00 -0000 Received: (qmail 20187 invoked by uid 22791); 2 Feb 2010 11:03:59 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_05,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Feb 2010 11:03:51 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o12B3lBF011419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Feb 2010 06:03:47 -0500 Received: from [10.36.5.184] (vpn1-5-184.ams2.redhat.com [10.36.5.184]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o12B3gmu018992; Tue, 2 Feb 2010 06:03:44 -0500 Message-ID: <4B68068E.5050806@redhat.com> Date: Tue, 02 Feb 2010 11:04:00 -0000 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1 MIME-Version: 1.0 To: "H.J. Lu" CC: GDB , Binutils Subject: Re: PATCH [1/n]: Support AVX core dump References: <6dc9ffc81002011830l20bd018aoae6971f633ed0a02@mail.gmail.com> <6dc9ffc81002012155j6f2ee40od330de7d0073c5ce@mail.gmail.com> In-Reply-To: <6dc9ffc81002012155j6f2ee40od330de7d0073c5ce@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-02/txt/msg00039.txt.bz2 Hi H.J. >> bfd/ >> 2010-01-27 H.J. Lu >> >> * elf-bfd.h (elfcore_write_xstatereg): New. >> >> * elf.c (elfcore_grok_xstatereg): New. >> (elfcore_write_xstatereg): Likewise. >> (elfcore_grok_note): Handle NT_X86_XSTATE. >> (elfcore_write_register_note): Handle .reg-xstate section. >> >> binutils/ >> 2010-01-27 H.J. Lu >> >> * readelf.c (get_note_type): Handle NT_X86_XSTATE. >> >> include/elf/ >> 2010-01-27 H.J. Lu >> >> * common.h (NT_386_XSTATE): New. Approved - please apply. Cheers Nick