| ... | @@ -789,7 +789,7 @@ int main(int argc, char **argv) { | ... | @@ -789,7 +789,7 @@ int main(int argc, char **argv) { |
| 789 | } else if (strcmp(arg, "-ffunction-sections") == 0) { | 789 | } else if (strcmp(arg, "-ffunction-sections") == 0) { |
| 790 | function_sections = true; | 790 | function_sections = true; |
| 791 | } else if (strcmp(arg, "--show-subfeatures") == 0) { | 791 | } else if (strcmp(arg, "--show-subfeatures") == 0) { |
| 792 | targets_show_subfeatures = true; | 792 | targets_show_subfeatures = true; |
| 793 | } else if (i + 1 >= argc) { | 793 | } else if (i + 1 >= argc) { |
| 794 | fprintf(stderr, "Expected another argument after %s\n", arg); | 794 | fprintf(stderr, "Expected another argument after %s\n", arg); |
| 795 | return print_error_usage(arg0); | 795 | return print_error_usage(arg0); |