Fix a use of an uninitialised variable in the bfd linker.
authorNick Clifton <nickc@redhat.com>
Mon, 14 Dec 2020 12:40:13 +0000 (12:40 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Dec 2020 12:40:13 +0000 (12:40 +0000)
commit3991c7acb29aa8d7d52150695eb3efa03a08dd50
tree62c8113c6e4b053fdb8c82ecae0cb92e61499a0d
parent6abe7848fa4140b3cb79c6810758b21562efdc0d
Fix a use of an uninitialised variable in the bfd linker.

PR 27050
* lexsup.c (parse_args): Ensure that the longind local variable is
set.
ld/ChangeLog
ld/lexsup.c