diff options
author | Nick Clifton <nickc@redhat.com> | 2015-10-29 10:45:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-10-29 10:45:10 +0000 |
commit | f82aa1657b7254ab634bfcce7354770478c31686 (patch) | |
tree | 69a7404e42eebab9bcfac5346d12bfffba4a0e93 /ld/ChangeLog | |
parent | 936384714fa8b0f7ca8cc3b5637394461bc998c8 (diff) | |
download | gdb-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/ChangeLog | 7 |
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 |