From 3e50a591d9f0c0b22bbf93d09eef7d2286f3716c Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 25 Jun 2019 11:09:22 +0200 Subject: readelf: avoid shadowing a libiberty symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- binutils/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/ChangeLog') 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 + * readelf.c (dump_ctf_indent_lines): Rename local variable + "spaces" to "blanks". + +2019-06-25 Jan Beulich + * objdump.c (dump_ctf_indent_lines): Rename local variable "spaces" to "blanks". -- cgit v1.1