aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-10-29 10:45:10 +0000
committerNick Clifton <nickc@redhat.com>2015-10-29 10:45:10 +0000
commitf82aa1657b7254ab634bfcce7354770478c31686 (patch)
tree69a7404e42eebab9bcfac5346d12bfffba4a0e93 /ld/ChangeLog
parent936384714fa8b0f7ca8cc3b5637394461bc998c8 (diff)
downloadgdb-f82aa1657b7254ab634bfcce7354770478c31686.zip
gdb-f82aa1657b7254ab634bfcce7354770478c31686.tar.gz
gdb-f82aa1657b7254ab634bfcce7354770478c31686.tar.bz2
Fix reporting of command line options that need an argument, but which occur as the last option on the command line.
PR ld/19146 * lexsup.c (parse_args): Correct error message for an option that is missing its argument if that option is the last one on the command line.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 69363e1..da2227c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2015-10-29 Nick Clifton <nickc@redhat.com>
+
+ PR ld/19146
+ * lexsup.c (parse_args): Correct error message for an option that
+ is missing its argument if that option is the last one on the
+ command line.
+
2015-10-29 Alan Modra <amodra@gmail.com>
PR ld/19162