diff options
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index d39f848..fb0b47f 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -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); |