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]Clean up the XML files for ARM


> -----Original Message-----
> From: Pedro Alves [mailto:palves@redhat.com]
> Sent: Friday, June 20, 2014 7:22 PM
> To: Terry Guo
> Cc: lgustavo@codesourcery.com; gdb-patches@sourceware.org; 'Will
> Newton'
> Subject: Re: [Patch]Clean up the XML files for ARM
> 
> On 06/20/2014 11:21 AM, Terry Guo wrote:
> > diff --git a/gdb/features/arm-with-m.c b/gdb/features/arm/with-m.c
> > similarity index 100%
> > rename from gdb/features/arm-with-m.c
> > rename to gdb/features/arm/with-m.c
> 
> See arm-with-m.c:
> 
> /* THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi:set ro:
>   Original: arm-with-m.xml */
> 
> That's now stale.  Please regenerate the files (with features/Makefile),
> which also serves to make sure we can still regenerate them without
> error.
> 
> --
> Pedro Alves
> 

Thank you Pedro. I updated the patch per your comments.

BR,
Terry

2014-06-22  Terry Guo  <terry.guo@arm.com>

     * features/arm-core.xml: Move to ...
     * features/arm/arm-core.xml: ... here.
     * features/arm-fpa.xml: Move to ...
     * features/arm/arm-fpa.xml: ... here.
     * features/arm-m-profile.xml: Move to ...
     * features/arm/arm-m-profile.xml: ... here.
     * features/arm-vfpv2.xml: Move to ...
     * features/arm/arm-vfpv2.xml: ... here.
     * features/arm-vfpv3.xml: Move to ...
     * features/arm/arm-vfpv3.xml: ... here.
     * features/arm-with-iwmmxt.xml: Move to ...
     * features/arm/arm-with-iwmmxt.xml: ... here.
     * features/arm-with-iwmmxt.c: Move to ...
     * features/arm/arm-with-iwmmxt.c: ... here and regenerated.
     * features/arm-with-m.xml: Move to ...
     * features/arm/arm-with-m.xml: ... here.
     * features/arm-with-m.c: Move to ...
     * features/arm/arm-with-m.c: ... here and regenerated.
     * features/arm-with-m-fpa-layout.xml: Move to ...
     * features/arm/arm-with-m-fpa-layout.xml: ... here.
     * features/arm-with-m-fpa-layout.c: Move to ...
     * features/arm/arm-with-m-fpa-layout.c: ... here and regenerated.
     * features/arm-with-m-vfp-d16.xml: Move to ...
     * features/arm/arm-with-m-vfp-d16.xml: ... here.
     * features/arm-with-m-vfp-d16.c: Move to ...
     * features/arm/arm-with-m-vfp-d16.c: ... here and regenerated.
     * features/arm-with-neon.xml: Move to ...
     * features/arm/arm-with-neon.xml: ... here.
     * features/arm-with-neon.c: Move to ...
     * features/arm/arm-with-neon.c: ... here and regenerated.
     * features/arm-with-vfpv2.xml: Move to ...
     * features/arm/arm-with-vfpv2.xml: ... here.
     * features/arm-with-vfpv2.c: Move to ...
     * features/arm/arm-with-vfpv2.c: ... here and regenerated.
     * features/arm-with-vfpv3.xml: Move to ...
     * features/arm/arm-with-vfpv3.xml: ... here.
     * features/arm-with-vfpv3.c: Move to ...
     * features/arm/arm-with-vfpv3.c: ... here and regenerated.
     * features/Makefile: Use new paths to refer ARM files.
     * arm-tdep.c: Use new paths to include files.
     (arm_register_g_packet_guesses): Updated with new tdesc names.
     (_initialize_arm_tdep): Updated with new tdesc initialization function names.

gdb/testsuite/ChangeLog:

2014-06-22  Terry Guo  <terry.guo@arm.com>

     * gdb.xml/tdesc-regs.exp: Set regdir for arm targets.

gdb/gdbserver/ChangeLog:

2014-06-22  Terry Guo  <terry.guo@arm.com>

     * configure.srv: Use new paths to refer ARM XML files.

Attachment: gdb-clean-xml-for-arm-v4.txt
Description: Text document


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