mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Arm: Remove unused feature files and tests
Remove the xml tests. Now that it has been proven the new descriptions are identical, there is no need to keep testing that. Also, it would prevent the old xml files from being removed. Remove the old xml files from gdbserver and delete them. gdb/ChangeLog: * arm-tdep.c (_initialize_arm_tdep): Remove xml tests. * features/arm/arm-with-iwmmxt.c: Remove. * features/arm/arm-with-iwmmxt.xml: Remove. * features/arm/arm-with-m-fpa-layout.c: Remove. * features/arm/arm-with-m-fpa-layout.xml: Remove. * features/arm/arm-with-m-vfp-d16.c: Remove. * features/arm/arm-with-m-vfp-d16.xml: Remove. * features/arm/arm-with-m.c: Remove. * features/arm/arm-with-m.xml: Remove. * features/arm/arm-with-neon.c: Remove. * features/arm/arm-with-neon.xml: Remove. * features/arm/arm-with-vfpv2.c: Remove. * features/arm/arm-with-vfpv2.xml: Remove. * features/arm/arm-with-vfpv3.c: Remove. * features/arm/arm-with-vfpv3.xml: Remove. gdb/gdbserver/ChangeLog: 2019-07-05 Alan Hayward <alan.hayward@arm.com> * configure.srv: Remove Arm xml files.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2019-07-19 Alan Hayward <alan.hayward@arm.com>
|
||||
|
||||
* configure.srv: Remove Arm xml files.
|
||||
|
||||
2019-07-19 Alan Hayward <alan.hayward@arm.com>
|
||||
|
||||
* configure.srv: Add new files. Remove xml generated files.
|
||||
|
@ -58,14 +58,6 @@ case "${target}" in
|
||||
srv_tgtobj="${srv_tgtobj} arch/arm.o"
|
||||
srv_tgtobj="${srv_tgtobj} arch/arm-linux.o"
|
||||
srv_tgtobj="${srv_tgtobj} arch/arm-get-next-pcs.o"
|
||||
srv_xmlfiles="arm/arm-with-iwmmxt.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-with-vfpv2.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-with-vfpv3.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-with-neon.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-core.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/xscale-iwmmxt.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-vfpv2.xml"
|
||||
srv_xmlfiles="${srv_xmlfiles} arm/arm-vfpv3.xml"
|
||||
srv_linux_usrregs=yes
|
||||
srv_linux_regsets=yes
|
||||
srv_linux_thread_db=yes
|
||||
|
Reference in New Issue
Block a user