https://sourceware.org/bugzilla/show_bug.cgi?id=34356
--- Comment #2 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=75e32f7588d09b0a99835647c5d560675909d462 commit 75e32f7588d09b0a99835647c5d560675909d462 Author: Jan Beulich <[email protected]> Date: Fri Aug 14 10:54:35 2026 +0200 readelf: fold get_{32,64}bit_section_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. Sadly the placement of the recently added validate_section_info() now requires a forward declaration. -- You are receiving this mail because: You are on the CC list for the bug.
