Re: [PATCH] alpha: allocate .got contents after relaxation has sized them
Matt Turner <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <CAEdQ38GmpAVaBczcSth=YbGBSJm1rOG2Axx7HSOXZCqceXmAtg@mail.gmail.com> |
On Wed, Aug 26, 2026 at 7:40 PM Alan Modra <[email protected]> wrote: > > This looks good to me. Just one wart needs fixing. > elf64-alpha.c: In function ‘elf64_alpha_final_link’: > elf64-alpha.c:5101:28: error: declaration of ‘i’ shadows a previous local [-Werror=shadow] > 5101 | unsigned int i; > | ^ > elf64-alpha.c:5045:8: note: shadowed declaration is here > 5045 | bfd *i; > | ^ > cc1: all warnings being treated as errors > > Merge the following into your patch and it's OK to commit. Can you do > that or do you need someone to commit it for you? I don't have commit access, but I can ask Sam James to do it, unless you'd like to. You've got the diff locally so it's probably easier for you. Thank you! Matt