mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
lexsup.c (parse_args): Add break at end of default case.
This commit is contained in:
parent
63f2433dbc
commit
80bb3407f6
@ -1,3 +1,7 @@
|
||||
2016-11-14 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* lexsup.c (parse_args): Add break at end of default case.
|
||||
|
||||
2016-11-10 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
PR target/20737
|
||||
|
@ -707,6 +707,7 @@ parse_args (unsigned argc, char **argv)
|
||||
|
||||
default:
|
||||
einfo (_("%P%F: use the --help option for usage information\n"));
|
||||
break;
|
||||
|
||||
case 1: /* File name. */
|
||||
lang_add_input_file (optarg, lang_input_file_is_file_enum, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user