Corrects the broken line number incrementation in the Windows resource parser
authorRalf Habacker <ralf.habacker@freenet.de>
Thu, 27 Aug 2020 14:59:53 +0000 (15:59 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 27 Aug 2020 14:59:53 +0000 (15:59 +0100)
commit6b5473c97e98828d6d8509b13a257efbed308bad
tree29eb188ae4d311150cd12ef65a956377adf2be7f
parentb886559f31fabb8bf234c1818dd01f8987e3c190
Corrects the broken line number incrementation in the Windows resource parser

When the tokens MCLINE, MCENDLINE, and MCCOMMENT were created, the
line number was not increased, which led to an incorrect value in
the error output.

PR 26088
* mclex.c (skip_until_eol): if eol was found, increment line number
binutils/ChangeLog
binutils/mclex.c