https://sourceware.org/bugzilla/show_bug.cgi?id=33351
--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8a94d92a468eb34f1a6c263d2e950b9036cfcc72 commit 8a94d92a468eb34f1a6c263d2e950b9036cfcc72 Author: H.J. Lu <[email protected]> Date: Mon Sep 1 06:55:00 2025 -0700 readelf: Call qsort only if all_relocations_count > 1 Don't call qsort if all_relocations_count < 1. PR binutils/33351 * readelf.c (process_got_section_contents): Call qsort only if all_relocations_count > 1. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
