https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100896
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Christophe Lyon <cl...@gcc.gnu.org>: https://gcc.gnu.org/g:9c560cf23996271ee26dfc4a1d8484b85173cd12 commit r12-2954-g9c560cf23996271ee26dfc4a1d8484b85173cd12 Author: Christophe Lyon <christophe.l...@foss.st.com> Date: Tue Aug 17 12:59:26 2021 +0000 Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpiceabi Commit r12-1328 enabled DT_INIT_ARRAY/DT_FINI_ARRAY for all Linux targets, but this does not work for arm-none-uclinuxfdpiceabi: it makes all the execution tests fail. This patch restores the original behavior for uclinuxfdpiceabi. 2021-08-12 Christophe Lyon <christophe.l...@foss.st.com> gcc/ PR target/100896 * config.gcc (gcc_cv_initfini_array): Leave undefined for uclinuxfdpiceabi targets.