[PATCH] bfd: fix elflink.c build
Jan Beulich
JBeulich@suse.com
Tue Jul 10 14:50:00 GMT 2018
More information about the Binutils mailing list
Tue Jul 10 14:50:00 GMT 2018
- Previous message (by thread): [PATCH] bfd: fix elflink.c build
- Next message (by thread): [PATCH v2] x86: fix "REP RET" with -madd-bnd-prefix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>> On 10.07.18 at 16:35, <amodra@gmail.com> wrote: > On Tue, Jul 10, 2018 at 07:31:59AM -0600, Jan Beulich wrote: >> Commit b8a6ced796 ("Correct removal of .gnu.attributes") introduced a >> "remove" local variable, but "remove" is an identifier older stdio.h >> supplies, and at least some compiler versions complain about the >> shadowing of the name. >> >> bfd/ >> 2018-07-10 Jan Beulich <jbeulich@suse.com> >> >> * elflink.c (bfd_elf_final_link): Rename "remove" to "rm". > > Thanks, but Maciej has already posted a patch. > https://sourceware.org/ml/binutils/2018-07/msg00121.html Oh, okay - I had noticed only the breakage, not the patch, and I was sort of assuming that a simple fix like this would have gone in pretty quickly. Jan
- Previous message (by thread): [PATCH] bfd: fix elflink.c build
- Next message (by thread): [PATCH v2] x86: fix "REP RET" with -madd-bnd-prefix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list