From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21989 invoked by alias); 26 Apr 2012 00:50:53 -0000 Received: (qmail 21980 invoked by uid 22791); 26 Apr 2012 00:50:53 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_VF,T_RP_MATCHES_RCVD 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; Thu, 26 Apr 2012 00:50:22 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3Q0o8vY022289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 25 Apr 2012 20:50:09 -0400 Received: from psique (ovpn-112-42.phx2.redhat.com [10.3.112.42]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3Q0o2WK028573; Wed, 25 Apr 2012 20:50:04 -0400 From: Sergio Durigan Junior To: Jonathan Larmour Cc: gdb-patches@sourceware.org, Ilija Kocho , Terry Guo , Pedro Alves Subject: Re: [patch] Add support for VFP d16 layout for Cortex-M4 References: <4F902B4E.9070704@eCosCentric.com> X-URL: http://www.redhat.com Date: Thu, 26 Apr 2012 07:35:00 -0000 In-Reply-To: <4F902B4E.9070704@eCosCentric.com> (Jonathan Larmour's message of "Thu, 19 Apr 2012 16:12:14 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2012-04/txt/msg00896.txt.bz2 Hello Jonathan, On Thursday, April 19 2012, Jonathan Larmour wrote: > Index: features/arm-with-m-vfp-d16.c > =================================================================== > RCS file: features/arm-with-m-vfp-d16.c > diff -N features/arm-with-m-vfp-d16.c > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ features/arm-with-m-vfp-d16.c 19 Apr 2012 14:19:39 -0000 > @@ -0,0 +1,54 @@ > +/* THIS FILE IS GENERATED. Original: arm-with-m-vfp-d16.xml */ > + > +#include "defs.h" > +#include "osabi.h" > +#include "target-descriptions.h" > + > +struct target_desc *tdesc_arm_with_m_vfp_d16; > +static void > +initialize_tdesc_arm_with_m_vfp_d16 (void) > +{ > + struct target_desc *result = allocate_target_description (); > + struct tdesc_feature *feature; > + struct tdesc_type *field_type, *type; I have recently (a.k.a. today) modified the code that generates these `features' .c files. Could you please regenerate it when/if you repost the patch? Thanks. -- Sergio