Arm: Create feature files for Arm target descriptions
authorAlan Hayward <alan.hayward@arm.com>
Thu, 20 Jun 2019 07:38:18 +0000 (08:38 +0100)
committerAlan Hayward <alan.hayward@arm.com>
Wed, 10 Jul 2019 13:20:49 +0000 (14:20 +0100)
commit89abbcc26d891425678b8b463bc1fa81273fb54c
tree129fb2faf4d44ec2315992cdbb42fba107176107
parentb863685d70199489b3fe27abedfb1eb6d1452b7d
Arm: Create feature files for Arm target descriptions

Add Arm to the list of feature target description targets and generate the
relevant C files.

Add arm-m-profile-with-fpa.xml as the feature version of the exisiting
arm-with-m-fpa-layout.xml.

Add extra comments to the Makefile for readability.

New files are not yet used.

gdb/ChangeLog:

* features/Makefile: Use feature target descriptions for Arm.
* features/arm/arm-core.c: Generate new file.
* features/arm/arm-fpa.c: Likewise.
* features/arm/arm-m-profile-with-fpa.xml: Likewise.
* features/arm/arm-m-profile.c: Likewise.
* features/arm/arm-vfpv2.c: Likewise.
* features/arm/arm-vfpv3.c: Likewise.
* features/arm/xscale-iwmmxt.c: Likewise.
* target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
gdb/ChangeLog
gdb/features/Makefile
gdb/features/arm/arm-core.c [new file with mode: 0644]
gdb/features/arm/arm-fpa.c [new file with mode: 0644]
gdb/features/arm/arm-m-profile-with-fpa.c [new file with mode: 0644]
gdb/features/arm/arm-m-profile-with-fpa.xml [new file with mode: 0644]
gdb/features/arm/arm-m-profile.c [new file with mode: 0644]
gdb/features/arm/arm-vfpv2.c [new file with mode: 0644]
gdb/features/arm/arm-vfpv3.c [new file with mode: 0644]
gdb/features/arm/xscale-iwmmxt.c [new file with mode: 0644]
gdb/target-descriptions.c
This page took 0.02423 seconds and 4 git commands to generate.