[Patch]Clean up the XML files for ARM

Will Newton will.newton@linaro.org
Wed Jun 11 08:16:00 GMT 2014


On 11 June 2014 07:46, Terry Guo <terry.guo@arm.com> wrote:
> Hi There,
>
> Under folder gdb/features we are having more and more ARM related XML files.
> This patch intends to move those ARM XML files into a new folder named arm.
> All the references to those files are now prefixed with folder name arm.
> Please be noted that this doesn't include AArch64 XML files so far. Is it ok
> to GDB trunk?
>
> BR,
> Terry
>
> 2014-06-11  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.
>      * 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.
>      * 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.
>      * 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.
>      * 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.
>      * 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.
>      * 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.
>      * features/Makefile: Use new paths to refer ARM files.
>      * arm-tdep.c: Use new paths to include files.

It seems like we have duplicate "arm" in some of the names now, it
might be a good cleanup to rename, e.g.:

features/arm/arm-vfpv3.xml -> features/arm/vfpv3.xml

> gdb/gdbserver/ChangeLog:
>
> 2014-06-11  Terry Guo  <terry.guo@arm.com>
>
>      * configure.srv: Use new paths to refer ARM XML files.

-- 
Will Newton
Toolchain Working Group, Linaro



More information about the Gdb-patches mailing list