diff options
author | Jan Beulich <jbeulich@novell.com> | 2019-06-25 11:09:22 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-06-25 11:09:22 +0200 |
commit | 3e50a591d9f0c0b22bbf93d09eef7d2286f3716c (patch) | |
tree | fbd150461ae44ea3875297bbd69f2f9cb580dcec /binutils/ChangeLog | |
parent | 63160fc99678fd85311ad5c89494164e6f8439d7 (diff) | |
download | gdb-3e50a591d9f0c0b22bbf93d09eef7d2286f3716c.zip gdb-3e50a591d9f0c0b22bbf93d09eef7d2286f3716c.tar.gz gdb-3e50a591d9f0c0b22bbf93d09eef7d2286f3716c.tar.bz2 |
readelf: avoid shadowing a libiberty symbol
With my (oldish) gcc I'm seeing
.../binutils/readelf.c: In function dump_ctf_indent_lines:
.../binutils/readelf.c:13851: error: declaration of spaces shadows a global declaration
.../binutils/../include/libiberty.h:253: error: shadowed declaration is here
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 611fc9b..63822e4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2019-06-25 Jan Beulich <jbeulich@suse.com> + * readelf.c (dump_ctf_indent_lines): Rename local variable + "spaces" to "blanks". + +2019-06-25 Jan Beulich <jbeulich@suse.com> + * objdump.c (dump_ctf_indent_lines): Rename local variable "spaces" to "blanks". |