https://sourceware.org/bugzilla/show_bug.cgi?id=34036
--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ea2b9ecdc80fade6db5046224b821390cfac06b5 commit ea2b9ecdc80fade6db5046224b821390cfac06b5 Author: Alan Modra <[email protected]> Date: Sat Apr 4 08:47:04 2026 +1030 PR 34036 looping in symbol_equated_p chains This patch adds a new function for safely traversing a chain of equated symbols to find the defining symbol. PR 34036 * symbols.c (symbol_equated_to): New function. * symbols.h (symbol_equated_to): Declare. * expr.c (resolve_register): Use symbol_equated_to. * config/tc-i386.c (parse_register): Likewise. * config/tc-v850.c (reg_name_search): Likewise. -- You are receiving this mail because: You are on the CC list for the bug.
