AArch64/opcodes: Correct an `index' global shadowing error
authorMaciej W. Rozycki <macro@imgtec.com>
Tue, 18 Oct 2016 03:36:01 +0000 (04:36 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Tue, 18 Oct 2016 03:39:37 +0000 (04:39 +0100)
commiteaf0270367cea4695d461261eb7fbd16caaeacf1
tree33b1ed40e301ffc00468962dd0eaa997ef52918b
parent61034b0b6acc6ff72def5f5ecdbe628edc5d67ea
AArch64/opcodes: Correct an `index' global shadowing error

Fix a commit 4df068de5214 ("Add support for SVE addressing modes") build
regression:

cc1: warnings being treated as errors
.../opcodes/aarch64-dis.c: In function 'aarch64_ext_sve_addr_rr_lsl':
.../opcodes/aarch64-dis.c:1324: error: declaration of 'index' shadows a global declaration
/usr/include/string.h:303: error: shadowed declaration is here
make[3]: *** [aarch64-dis.lo] Error 1

in a way following commit 91d6fa6a035c ("Add -Wshadow to the gcc command
line options used when compiling the binutils.").

opcodes/
* aarch64-dis.c (aarch64_ext_sve_addr_rr_lsl): Rename `index'
local variable to `index_regno'.
opcodes/ChangeLog
opcodes/aarch64-dis.c
This page took 0.025473 seconds and 4 git commands to generate.