Arm: Create feature files for Arm target descriptions
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index f422f2c14c235c46239716e35041e74608d0909b..322ed509b17a66edbb25bfacaac84f317af971e8 100644 (file)
@@ -1715,7 +1715,8 @@ maint_print_c_tdesc_cmd (const char *args, int from_tty)
       || startswith (filename_after_features.c_str (), "i386/x32-core.xml")
       || startswith (filename_after_features.c_str (), "riscv/")
       || startswith (filename_after_features.c_str (), "tic6x-")
-      || startswith (filename_after_features.c_str (), "aarch64"))
+      || startswith (filename_after_features.c_str (), "aarch64")
+      || startswith (filename_after_features.c_str (), "arm/"))
     {
       print_c_feature v (filename_after_features);
 
This page took 0.028921 seconds and 4 git commands to generate.