diff options
author | Jan Beulich <jbeulich@novell.com> | 2019-06-25 12:02:23 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-06-25 12:02:23 +0200 |
commit | 8e5cb9a54e156ba24a439aefa7b35e53b4cb0374 (patch) | |
tree | 82a1b310fa0a283f99bdd0726b19ce244449e4ea /gdb | |
parent | ab9f654ca3f1222f63533aabfffc223ae1fc69dc (diff) | |
download | binutils-8e5cb9a54e156ba24a439aefa7b35e53b4cb0374.zip binutils-8e5cb9a54e156ba24a439aefa7b35e53b4cb0374.tar.gz binutils-8e5cb9a54e156ba24a439aefa7b35e53b4cb0374.tar.bz2 |
ld/plugins: avoid shadowing a C library symbol
With my (oldish) gcc/glibc combination I'm seeing
.../ld/plugin.c: In function get_lto_kind:
.../ld/plugin.c:664: error: declaration of index shadows a global declaration
/usr/include/string.h:487: error: shadowed declaration is here
.../ld/plugin.c: In function get_lto_resolution:
.../ld/plugin.c:685: error: declaration of index shadows a global declaration
/usr/include/string.h:487: error: shadowed declaration is here
.../ld/plugin.c: In function get_lto_visibility:
.../ld/plugin.c:711: error: declaration of index shadows a global declaration
/usr/include/string.h:487: error: shadowed declaration is here
Diffstat (limited to 'gdb')
0 files changed, 0 insertions, 0 deletions