This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [Patch]Clean up the XML files for ARM
- From: "Terry Guo" <terry dot guo at arm dot com>
- To: "'Will Newton'" <will dot newton at linaro dot org>
- Cc: <lgustavo at codesourcery dot com>, <gdb-patches at sourceware dot org>
- Date: Fri, 20 Jun 2014 11:05:09 +0800
- Subject: RE: [Patch]Clean up the XML files for ARM
- Authentication-results: sourceware.org; auth=none
- References: <000b01cf8540$dafa6d80$90ef4880$ at arm dot com> <CANu=Dmj+bns6TtgSULCBy-5_+iLGPgY0aXOPD0pmQgSMbRuJ7g at mail dot gmail dot com> <001701cf8555$40925540$c1b6ffc0$ at arm dot com> <53983C82 dot 4040208 at codesourcery dot com> <001801cf85ef$f9decd40$ed9c67c0$ at arm dot com> <000001cf8908$49f991f0$ddecb5d0$ at arm dot com> <CANu=Dmg7gXZtmKA9Du=ZsYuStpKMJRe+Bypu+MQkn-XDAn52xA at mail dot gmail dot com>
> > Hi,
> >
> > Attachment is an updated patch with the removal of arm in filename. There
> is also a change to gdb regression test case. Is this one OK?
> >
> > BR,
> > Terry
> >
> > Updated ChangeLog:
> >
> >
> > 2014-06-16 Terry Guo <terry.guo@arm.com>
> >
> > * features/arm-core.xml: Move to ...
> > * features/arm/core.xml: ... here.
> > * features/arm-fpa.xml: Move to ...
> > * features/arm/fpa.xml: ... here.
> > * features/arm-m-profile.xml: Move to ...
> > * features/arm/m-profile.xml: ... here.
> > * features/arm-vfpv2.xml: Move to ...
> > * features/arm/vfpv2.xml: ... here.
> > * features/arm-vfpv3.xml: Move to ...
> > * features/arm/vfpv3.xml: ... here.
> > * features/arm-with-iwmmxt.xml: Move to ...
> > * features/arm/with-iwmmxt.xml: ... here.
> > * features/arm-with-iwmmxt.c: Move to ...
> > * features/arm/with-iwmmxt.c: ... here.
> > * features/arm-with-m.xml: Move to ...
> > * features/arm/with-m.xml: ... here.
> > * features/arm-with-m.c: Move to ...
> > * features/arm/with-m.c: ... here.
> > * features/arm-with-m-fpa-layout.xml: Move to ...
> > * features/arm/with-m-fpa-layout.xml: ... here.
> > * features/arm-with-m-fpa-layout.c: Move to ...
> > * features/arm/with-m-fpa-layout.c: ... here.
> > * features/arm-with-m-vfp-d16.xml: Move to ...
> > * features/arm/with-m-vfp-d16.xml: ... here.
> > * features/arm-with-m-vfp-d16.c: Move to ...
> > * features/arm/with-m-vfp-d16.c: ... here.
> > * features/arm-with-neon.xml: Move to ...
> > * features/arm/with-neon.xml: ... here.
> > * features/arm-with-neon.c: Move to ...
> > * features/arm/with-neon.c: ... here.
> > * features/arm-with-vfpv2.xml: Move to ...
> > * features/arm/with-vfpv2.xml: ... here.
> > * features/arm-with-vfpv2.c: Move to ...
> > * features/arm/with-vfpv2.c: ... here.
> > * features/arm-with-vfpv3.xml: Move to ...
> > * features/arm/with-vfpv3.xml: ... here.
> > * features/arm-with-vfpv3.c: Move to ...
> > * features/arm/with-vfpv3.c: ... here.
> > * features/xscale-iwmmxt.xml: Move to ...
> > * features/arm/xscale-iwmmxt.xml: ... here.
> > * features/Makefile: Use new paths to refer ARM files.
> > * arm-tdep.c: Use new paths to include files.
> >
> > gdb/gdbserver/ChangeLog:
> >
> > 2014-06-16 Terry Guo <terry.guo@arm.com>
> >
> > * configure.srv: Use new paths to refer ARM XML files.
> >
> > 2014-06-16 Terry Guo <terry.guo@arm.com>
> >
> > * gdb.xml/tdesc-regs.exp (arm): Use new path to refer ARM XML file.
>
> This looks ok to me.
>
> --
> Will Newton
> Toolchain Working Group, Linaro
Sorry that I am still new to gdb community. Does this mean the approval of this patch? If not, do you know who should I ask to approve this patch? Thanks.
BR,
Terry