diff options
author | Jan Beulich <jbeulich@novell.com> | 2019-06-25 12:01:50 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-06-25 12:01:50 +0200 |
commit | ab9f654ca3f1222f63533aabfffc223ae1fc69dc (patch) | |
tree | 83cf0e561695b29b44a0a29513cc8d0ec347c61f /bfd/ChangeLog | |
parent | 3e50a591d9f0c0b22bbf93d09eef7d2286f3716c (diff) | |
download | gdb-ab9f654ca3f1222f63533aabfffc223ae1fc69dc.zip gdb-ab9f654ca3f1222f63533aabfffc223ae1fc69dc.tar.gz gdb-ab9f654ca3f1222f63533aabfffc223ae1fc69dc.tar.bz2 |
bfd/elf-properties: avoid shadowing a C library symbol
With my (oldish) gcc/glibc combination I'm seeing
.../bfd/elf-properties.c: In function elf_find_and_remove_property:
.../bfd/elf-properties.c:244: error: declaration of remove shadows a global declaration
/usr/include/stdio.h:157: error: shadowed declaration is here
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d8cbef1..0783242 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2019-06-25 Jan Beulich <jbeulich@suse.com> + + * elf-properties.c (elf_find_and_remove_property): Rename last + parameter. Mention it in comment. + 2019-06-24 Ilia Diachkov <ilia.diachkov@optimitech.com> * elfnn-riscv.c (_bfd_riscv_relax_lui): Delete early exit when |