https://sourceware.org/bugzilla/show_bug.cgi?id=32018
--- Comment #15 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The binutils-2_43-branch branch has been updated by Vladimir Mezentsev <vmeze...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=714bf4f222c35f8bde9c7b813151f5b52a79731a commit 714bf4f222c35f8bde9c7b813151f5b52a79731a Author: Vladimir Mezentsev <vladimir.mezent...@oracle.com> Date: Mon Jul 29 14:15:01 2024 -0700 gprofng: 32018 Compilation of binutils 2.43 failed on CentOS 6 strchr is redefined as a macro in /usr/include/bits/string.h on CentOS 6/7. In this case, we may not use our CALL_UTIL macro for strchr. Use __collector_strchr instead of "CALL_UTIL (strchr)". gprofng/ChangeLog 2024-07-28 Vladimir Mezentsev <vladimir.mezent...@oracle.com> PR 32018 * libcollector/hwprofile.c (open_experiment): Use __collector_strchr. -- You are receiving this mail because: You are on the CC list for the bug.