https://sourceware.org/bugzilla/show_bug.cgi?id=34356
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jan Beulich <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=73323df07c7c10ffe91297712a96bcf7c59f6ca9 commit 73323df07c7c10ffe91297712a96bcf7c59f6ca9 Author: Jan Beulich <[email protected]> Date: Fri Aug 14 10:55:04 2026 +0200 readelf: fold get_{32,64}bit_elf_symbols() PR binutils/34356 They're identical except for the types used and the order of fields processed. The latter doesn't matter for correctness, and the former can be addressed by compiling the same code twice. -- You are receiving this mail because: You are on the CC list for the bug.
