This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Add support for VFP d16 layout for Cortex-M4


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]