]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[binutils][gas] Fix build failure with -std=c89
authorMatthew Malcomson <matthew.malcomson@arm.com>
Tue, 11 Feb 2020 10:17:33 +0000 (10:17 +0000)
committerMatthew Malcomson <matthew.malcomson@arm.com>
Tue, 11 Feb 2020 10:17:33 +0000 (10:17 +0000)
commit1ed818b4dde56c5baf12c369b571c89b30b4a9e9
tree46a741431aa45d4e556a13bbd83db81b92f68254
parentb2770d5e779088c62fd107a690dbfc94b4c89a88
[binutils][gas] Fix build failure with -std=c89

My previous patch introduced the use of a C99 feature.  C99 standard is
not required for gas, so this feature should be removed.

Committed as obvious.

gas/ChangeLog:

2020-02-11  Matthew Malcomson  <matthew.malcomson@arm.com>

* config/tc-arm.c (vcx_handle_register_arguments): Remove `for`
loop initial declaration.
gas/ChangeLog
gas/config/tc-arm.c