binutils/Dwarf: avoid "shadowing" of glibc function name
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Aug 2022 10:48:17 +0000 (12:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 5 Aug 2022 10:48:17 +0000 (12:48 +0200)
commit188bc85476e6ade99bd209ecf430601d56278e64
tree0b98b3c5f0bf305c95cc58a95eb71dd25a1b3cfe
parent8005415fe923df328546c844729f11d9ed28e270
binutils/Dwarf: avoid "shadowing" of glibc function name

As before: Old enough glibc has an (unguarded) declaration of index()
in string.h, which triggers a "shadows a global declaration" warning.
binutils/dwarf.c