aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-03-08 20:02:07 -0500
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>2016-03-09 09:29:17 -0500
commitaa8a08637e017bcf77b62a3c79a90556085edea1 (patch)
treeab79d1a322c0385b3a3c9c7ab2903a4780ec51e6 /bfd
parent03ee85837ec2e10f7b67c417b17ab3ffa97a98d2 (diff)
downloadgdb-aa8a08637e017bcf77b62a3c79a90556085edea1.zip
gdb-aa8a08637e017bcf77b62a3c79a90556085edea1.tar.gz
gdb-aa8a08637e017bcf77b62a3c79a90556085edea1.tar.bz2
fixup -Wshadow warnings on gcc-4.7
gcc 4.7 complains about variables that shadow function names, which now happens in tc-arm.c because there is a global function do_align (), and local variables do_align. The simplest fix for this seems to be to rename those variables to do_alignment. gas/ChangeLog: 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * config/tc-arm.c (neon_alignment_bit): Rename do_align to do_alignment. (do_neon_ld_st_lane): Likewise. (do_neon_ld_dup): Likewise.
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions