https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112563
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Rainer Orth <r...@gcc.gnu.org>: https://gcc.gnu.org/g:33b6ce99b54917a910b59dbd643fd223fbba834c commit r14-5928-g33b6ce99b54917a910b59dbd643fd223fbba834c Author: Rainer Orth <r...@cebitec.uni-bielefeld.de> Date: Tue Nov 28 14:55:52 2023 +0100 libsanitizer: Only use assembler symbol assignment if supported [PR112563] This patch only enables symbol assignment if the configure test determined it's supported. Bootstrapped without regressions on sparc-sun-solaris2.11 (as and gas) and i386-pc-solaris2.11 (as and gas). 2023-11-23 Rainer Orth <r...@cebitec.uni-bielefeld.de> libsanitizer: PR sanitizer/112563 * sanitizer_common/sanitizer_redefine_builtins.h: Check HAVE_AS_SYM_ASSIGN.