https://sourceware.org/bugzilla/show_bug.cgi?id=34356
--- Comment #1 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=8766cf6b090059558a45fa5e93538f7c8664cf75 commit 8766cf6b090059558a45fa5e93538f7c8664cf75 Author: Jan Beulich <[email protected]> Date: Fri Aug 14 10:54:16 2026 +0200 readelf: fold get_{32,64}bit_program_headers() 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.
