projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f2433
)
lexsup.c (parse_args): Add break at end of default case.
author
Nick Clifton
<nickc@redhat.com>
Mon, 14 Nov 2016 08:59:23 +0000
(08:59 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 14 Nov 2016 08:59:23 +0000
(08:59 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/lexsup.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index e1cdb05dbcdef32e9492a57aae36fb94e1056920..e027201188f5f281b6e807fd6d1a87deac357c68 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-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
diff --git
a/ld/lexsup.c
b/ld/lexsup.c
index d39f8489ae0a87fbb5a6d942de61e15f31a29f7b..fb0b47f24e410107d16f17154a8ae24556a45585 100644
(file)
--- 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);