]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
binutils/Dwarf: avoid "shadowing" of glibc function name
authorJan Beulich <jbeulich@suse.com>
Fri, 1 Dec 2023 09:13:17 +0000 (10:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 1 Dec 2023 09:13:17 +0000 (10:13 +0100)
commit236b484749017b63c80dcedb07f08dfd6ea9e9a1
tree6bf71ea8090d3982c1844ab5e0a3ce339a95847c
parent2d9b910d5612d802b3c68f04ec69b08e356c503e
binutils/Dwarf: avoid "shadowing" of glibc function name

Yet once again: Old enough glibc has an (unguarded) declaration of
index() in string.h, which triggers a "shadows a global declaration"
warning with at least some gcc versions.
binutils/dwarf.c