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:
ede602d
)
* lexsup.c (parse_args): Add a comment noting a fall-through.
author
Ben Elliston
<bje@au.ibm.com>
Tue, 24 Oct 2006 03:35:49 +0000
(
03:35
+0000)
committer
Ben Elliston
<bje@au.ibm.com>
Tue, 24 Oct 2006 03:35:49 +0000
(
03:35
+0000)
ld/ChangeLog
patch
|
blob
|
history
ld/lexsup.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index b388bcee469e6a3864f5ce8305a509bf40c10386..15a994a9802344079befb25973a6cf46cec072ef 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2006-10-24 Ben Elliston <bje@au.ibm.com>
+
+ * lexsup.c (parse_args): Add a comment noting a fall-through.
+
2006-10-24 H.J. Lu <hongjiu.lu@intel.com>
* configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
diff --git
a/ld/lexsup.c
b/ld/lexsup.c
index c4336c45be5ad9633482a66553dfddc9f589cbbe..1d267f40e1fad2d7425097f66eb43236ec8e19bd 100644
(file)
--- a/
ld/lexsup.c
+++ b/
ld/lexsup.c
@@
-680,6
+680,8
@@
parse_args (unsigned argc, char **argv)
{
case '?':
einfo (_("%P: unrecognized option '%s'\n"), argv[last_optind]);
+ /* Fall through. */
+
default:
einfo (_("%P%F: use the --help option for usage information\n"));