aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAlan Hayward <alan.hayward@arm.com>2019-06-20 08:38:18 +0100
committerAlan Hayward <alan.hayward@arm.com>2019-07-10 14:20:49 +0100
commit89abbcc26d891425678b8b463bc1fa81273fb54c (patch)
tree129fb2faf4d44ec2315992cdbb42fba107176107 /gdb/ChangeLog
parentb863685d70199489b3fe27abedfb1eb6d1452b7d (diff)
downloadgdb-89abbcc26d891425678b8b463bc1fa81273fb54c.zip
gdb-89abbcc26d891425678b8b463bc1fa81273fb54c.tar.gz
gdb-89abbcc26d891425678b8b463bc1fa81273fb54c.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6686a14..0c2dca7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
2019-07-10 Alan Hayward <alan.hayward@arm.com>
+ * 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.
+
+2019-07-10 Alan Hayward <alan.hayward@arm.com>
+
* arm-linux-nat.c (arm_linux_nat_target::read_description): Check
ptrace earlier.