Change tic6x target descriptions
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index 3a5999c50de3ae97f84f648bb3ea08c845c7e88d..1ba535f5e926ad5aa68ec6fab487dfb2c2c901d3 100644 (file)
@@ -2327,7 +2327,8 @@ maint_print_c_tdesc_cmd (const char *args, int from_tty)
      counterparts.  */
   if (startswith (filename_after_features.c_str (), "i386/32bit-")
       || startswith (filename_after_features.c_str (), "i386/64bit-")
-      || startswith (filename_after_features.c_str (), "i386/x32-core.xml"))
+      || startswith (filename_after_features.c_str (), "i386/x32-core.xml")
+      || startswith (filename_after_features.c_str (), "tic6x-"))
     {
       print_c_feature v (filename_after_features);
 
This page took 0.024523 seconds and 4 git commands to generate.